/*
 Theme Name:   Thème CLARILOG GROUPE
 Theme URI:    https://www.clarilog.com
 Description:  Thème enfant basé sur Prespa
 Author:       ClariLog Groupe
 Template:     prespa
 Version:      1.0.0
*/

/* Ton CSS personnalisé */

body.single-post .post-thumbnail {
    display: none;
}

body.single-post .nav-links {
    display: none;
}

.btn-actu {
    text-decoration: none;
}


.site-title {
    font-family: "Raleway", sans-serif !important;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

body:not(.loaded) .menu {
  display: none;
}