/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/**
Custom Cards
ex : documents à télécharger
 */

.digiCard, .digiCardTable {
    padding: 10px 15px;
    background: #f7f7f7;
    text-align: center;
    border-radius: 15px !important;
}

.digiCardTitle {
  	margin-top: 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.digiCardTable {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding: 10px 10px 10px 15px;
}

.digiCardTable .digiCardHead,
.digiCardTable .digiCardHead .digiCardTitle,
.digiCardTable .digiCardHead .digiCardDescription {
    text-align: left;
}

.digiCardPublication {
    font-size: 16px;
    margin: 0;
}

.digiCardSummary .digiCardTitle {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

.digiCardSummary .digiCardTitle::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f019";
    color: #73c2d5;
    display: inline-block;
    margin-right: 4px;
}

.digiCardSummary .digiCardTitle a {
    color: #e36b32;
    text-decoration: underline;
}
.digiCardSummary .digiCardTitle a:hover {
    color: #39395f;
    text-decoration: underline;
}

.digiCardButton,
.digiCardButtonSinglePage {

}

.digiCardButton a {
  	margin-top: 5px;
  	display: block;
  	font-size: 16px;
    padding: 15px 55px 15px 10px;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: border-box;
    background-size: 50px 50px;
    background-position: 102% 101%;
    background-color: #e36b32;
    color: #fff;
    background-image: url(/wp-content/themes/bb-theme-child/assets/download.png) !important;
    border-radius: 10px;
}


.digiCardButtonSinglePage {
    width: 60%;
    margin: 10px auto;
    padding: 20px 30px;
    text-align: center;
    font-weight: bold;
}
.digiCardButtonSinglePage a {
    color: #fff;
}
/*
.digiCardTable .digiCardButton {
    background-image: none !important;
}
*/
.digiCardButton:hover a,
.digiCardButtonSinglePage:hover {
    background-color: #39395f;
}

.digiCardButton a {
    color: #fff;
    font-weight: bold;
}


.digiCardDescription {
  	font-size: 16px;
}