/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0-beta1
 Requires at least: 5.0
 Tested up to: 6.5.2
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


@font-face {
    font-family: 'Paris';
    src: url('font/Paris2024.ttf')  format('truetype'), /* Safari, Android, iOS */
     
}

body {

    font-family: 'Paris', Fallback, sans-serif;;
}

.wpforms-field li {
    border: 2px solid #eee !important;
    text-align: center!Important;
    display: flex!Important;
    /* flex-direction: column!Important; */
    flex-wrap: wrap!Important;
    justify-content: center;
    margin: 9px!important;
    padding: 10px!important;
    line-height: 10px!important;
}

legend.wpforms-field-label {
    text-align: center;
    background: #f8f9fa;
    width: 100%;
    padding: 17px!Important;
}

.wpforms-field-name, .wpforms-field-email {
    background: #f8f9fa !important;
    padding: 16px ! Important;
}

label.wpforms-field-label-inline {
    text-transform: capitalize;
}

li.choice-1.depth-1 label {
    text-transform: inherit;
}
div#wpforms-69 .wpforms-field-description {
    display: none;
}
.entry-header {
    TEXT-ALIGN: center;
}

.tbleuro {
    display: none;
}

@media screen and (max-width: 600px) {
  .wp-block-table td {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
}