/*
	Theme Name: csrt-commun LIADES Child Theme
	Description: Thème enfant LIADES du thème csrt-commun
	Version: 1.0.0
	Author: aide@csrt.ulaval.ca
	Template: csrt-wp-csrt-commun-cms
	Text Domain: csrt-commun
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);

:root {
	--liades-blue: #244285;
	--liades-blue-light: #4F77aa;
	--liades-yellow: #ffc103;
	--liades-red: #e30513;
}

body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	width: 100%;
}

.liades-header-entete-ul *,
.liades-header-recherche *,
.liades-header-nav-mobile-wrapper *,
.liades-header-navigation-principale * {
	border: 0;
	margin: 0;
	padding: 0;
}

.liades-header-entete-ul ol,
.liades-header-entete-ul ul,
.liades-header-recherche ol,
.liades-header-recherche ul,
.liades-header-nav-mobile-wrapper ol,
.liades-header-nav-mobile-wrapper ul,
.liades-header-navigation-principale ol,
.liades-header-navigation-principale ul {
	list-style: none;
}

.liades-header-entete-ul blockquote,
.liades-header-entete-ul q,
.liades-header-recherche blockquote,
.liades-header-recherche q,
.liades-header-nav-mobile-wrapper blockquote,
.liades-header-nav-mobile-wrapper q,
.liades-header-navigation-principale blockquote,
.liades-header-navigation-principale q {
	quotes: none;
}

.liades-header-entete-ul blockquote:before,
.liades-header-entete-ul blockquote:after,
.liades-header-entete-ul q:before,
.liades-header-entete-ul q:after,
.liades-header-recherche blockquote:before,
.liades-header-recherche blockquote:after,
.liades-header-recherche q:before,
.liades-header-recherche q:after,
.liades-header-nav-mobile-wrapper blockquote:before,
.liades-header-nav-mobile-wrapper blockquote:after,
.liades-header-nav-mobile-wrapper q:before,
.liades-header-nav-mobile-wrapper q:after,
.liades-header-navigation-principale blockquote:before,
.liades-header-navigation-principale blockquote:after,
.liades-header-navigation-principale q:before,
.liades-header-navigation-principale q:after {
	content: "";
	content: none;
}

.liades-header-entete-ul table,
.liades-header-recherche table,
.liades-header-nav-mobile-wrapper table,
.liades-header-navigation-principale table,
.liades-header-entete-ul input,
.liades-header-recherche input,
.liades-header-nav-mobile-wrapper input,
.liades-header-navigation-principale input {
	-webkit-appearance: none;
    appearance: none;
	border-radius: 0;
}

.liades-header-entete-ul *,
.liades-header-entete-ul *::after,
.liades-header-entete-ul *::before {
	box-sizing: border-box;
}

.liades-header-entete-ul .entete-contenu {
	display: flex;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.liades-header-entete-ul object {
	pointer-events: none;
}
.liades-header-entete-ul .titres {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	margin: auto 0;
}
.liades-header-entete-ul .titre {
	color: #000;
	font:
		300 18px "Source Sans Pro",
		sans-serif;
	line-height: 20px;
	margin-right: auto;
	text-decoration: none;
}
.liades-header-entete-ul .surtitre {
	color: #000;
	font:
		700 16px "Source Sans Pro",
		sans-serif;
	line-height: 20px;
	margin-bottom: 6px;
	margin-right: auto;
	text-decoration: none;
}
.liades-header-entete-ul .navigation {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.liades-header-entete-ul .navigation-generale {
	padding: 4px 0 10px 0;
	text-align: right;
}
.liades-header-entete-ul .navigation-generale li {
	display: inline-block;
}
.liades-header-entete-ul .navigation-generale a {
	color: #000;
	font:
		normal 13px "Source Sans Pro",
		sans-serif;
	margin-left: 20px;
	text-decoration: none;
}
.liades-header-entete-ul .navigation-generale [class*="current"],
.liades-header-entete-ul .navigation-generale a:hover {
	text-decoration: underline;
}
.liades-header-entete-ul .utilitaires {
	align-items: flex-start;
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.liades-header-entete-ul .utilitaires a {
	border: 1px solid #8d8b8c;
	color: #8d8b8c;
	display: inline-block;
	height: 40px;
	margin: 8px 0 0 7px;
	text-decoration: none;
	outline: 0;
	width: 48px;
}
.liades-header-entete-ul .utilitaires a:hover {
	background: #d5d5d5;
}
.liades-header-entete-ul .recherche {
	font-size: 38px;
	font:
		300 38px "Source Sans Pro",
		sans-serif;
	padding: 0 3px 0 5px;
}
.liades-header-entete-ul .recherche.ouvert {
	background: #1c1c1c;
	border: 1px solid #1c1c1c;
}
.liades-header-entete-ul .recherche.ouvert:hover {
	background: #1c1c1c !important;
}
.liades-header-entete-ul .icon-close {
	color: #7f8080;
	display: none;
	margin-left: -1px;
}
.liades-header-recherche {
	background: #1c1c1c;
	color: #fff;
	display: none;
	height: 92px;
	margin-bottom: -15px;
	position: relative;
	top: -14px;
	width: 100%;
	z-index: 1000;
}
.liades-header-recherche.ouvert {
	display: block;
}
.liades-header-recherche form {
	margin: 0 auto;
	max-width: 1170px;
	padding: 25px 15px;
	position: relative;
}
.liades-header-recherche .champ-recherche {
	background: #1c1c1c;
	border: 1px solid #4b4b4b;
	box-sizing: border-box;
	color: #a4a3a2;
	font:
		400 20px "Source Sans Pro",
		sans-serif;
	height: 40px;
	padding: 0 48px 0 15px;
	vertical-align: middle;
	width: 100%;
}
.liades-header-recherche .champ-recherche:focus {
	outline: none;
}
.liades-header-recherche .btn-recherche {
	background: none;
	border: 1px solid #4b4b4b;
	cursor: pointer;
	height: 40px;
	padding: 1px 7px 1px 5px;
	position: absolute;
	right: 15px;
	top: 25px;
	width: 48px;
}
.liades-header-recherche .btn-recherche:focus {
	outline: none;
}
.liades-header-recherche .btn-recherche:hover {
	background: #818181;
}
.liades-header-recherche .btn-recherche:hover .icon-recherche {
	color: #000;
}
.liades-header-recherche .btn-recherche .icon-recherche {
	color: #fff;
	font-size: 40px;
}
.liades-header-recherche input[type="text"]::-ms-clear {
	display: none;
	height: 0;
	width: 0;
}
.liades-header-recherche input[type="search"]::-webkit-search-decoration,
.liades-header-recherche input[type="search"]::-webkit-search-cancel-button,
.liades-header-recherche input[type="search"]::-webkit-search-results-button,
.liades-header-recherche input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

@media only screen and (max-width: 992px) {
	.liades-header-entete-ul .navigation-generale {
		display: none;
	}
	.liades-header-entete-ul .titre {
		font-size: 17px;
	}
	.liades-header-entete-ul .surtitre {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 4px;
	}
	.liades-header-entete-ul .utilitaires {
		align-items: flex-end;
	}
	.liades-header-recherche .champ-recherche {
		font-size: 16px;
	}

	.liades-header-entete-ul .entete-contenu {
		padding: 0 16px;
	}
}

.liades-header-navigation-principale {
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
}
.liades-header-navigation-principale *,
.liades-header-navigation-principale *::after,
.liades-header-navigation-principale *::before {
	box-sizing: border-box;
}
.liades-header-navigation-principale div {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1170px;
}
.liades-header-navigation-principale div > ul > li {
	align-items: center;
	display: flex;
}
.liades-header-navigation-principale div > ul > li > a {
	line-height: 1;
	margin: auto;
	text-align: center;
}
.liades-header-navigation-principale.noir-sousmenu-gris div ul li:hover,
.liades-header-navigation-principale.noir-sousmenu-gris div ul li[class*="current"] {
	background: #5c5c5c;
	color: #fff;
}
.liades-header-navigation-principale.noir-sousmenu-gris div > ul {
	background: #2e2e2e;
}
.liades-header-navigation-principale.noir-sousmenu-gris div > ul > li > a {
	color: #fff;
}
.liades-header-navigation-principale.noir-sousmenu-gris div ul ul {
	background: #5c5c5c;
}
.liades-header-navigation-principale.noir-sousmenu-gris div ul ul li:hover a {
	background: #494949;
}
.liades-header-navigation-principale.noir-sousmenu-gris div ul ul li:last-of-type a {
	border-bottom: 1px solid #6a6a6a;
}
.liades-header-navigation-principale.noir-sousmenu-gris div ul ul li a {
	border-top: 1px solid #6a6a6a;
	color: #fff;
}
.liades-header-navigation-principale.noir-sousmenu-gris.pleine-largeur {
	background: #2e2e2e;
}
.liades-header-navigation-principale ul {
	display: flex;
	list-style: none;
	padding: 0;
}
.liades-header-navigation-principale ul:after {
	clear: both;
	content: "";
	display: table;
}
.liades-header-navigation-principale ul li {
	line-height: 21px;
	position: relative;
}
.liades-header-navigation-principale ul li:hover ul {
	display: block;
}
.liades-header-navigation-principale ul li a {
	display: block;
	font:
		normal 18px "Source Sans Pro",
		sans-serif;
	padding: 25px;
	text-decoration: none;
}
.liades-header-navigation-principale ul li ul {
	display: none;
	left: 0;
	margin-top: -2px;
	min-width: 205px;
	padding: 30px 15px;
	position: absolute;
	top: 100%;
	z-index: 999;
}
.liades-header-navigation-principale ul li ul li {
	display: block;
}
.liades-header-navigation-principale ul li ul li a {
	padding: 15px 5px;
}
.liades-header-navigation-principale ul > li > ul ul {
	display: none !important;
}

@media only screen and (max-width: 992px) {
	.liades-header-navigation-principale {
		display: none;
	}
}

.nav-mobile.charcoal {
	color: #fff;
}
.nav-mobile.charcoal li {
	background: #3e3e3e;
}
.nav-mobile.charcoal a {
	border-color: #848484;
	color: #fff !important;
}
.nav-mobile.charcoal .general,
.nav-mobile.charcoal .langue {
	background: #2e2e2f !important;
}
.nav-mobile.charcoal .general a,
.nav-mobile.charcoal .langue a {
	color: #fff !important;
}
.nav-mobile.charcoal ul ul li:last-child:after {
	background: #3e3e3e;
}
.nav-mobile.charcoal ul ul li:last-child a {
	border-color: #848484;
}
.nav-mobile.charcoal .nav-mobile-content .go-back a {
	background: #2e2e30;
}
.nav-mobile.charcoal .has-children > a::before,
.nav-mobile.charcoal .has-children > a::after,
.nav-mobile.charcoal .go-back a::before,
.nav-mobile.charcoal .go-back a::after {
	background: #fff;
}
.liades-header-nav-mobile-wrapper {
	display: block;
}
#nav-toggle {
	cursor: pointer;
	padding: 18px 5px 5px 13px;
}
#nav-toggle.dropdown-is-active span {
	background-color: transparent;
}
#nav-toggle.dropdown-is-active span:before,
#nav-toggle.dropdown-is-active span:after {
	top: 0;
}
#nav-toggle.dropdown-is-active span:before {
	transform: rotate(45deg);
}
#nav-toggle.dropdown-is-active span:after {
	transform: rotate(-45deg);
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	background: #8d8b8c;
	border-radius: 1px;
	content: "";
	cursor: pointer;
	display: block;
	height: 3px;
	position: absolute;
	transition: all 500ms ease-in-out;
	width: 20px;
}
#nav-toggle span:before {
	top: -7px;
}
#nav-toggle span:after {
	bottom: -7px;
}
.liades-header-nav-mobile-wrapper {
	position: relative;
}
.liades-header-nav-mobile-wrapper *,
.liades-header-nav-mobile-wrapper *::after,
.liades-header-nav-mobile-wrapper *::before {
	box-sizing: border-box;
}
.liades-header-nav-mobile-wrapper a {
	border-top-width: 1px;
	border-style: solid;
	display: block;
	font:
		400 15px "Source Sans Pro",
		sans-serif;
	height: 46px;
	line-height: 46px;
	margin: 0 15px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	transition:
		opacity 0.3s,
		transform 0.3s;
	z-index: 4;
	white-space: nowrap;
}
.liades-header-nav-mobile-wrapper img {
	max-width: 100%;
}
.liades-header-nav-mobile-wrapper input {
	font:
		300 15px "Source Sans Pro",
		sans-serif;
}
.liades-header-nav-mobile-wrapper .nav-mobile {
	background-color: transparent;
	left: 0;
	position: absolute;
	transform: translateY(-100%);
	transition:
		transform 0.5s ease-out 0.1s,
		background-color 0.1s ease-out 0s,
		visibility 0s ease-out 0.6s;
	visibility: hidden;
	width: 100%;
	z-index: 2;
}
.liades-header-nav-mobile-wrapper .nav-mobile.dropdown-is-active {
	background-color: rgba(0, 0, 0, 0.6);
	transform: translateY(0);
	transition:
		transform 0.5s ease-out 0s,
		background-color 0.5s ease-out 0.5s,
		visibility 0s ease-out 0s;
	visibility: visible;
	z-index: 3;
}
.liades-header-nav-mobile-wrapper ul {
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 100%;
	transition:
		opacity 0.3s,
		transform 0.3s;
}
.liades-header-nav-mobile-wrapper ul.is-hidden {
	transform: translateX(100%) translateX(30px);
}
.liades-header-nav-mobile-wrapper ul.move-out > li > a,
.liades-header-nav-mobile-wrapper ul.move-out .langue,
.liades-header-nav-mobile-wrapper ul.move-out .general {
	opacity: 0;
	transform: translateX(-100%) translateX(-30px);
}
.liades-header-nav-mobile-wrapper ul > li:last-of-type.general {
	padding-bottom: 25px;
}
.liades-header-nav-mobile-wrapper ul ul {
	height: 100%;
}
.liades-header-nav-mobile-wrapper ul ul li:last-child a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.liades-header-nav-mobile-wrapper ul ul li:last-child:after {
	content: "";
	display: block;
	height: 50px;
	width: 100%;
}
.liades-header-nav-mobile-wrapper .dernier-item-principal:after {
	content: "";
	display: block;
	height: 50px;
	width: 100%;
}
.liades-header-nav-mobile-wrapper .dernier-item-principal > a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.liades-header-nav-mobile-wrapper .dernier-item-principal + .general {
	padding-top: 25px;
}
.liades-header-nav-mobile-wrapper .general {
	border: none;
	transition:
		opacity 0.3s,
		transform 0.3s;
}
.liades-header-nav-mobile-wrapper .general a {
	border: none !important;
	font-size: 13px;
	height: 35px !important;
	line-height: 35px;
}
.liades-header-nav-mobile-wrapper .has-children > a,
.liades-header-nav-mobile-wrapper .go-back a {
	position: relative;
}
.liades-header-nav-mobile-wrapper .has-children > a::before,
.liades-header-nav-mobile-wrapper .has-children > a::after,
.liades-header-nav-mobile-wrapper .go-back a::before,
.liades-header-nav-mobile-wrapper .go-back a::after {
	background: #000;
	content: "";
	display: inline-block;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 8px;
	backface-visibility: hidden;
}
.liades-header-nav-mobile-wrapper .has-children > a::before,
.liades-header-nav-mobile-wrapper .go-back a::before {
	transform: rotate(45deg);
}
.liades-header-nav-mobile-wrapper .has-children > a::after,
.liades-header-nav-mobile-wrapper .go-back a::after {
	transform: rotate(-45deg);
}
.liades-header-nav-mobile-wrapper .go-back a {
	border-top: none;
	padding-left: 30px;
}
.liades-header-nav-mobile-wrapper .go-back a::before,
.liades-header-nav-mobile-wrapper .go-back a::after {
	left: 13px;
	transform-origin: 1px 50%;
}
.liades-header-nav-mobile-wrapper .has-children > a {
	padding-right: 40px;
}
.liades-header-nav-mobile-wrapper .has-children > a::before,
.liades-header-nav-mobile-wrapper .has-children > a::after {
	right: 13px;
	transform-origin: 7px 50%;
}
.liades-header-nav-mobile-wrapper .has-children .current > a {
	border-top-color: #dad9d8;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (min-width: 993px) {
	.liades-header-nav-mobile-wrapper,
	.nav-mobile-trigger {
		display: none !important;
	}
}

.liades-header-entete-ul [class^="icon-"],
.liades-header-entete-ul [class*=" icon-"],
.liades-header-entete-ul [class^="icon-"]:hover,
.liades-header-entete-ul [class*=" icon-"]:hover,
.liades-header-nav-mobile-wrapper [class^="icon-"],
.liades-header-nav-mobile-wrapper [class*=" icon-"],
.liades-header-nav-mobile-wrapper [class^="icon-"]:hover,
.liades-header-nav-mobile-wrapper [class*=" icon-"]:hover,
.liades-header-navigation-principale [class^="icon-"],
.liades-header-navigation-principale [class*=" icon-"],
.liades-header-navigation-principale [class^="icon-"]:hover,
.liades-header-navigation-principale [class*=" icon-"]:hover,
.liades-header-recherche [class*=" icon-"],
.liades-header-recherche [class^="icon-"]:hover,
.liades-header-recherche [class*=" icon-"]:hover {
	font-family: "iconesUL";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.liades-header-entete-ul .icon-close:before,
.liades-header-nav-mobile-wrapper .icon-close:before,
.liades-header-navigation-principale .icon-close:before,
.liades-header-recherche .icon-close:before {
	font-family: 'iconesUL';
	content: "\62";
}
.liades-header-entete-ul .icon-recherche:before,
.liades-header-nav-mobile-wrapper .icon-recherche:before,
.liades-header-navigation-principale .icon-recherche:before,
.liades-header-pied-page .icon-recherche:before,
.liades-header-recherche .icon-recherche:before,
.liades-header-admission .icon-recherche:before {
	content: "\68";
	font-family: 'iconesUL';
}



.liades-header .visually-hidden, .liades-footer .visually-hidden, .liades-container .visually-hidden {
    clip-path: inset(50%);
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.liades-header .menu li, .liades-footer .menu li {
    list-style-type: none;
    margin: 0;
}

/* Masquer les couleurs de l'université laval */
.liades-header-entete-ul {
	background: none !important;
}

