/* PH - mes styles CSS pour écraser now-ui-kit.css. */


.section-story-overview p.blockquote {
    min-height: 130px !important;
}

/* PH - pour le form. */
.alert-success {
    background-color: #1AA6B7 !important;
}

/* PH - styles pour btn Resa et Resa dnas le menu nav. */


.btn-resa {
    font-size: 1.5em !important;
	padding-left:33px !important;
	padding-right:33px !important;
}


.navbar .navbar-nav .nav-link:not(.btn) {
    
    font-size: 1em !important;
}

.nav-resa {
	text-transform: uppercase;
}

.navbar .navbar-brand {

    font-size: 1em !important;
 
}

.navbar .navbar-nav>a.btn {
    font-size: 1em !important;
    
}

h5.description {
	color: black;
	text-align: justify;
}

.fondgris{
	background-color: #f4f4f9;
}

/* PH - Modif styles pour new texte 2024. */
p, li {font-size: 1.5em;}
h3.description, ul.description {
	color: black;
	text-align: justify;
}
h3.description {font-weight: bold;}

/* PH - Créer new class pour btn pour le second lien Facebook. */
.btn-info2 {
	background-color: #14838f;
	color: #FFFFFF;
}
.btn-info2:hover {
	background-color: #011b28;
}