/* 
Theme Name: Couleur Corail
Theme URI: https://couleurcorail.fr/
Description: Couleur Corail Theme
Author: MrK
Author URI: https://webgp.fr/
Template: hello-elementor
Version: 3.0.0
Text Domain: couleurcorail
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Martian+Mono:ital,wght@0,100..700;1,100..700&display=swap');

/* Grille Tarifaire */

.single-location .cc-grille-tarifaire {
    margin: 0;
}

.single-location .cc-grille-table thead th {
    background: #FF6F61;
}

.single-location .cc-grille-table {
    border: 1px solid #fff;
    border-radius: 6px;
}
.single-location .cc-grille-table td:last-child {
    font-weight: 500;
}

.single-location .cc-grille-table th, .single-location .cc-grille-table td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
}

.single-location .cc-grille-table td {
    padding: 12px 16px;
}


.single-location .cc-prix-promo {
    color: #FF6F61;
}

@media (max-width: 767px) {
    .single-location .cc-grille-table td {
        padding: 8px 10px;
    }
    table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
        background-color: initial !important;
    }
    .cc-grille-table td[data-label="Saison"] {
        color: #FF6F61 !important;
    }
    .single-location .cc-grille-table td {
        border-bottom: none !important;
    }
    .cc-grille-table td[data-label="Du"], .cc-grille-table td[data-label="Au"] {
        margin: 0 !important;
    }
    .cc-grille-table td[data-label="Prix par nuit"] {
        padding-top: 12px !important;
        padding-bottom: 0 !important;
    }
}

.equip-parent {
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 3px;
    color: var( --e-global-color-accent );
}

.jet-booking-calendar__container .date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ad8b372e !important;
}