/*
Theme Name: CD61 Thème
Theme URI: https://mesdemarches.orne.fr/
Description: Thème enfant de D61
Author: D31
Author URI: https://mesdemarches.orne.fr/
Template: CDE-PACK-PORTAIL-THEME2
Version: 1.0.0
*/



/**
* CSS Structurel
 */

:root {
    --max-desktop-width: 1200px;
}

body > header.large .container {
    bottom: 0;
}

body > header.large .container.sticky {
    bottom: auto;
}

.header-container {
    flex-flow:row-reverse;
}


header.mobile .brand img {
    height: 50px !important;
    width: auto;
}

footer {
    background:white;
    color: black;
}

footer a {
    color:#10268C;
}

body > header .cde-search-container .input-search {
    border-radius: 10px;
}


/**
 * Block Bouton CAPDEMAT TS unique
 */
.bouton_ts_capdemat a {
    border: 2px solid;
    padding: .667em 1.333em;
    background-color: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--black) !important;
    border-radius: 9999px;
    font-size: 1.25em;
}


/**
* TUILE CDE
 */

.cde-card {
    padding: 1em;
    padding-right:0;
    padding-left:0;
    background: var(--primary-color);
    border-radius: 15px;
}


.cde-card h2 {
    margin: 0 !important;
    border: 0;
    color:white;
}

a.wp-block-button__link:hover{
    text-decoration: none !important;
    color: white;
}

div.item-element.active > div.action > a.hidden-button {
    display: none;
}

.capdemat-individu-card .role::before {
    content: 'Rôle : ';
}