/*
CTC Separate Stylesheet
Updated: 2025-12-15 17:51:48
Theme Name: jll
Template: twentytwentythree
Author: 26b
Author URI: http://26b.fr
Description: clean
Version: 1.0.0.1765821108
*/

  /* 
.wp-block-post-terms a {
 pointer-events: none;
    text-decoration: none;
    color: inherit;
}*/

a{
    text-decoration: none !important;
}



figcaption {
    font-size: 10px;
    text-align: right;
    font-style: italic;

}

h1, h2, h3, h4, h5, h6{
    overflow-wrap: normal !important; /* anciennement word-wrap */
    word-break: normal !important;
    hyphens: none !important; 
      /* pas de césure automatique */
}


/* :::::::::::::::::::::
@media (max-width: 780px) {
    .wp-singular h1 {
        text-align: left !important;
    }
}


	

.grid-test .grid-item {
  width: calc(49% - 20px);
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background: #f3f3f3;
  border-radius: 8px;
	border : solid 1px grey;
}


	
	
	#jll-vh {
			min-height : 100vh;
		}
*/
	
	/* les modifications du dropdown dans greenshift ne prennent le dessus... */
	/*.gs_menu_a5039 .gs-dropdown-menu{

		padding-left : 8px;
		font-size : 16px;

	}


*/