/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: NR
Author URI: https://www.kadencewp.com/
Description: Pour Midi & Demi.
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
-------------------------------------------------------------- */
@font-face {
    font-family: 'century_gothicregular';
    src: url('fonts/gothic-webfont.woff2') format('woff2'),
         url('fonts/gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'century_gothicbold';
    src: url('fonts/gothicb-webfont.woff2') format('woff2'),
         url('fonts/gothicb-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'century_gothicbold_italic';
    src: url('fonts/gothicbi-webfont.woff2') format('woff2'),
         url('fonts/gothicbi-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'century_gothicitalic';
    src: url('fonts/gothici-webfont.woff2') format('woff2'),
         url('fonts/gothici-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'nickainleynormal';
    src: url('fonts/nickainley-normal-webfont.woff2') format('woff2'),
         url('fonts/nickainley-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'century_gothicregular', 'Century Gothic',CenturyGothic,AppleGothic,sans-serif !important;
}
mark {
    font-family: 'nickainleynormal';
    font-size: 2em;
    line-height: 0;
}
.green{
    color: #3AAA35 !important;
}
.single-content h1 {
    font-family: 'nickainleynormal' !important;
    font-size: 4em;
    margin: 0 !important;
}
.input-radio, .radio{
    display:inline-block !important;}

.h2 {
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 50px;
}

.woocommerce form .form-row label
{
  display: inline-block;
  padding: 0 10px 0 3px;
}
/*HOME Effet de survol*/
.custom-cover {
    cursor: pointer;
}
.custom-cover h3{
    background: #FFF;
		opacity: .8 !important;
		margin: 0 !important;
}

.custom-group{
	opacity:0;
	height: 0;
	transition: 0.3s ease-in-out;
}

.custom-cover:hover .custom-group{
	background: #FFF;
	height: auto;
	opacity: .8 !important;
}

/*HOME Slider ajustements*/
.slick-next::before, .slick-prev::before {
    font-size: 40px;
    color: #FFF !important;}

.wp-block-cb-carousel .slick-slide {
    padding-left: 0;
    padding-right: 0;
}
/*Page prestations bg accordions*/
.prestations .dej h2 button {
    background-image: url(https://traiteur.midietdemi.fr/wp-content/uploads/2024/03/prestation-traiteur-44-petit-dejeuner-1.jpg) !important;
}
.prestations .cocktail h2 button {
    background-image: url(https://traiteur.midietdemi.fr/wp-content/uploads/2024/03/prestation-traiteur-44-cocktail-1.jpg) !important;
}
.prestations .plateaux h2 button {
    background-image: url(https://traiteur.midietdemi.fr/wp-content/uploads/2024/03/prestation-traiteur-44-plateaux-repas-1.jpg) !important;
    background-position: center !important;
}
.prestations .repas h2 button {
    background-image: url(https://traiteur.midietdemi.fr/wp-content/uploads/2024/03/prestation-traiteur-44-repas-1.jpg) !important;
}
.prestations .event h2 button {
    background-image: url(https://traiteur.midietdemi.fr/wp-content/uploads/2024/03/prestation-traiteur-44-evenement-1.jpg) !important;
}
.prestations .boissons h2 button {
    background-image: url(https://traiteur.midietdemi.fr/wp-content/uploads/2024/03/prestation-traiteur-44-boisson-1.jpg) !important;
    background-position: center !important;
}
.prestations .dej h2 button,.prestations .plateaux h2 button, .prestations .event h2 button,
.prestations .cocktail h2 button, .prestations .repas h2 button, .prestations .boissons h2 button{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*panier et commande*/
  .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    margin: 0 0 20px 0 !important;
  }

