/*
Theme Name: Fusion Blog Child
Template: fusion-blog
Version: 1.0
*/

/*.footer-logos {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.footer-logos img {*/
/*    max-height: 60px;*/
/*    width: auto;*/
/*    opacity: 0.9;*/
/*    transition: opacity 0.2s ease;*/
/*}*/

/*.footer-logos img:hover {*/
/*    opacity: 1;*/
/*}*/

/*.site-info {*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*}*/

/*!* Réduit l'espace vertical de la zone widgets du footer *!*/
/*.footer-widgets-area {*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*}*/

/*!* Réduit les marges/paddings de chaque widget *!*/
/*.footer-widgets-area .widget {*/
/*    margin-bottom: 5px;*/
/*    padding: 0;*/
/*}*/

/*!* Ajuste les images des sponsors *!*/
/*.footer-widgets-area img {*/
/*    max-height: 60px;*/
/*    margin: 5px;*/
/*}*/

/*!* Cache la partie de droite sur les pages 128 et 1529 *!*/
/*.page-id-128 #secondary,*/
/*.page-id-1470 #secondary,*/
/*.page-id-1523 #secondary,*/
/*.page-id-1527 #secondary,*/
/*.page-id-1529 #secondary {*/
/*    display: none;*/
/*}*/

/*.page-id-128 #primary,*/
/*.page-id-1470 #primary,*/
/*.page-id-1523 #primary,*/
/*.page-id-1527 #primary,*/
/*.page-id-1529 #primary {*/
/*    width: 100%;*/
/*}*/

/*!* Mobile (écran < 768px par ex.) *!*/
/*@media (max-width: 768px) {*/
/*    .wrapper {*/
/*        width: 100%;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

/*!* Cache l'image principale de la page 1173*!*/
/*.page-id-1173 #custom-header-image {*/
/*    display: none;*/
/*}*/

/*.post-type-archive-tribe_events #custom-header-image {*/
/*    display: none;*/
/*}*/

/*.tribe-events-widget-events-list__header h2 {*/
/*    font-size: 20px !important;*/
/*    text-transform: capitalize !important;*/
/*    padding: 15px 40px !important;*/
/*    font-weight: 600 !important;*/
/*    border-bottom: 1px solid #efefef !important;*/
/*    background-color: #fff !important;*/
/*    margin: 0 0 32px !important;*/
/*}*/

/*.tribe-events-widget-events-list__view-more:before {*/
/*    content: "\f101";*/
/*    font-family: "FontAwesome";*/
/*    float: left;*/
/*    margin-right: 15px;*/
/*}*/

/*.tribe-events-widget-events-list__view-more {*/
/*    width: 100% !important;*/
/*    padding: 10px 20px !important;*/
/*    background-color: #fff !important;*/
/*    font-weight: 500 !important;*/
/*}*/

/*.color {*/
/*    padding: 16px;*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*    border: 1px solid #e5e5e5;*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);*/
/*    transition: transform 0.2s ease;*/
/*}*/

/*.color:hover {*/
/*    transform: translateY(-3px);*/
/*}*/

/*.cg-button {*/

/*}*/

/*.bg-checkerboard-dark {*/
/*    background-color: #000000;*/
/*    background-image: linear-gradient(45deg, #383838 25%, transparent 25%),*/
/*    linear-gradient(-45deg, #383838 25%, transparent 25%),*/
/*    linear-gradient(45deg, transparent 75%, #383838 75%),*/
/*    linear-gradient(-45deg, transparent 75%, #383838 75%);*/
/*    background-size: 20px 20px;*/
/*    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;*/
/*}*/

/*.bg-checkerboard {*/
/*    background-color: #ffffff;*/
/*    background-image: linear-gradient(45deg, #e8e8e8 25%, transparent 25%),*/
/*    linear-gradient(-45deg, #e8e8e8 25%, transparent 25%),*/
/*    linear-gradient(45deg, transparent 75%, #e8e8e8 75%),*/
/*    linear-gradient(-45deg, transparent 75%, #e8e8e8 75%);*/
/*    background-size: 20px 20px;*/
/*    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;*/
/*}*/