/* div contenant le logo du site dans le header */
.liades-header-entete-ul .logo {
	display: flex;
	padding: 25px 0 17px 0;
}

/* modifier l'apparence du titre dans le header */
.liades-header-entete-ul .zone-titre {
	display: flex;
	flex: 1;
	align-items: center;
	padding: 13px 0 13px 25px;
}

/* Ajuster la couleur du menu - navigation principale */
.liades-header-navigation-principale.noir-sousmenu-gris.pleine-largeur,
.liades-header-navigation-principale.noir-sousmenu-gris div > ul {
	background-color: var(--liades-blue);
}

/* Ajuster la couleur de l'élement survolé ou actif du menu - navigation principale */
.liades-header-navigation-principale.noir-sousmenu-gris div ul li:hover,
.liades-header-navigation-principale.noir-sousmenu-gris div ul li[class*="current"] {
	background-color: var(--liades-blue-light);
}

.liades-header #nav-mobile-menu {
	display: none;
}

/* Footer */

.liades-footer {
	z-index: 400;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    position: relative;
	line-height: 1.375;
    font-family: "Source Sans 3", "Source Sans Pro", SourceSansPro, -apple-system, Roboto, Segoe UI, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.liades-footer,
.liades-footer .footer-main {
	background-color: var(--liades-blue);
	color:#fff;
	width:100%;
}

.liades-footer .footer-main {
	padding: 4em 0;
}

.liades-footer-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding-left: 1em;
    padding-right: 1em;
    transition: padding-left .125s ease-out, padding-right .125s ease-out;
}

