@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

.styles-header-footer-bao2019-wrapper {
	font-family: Open Sans, Arial, sans-serif;
}


/* Patch d'affichage de la bar de recherche suite au retrait de la barre de changement de langue */

body.modal-open {
	overflow: hidden;
}

.oracle-message-bar {
	min-width: 950px; /* Auxquels s'ajoute 2 * 20px de padding - gauche et droite >>> Total 990px */
}

#menu-bao {
	min-width: 990px;
}

.styles-header-footer-bao2019-wrapper .navbar-search.show {
    /* top: 0; */
}

/* Pour ajuster la largeur du footer à celle d'une page du portail Oracle */
.styles-header-footer-bao2019-wrapper .container {
	max-width: 990px;
}

/* Pour corriger le fait que nous avons ôté la barre noire "English" dans le top */
.styles-header-footer-bao2019-wrapper .main-menu {
    /* top: 72px; */
		/* top: 128px; */ /* Pour le message qui mène à montreal.ca */
}

/* Début * Footer - ajustements */

.styles-header-footer-bao2019-wrapper .footer-sub ul {
	padding: 0;
}

.styles-header-footer-bao2019-wrapper .footer-sub ul li {
  margin: 0;
  padding: 0;
}

/* Patch pour bug Firefox qui réajustait le contenu sur 2 colonnes */
.styles-header-footer-bao2019-wrapper .footer-sub ul li {
  line-height: 1.25rem;
}

/* DÉBUT correction bullet */

.styles-header-footer-bao2019-wrapper ul li {
    background: none;
    padding: 0;
    margin: 0;	
    line-height: 28px;
    font-size: 16px;
}

/* FIN correction bullet */

/* Fin *** Footer - ajustements */

/* DÉBUT * Ajout */

.oracle-message-bar {
	padding: 16px 20px;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

	.oracle-message-bar p {
		margin: 0;
		line-height: 1.5em;
	}

.oracle-message-bar-mtlca {
	background-color: #339999;
	color: #fff;
}

	.oracle-message-bar-mtlca a {
		color: #fff;
		font-weight: 700;
	}

/*

.oracle-message-bar-mtlca {
	background-color: #eefaf8;
	color: #097d6c;
}

	.oracle-message-bar-mtlca a {
		color: #097d6c;
		font-weight: 700;
	}

*/

/* FIN *** Ajout */
