html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    /* Margin bottom by footer height */
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    text-shadow: none;
    font-size: 150%;
}

body > .container {    
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 90vh;
    text-shadow: none;
}

body > .container-full {
    margin: 0 auto;
    width: 100%;
}

a {
   text-decoration-line: underline;
}

nav a {
   text-decoration-line: none;
}

content-container {
    outline: 0px solid #223344;
    outline-offset: 50px;
}

div.content-container {
    padding-top: 80px;
}

.flag-icon-background {
    background-size:contain;
    background-position:50%;
    background-repeat:no-repeat;
}

.flag-icon {
    background-size:contain;
    background-position:50%;
    background-repeat:no-repeat;
    position:relative;
    display:inline-block;
    width:1.33333333em;
    line-height:1em
}

.flag-icon:before { content:"\00a0"}
.flag-icon-fr { background-image:url(../img/fr.svg); }
.flag-icon-us { background-image:url(../img/us.svg)}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    /* border-top: 1px solid #454545; */
    background-color: #475360;
}
.footer span {
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.messages > p {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    background-color: #475360;
    color: #fff;
}

.navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0 none;
    background-color: #DAA6ED;
    height: 1px;
    width: 80%;
}

.pink {
    color: #DAA6ED;    
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95em;
    min-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.styled-table th,
.styled-table td {
    padding: 12px 20px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody td:nth-child(2) {
    text-align: center;
}

h3.lined {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #475360;
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

h3.lined span {
    background: #fff; 
    padding: 0 20px; 
}

.dots {
    max-height: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.welcome-link {
    text-decoration: none;
}

.welcome-text {
    font-weight: bold;
}

.welcome-text2 {
    font-size: 105%;
}

.center-table-content {
    text-align: center;
}

.publication-year > h4 {
    margin-top: 20px;
    font-weight: bold;
}

.contact-email {
    padding-top: 30px;
    padding-bottom: 30px;
}

header > img.circles {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-height: 100%;
}

header img.brand {
    padding-top: 15px;
    padding-right: 30px;
    width: 220px;
    height: 80px;
}

footer img.right {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-height: 100%;
}

footer img.left {
    position: absolute;
    height: 80px;
}

.footer-mmt {
    padding-top: 18px;
}

.footer-mmt > p {
    color:#fff
}

.contact-header {
    border-bottom: 2px solid #000;
    line-height: 0.1em;
}

.contact-header > span {
    background: #fff;
    padding: 0 20px;
}

div.title {
    font-weight:bold;
    border-width:1px;
    border-style:solid;
    margin-bottom:10px;
    margin-top:10px;
    background-color:#CCCCCC;
    padding:5px
}

#siphab-form ul {
    list-style: none;
}

.pre {
    border-color: white;
    background-color: white;
}

textarea {
    width: 100%;
}