@media (min-width: 576px) {
    .liades-footer-container {
        padding-left: 1.625em;
        padding-right: 1.625em;
    }
}

@media (min-width: 768px) {
    .liades-footer-container {
        padding-left: 2.25em;
        padding-right: 2.25em;
    }
}

@media (min-width: 992px) {
    .liades-footer-container {
        padding-left: 2.875em;
        padding-right: 2.875em;
    }
}

@media (min-width: 1200px) {
    .liades-footer-container {
        padding-left: 3.5em;
        padding-right: 3.5em;
    }
}

@media (min-width: 1400px) {
    .liades-footer-container {
        padding-left: 4.125em;
        padding-right: 4.125em;
    }
}


@media (min-width: 1600px) {
    .liades-footer-container {
        padding-left: 4.75em;
        padding-right: 4.75em;
    }
}

.liades-footer .footer-contact {
    margin-bottom: 3em;
    transition: margin-bottom .125s ease-out;
}

@media (min-width: 670px) {
    .liades-footer .footer-contact {
        display: flex;
        justify-content: space-between;
        gap: 2em;
    }
}

.liades-footer .footer-address {
    text-align: left;
}

.liades-footer a,
.liades-footer a:hover {
	color:#fff;
	font-weight:400;
	text-decoration:none
}

