body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
    overflow: hidden;
}

footer
{
    opacity: 0.85;
    padding-top:0 !important;
}


@media screen and (min-width: 993px ) {
    .brand-logo
    {
        margin-left: 0.5em;
    }
}


header
{
    margin: 0;
}

.pageTitle{
    background-color: #ff5722 !important;
    color: white;
    padding: 2em !important;
}

.autoMargin{
    margin-left: auto !important;
    margin-right: auto !important;
}

.noSideMargin
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.front-page-logo{
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.logoMenu{
    border-bottom: 1px solid #DDDDDD;
}

#MobileNav a{
    font-size: 1rem !important;
    height: 44px !important;
    line-height: 44px !important;
}

#MobileNav i{
    height: 44px !important;
    line-height: 44px !important;
}

.big-margin
{
    margin-bottom:3em !important;
    margin-top: 3em !important;
}

.mid-margin
{
    margin-bottom:1em !important;
    margin-top: 1em !important;
}

.big-padding
{
    padding-left : 5em !important;
    padding-right : 5em !important;
}

.mid-padding
{
    padding : 3em !important;
}

.nopadding
{
    padding-left:0 !important;
    padding-right: 0 !important;
}

.nomargin
{
    margin: 0 !important;
}

.justify
{
    text-align: justify;
}

#sidenav-overlay {
    z-index:0 !important;
}

/*#SideNav
{
    position: fixed;
    padding: 0.1em;
    margin: 1em;
    z-index: 999;
    width: 18em;
}

.sideNavItem
{
    display: block;
    width: 100%;
    margin: 0.5em;
    margin-left:1.5em;
}

#SideNav .btn
{
    width:100%;
    margin-bottom: 0.1em;
    color: white;
    background-color: #0288d1
}

#SideNav .active {
    width: 100%;
    margin-bottom: 0.1em;
    background-color: #2196f3;
}*/

#ShareButtons
{
    line-height: normal !important;
    margin: 0.5em 0;
}
.socialWrapper
{
    float: left;
    min-width: 90px;
    min-height: 30px;
    padding-right: 0.5em;
}

.articleContent img
{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.articleContent ul li, .redactor-editor ul li, .articleContent ol li, .redactor-editor ol li
{
    list-style-type: square;
    text-align: left;
    list-style-position: inside;
}

.articleContent ul ul, .postContent ol ul, .postContent ol ol, .postContent ul ol
{
    padding-left: 2em;
}

.sideButton:hover
{
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.sideButton
{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    display: block;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0.1em;
    margin-left: 0;
    color: white;
}

.sideButton.active
{
    border-right: 5px solid #00bcd4;
}

.pageTitle h3
{
    font-weight: 100;
}

.pageTitleEmail {
    height: 15em;
    padding-top: 5em;
}

.jobOfferInfo img, .propositionInfo img
{
    max-width: 20%;
    float: right;
}

.companyLogo
{
    max-width: 200px;
    max-height: 200px;
}

.companyLogoSmall
{
    max-width: 150px;
    max-height: 150px;
}

.uppercase
{
    text-transform: uppercase;
}