/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Table perso avec couleur de fond alternée (gris foncé, gris clair) */
.adsense-ad-in-article {
    min-height: 280px;
    min-width: 300px;
    margin: 1.5em 0;
    clear: both;
    background: #f8f9fa; /* Ou essaye #f8f9fa */
}

@media (min-width: 768px) {
    .adsense-ad-in-article {
        background: #f8f9fa; /* Ou essaye #f8f9fa */
        min-height: 90px;
        min-width: 728px;
    }
}

.adsense-ad-in-article.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #f8f8f8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-pulse 1.5s infinite;
}

/* chargement Ads */
@keyframes loading-pulse {
    0% { background-position: 0% 0; }
    100% { background-position: -200% 0; }
}

.ads-label {
    display:block;
    text-align:center;
    font-size:12px;
    margin-bottom:8px;
    color:#666;
}

.table-alternate-color {
	border: 1px solid #ccc;
	
}
/* Table perso avec couleur de fond alternée (gris foncé, gris clair) */
.table-alternate-color {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}

table.table-alternate-color tr:nth-child(even) {
	background-color: #f5f4f4;
}

table.table-alternate-color td {
	border : 0px
}

table.table-alternate-color th {
	border : 0px
}
/* Fin Table perso avec couleur de fond alternée (gris foncé, gris clair) */

/* Début CSS Fortnite ) fn */
.fn_commun {
	border-style: solid;
    border-image-source: linear-gradient(25deg, #7E848A 15%, #CFCFCF);
    border-image-slice: 20;
    background-image: radial-gradient(#d0d0d0 0%, #6d7071 100%);
}

.fn_peu_commun {
	border-style: solid;
    border-image-source: linear-gradient(25deg, #008A09 15%, #9EEF00);
    border-image-slice: 20;
    background-image: radial-gradient(#5BAD03 0%, #01700a 100%);
}

.fn_rare {
	border-style: solid;
    border-image-source: linear-gradient(25deg, #0063C5 15%, #00EFEC);
    border-image-slice: 20;
    background-image: radial-gradient(#3dc7ff 0%, #0059a1 100%);
}

.fn_epique {
	border-style: solid;
    border-image-source: linear-gradient(25deg, #8037D7 15%, #DF2CEF);
    border-image-slice: 20;
    background-image: radial-gradient(#d27bf4 0%, #7907a5 100%);
}

.fn_legendaire {
	border-style: solid;
    border-image-source: linear-gradient(25deg, #df7241 15%, #F6C87C);
    border-image-slice: 20;
    background-image: radial-gradient(#fb9625 0%, #875134 100%);
}

/* Fin CSS Fortnite */

code {
    display: block;
    text-align: left;
    clear: both;
    margin: 0;
    border: 1px solid #b6c9dc;
    color: #000;
    background-color: #f9f9f9;
    line-height: 1.1em;
    font-family: monospace;
    padding: 20px 10px 20px 10px;
    overflow-x: auto;
    margin-bottom: 10px;
}

.callButton {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	white-space: nowrap;
}
.callButton:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.callButton:active {
	position:relative;
	top:1px;
}
.wp-block-buttons {
    text-align: center;
}
/*article {
	text-align:justify;
}*/
td {
    padding: 0px 0px 0px 5px;
}

.gb-block-cta {
	border: 1px solid #c7c7c7;
}

p.has-background {
    border: 1px solid #c7c7c7;
}

.plusmoins {
	border: 1px solid #c7c7c7;
	padding: 0px 5px 0px 5px;
	margin: 0 0 15px 0;
}

.nowrap {
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 600px){
   #wpd-bubble-wrapper {
     bottom: 132px;
   }
}
#wpd-bubble-wrapper {
   bottom: 190px;
}

.price-table {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.price-table table a {
    box-shadow: 0 1px 0 0 #fff6af;
    border-radius: 15px;
    border: 1px solid #0072e5;
    display: inline-block;
    cursor: pointer;
    color: #0072e5;
    font-weight: 700;
    padding: 1px 10px;
    font-size: 16px;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fe6;*/
    white-space: nowrap
}

.price-table table a:hover {
    /*background: linear-gradient(to bottom,#c3cffc 5%,#dfe3ff 100%);*/
    background-color: #0072e5;
    color:#ffffff
}
.price-table table a:active {
	position:relative;
	top:1px;
}

.price-table figcaption {
	display: table-caption;
	caption-side: top;
	font: unset;
	font-weight: bold;
}

.kt_share_location_after {
	padding: 10px 0 10px 0px;
}

h2 {
    font-weight: bold;
}

h3 {
    font-style: italic;
}

h4 {
    font-weight: normal;
}

h5 {
    font-weight: normal;
}

h6 {
    font-weight: lighter;
}