.liades-footer a:hover {
	text-decoration:underline
}

.liades-footer .footer-social-container {
	background-color: #333;
	padding: 32px 0;
	display: flex;
    justify-content: center;
}

.liades-footer .footer-social svg {
	width: 40px;
	height: 40px;
	stroke : #000;
	fill: #333;
	display: block;
    padding: .25em;
    transition: fill .125s ease;
}

.liades-footer .footer-social {
    display: flex;
    flex-flow: wrap;
    font-size: 1em;
    gap: .75em;
    justify-content: flex-start;
    margin: 2em 0;
	padding: 0;
}

.liades-footer .footer-social a {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    transition: background-color .125s ease;
}

.liades-footer .footer-social * {
	box-sizing: border-box;
}

@media (min-width: 670px) {
    .liades-footer .footer-social {
        justify-content: flex-end;
        margin-bottom: 0;
        margin-top: -0.5em;
    }
}

.liades-footer .footer-address-name {
	font-size: 14px;
	text-transform: capitalize;
}

.liades-footer .footer-address-title {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    font-size: 1.25em;
    line-height: 1.375em;
    margin: 0 0 1em 0;
}

@media (min-width: 768px) {
    .liades-footer .footer-address-title-inner {
        text-align: left;
    }
}

.liades-footer .liades-footer-container {
	display: flex;
	max-width: 1260px;
}

.liades-footer .footer-logos {
	display: flex;
    justify-content: space-around;
    width: 100%;
}

.liades-footer .footer-logo img {
    height: auto;
    width: 260px;
}

.liades-footer .copyright {
	font-weight:300;
	display:flex;
	justify-content:center;
}

.liades-footer .copyright > div {
	font-size:12px;
	margin:0 auto;
	max-width:1200px;padding:8px 15px
}
.liades-footer .copyright > div div {display:inline}
.liades-footer .copyright a, 
.liades-footer .copyright span {font-weight:300}
.liades-footer .copyright a:hover {text-decoration:underline}
.liades-footer .copyright span:not(:last-of-type)::after {
	content:"|";
	padding:0 10px;
}

@media only screen and (max-width: 992px) {
    .liades-footer .copyright > div div {display:block}
    .liades-footer .copyright > div div span:last-of-type::after {content:"";padding:0}
}

