/* Code pour obliger le toolbar à rester sur la même ligne 
il faut surveiller si des évolution de Drupal commerce résolvent ce problème */   
.toolbar .toolbar-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.toolbar .toolbar-bar .toolbar-tab {
    flex-shrink: 0;
}

#drupal-off-canvas-wrapper summary, #drupal-off-canvas-wrapper summary:hover {
    color: var(--noir);
}

h1, h2, h3, .h1, .h2, .h3 {
	font-family: 'cardeniomodernbold', helvetica, arial, sans-serif;
}

h1 {
	color: var(--bleu-fonce);
    font-size: 2rem;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    text-align: center;
}

h2, .h2 {
	margin-top: 1em;
	padding: 0.3em 0;
	font-size: 1.8em;
}

h4, .h4 {
	font-family: 'montserratbold', helvetica, arial, sans-serif;
	font-weight: bold;
}

p {
    line-height: 1.15rem;
    font-size: 1.05rem;
}

.freevapote input[type="submit"] {
	padding: 0.7em 1em;
	text-transform: uppercase;
	font-family: 'montserratbold', helvetica, arial, sans-serif;
	background-color: var(--bleu);
	color: var(--blanc);
	cursor: pointer;
}

@media (min-width: 768px) {
    h1 {
        text-align: left;
    }
}



