html,
body {
    height: 100%;
}
#page-content {
    flex: 1 0 auto;
}


/*
===========================
 MENU / NAVBAR / FOOTER
===========================
*/

@media (max-width: 991px) {
    .navbar-computer {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
	.navbar-toggler {
		float: right;
	}
}

@media (min-width: 991px) {
    .navbar-computer {
        display: flex;
    }
    .navbar-mobile {
        display: none;
    }
    .footer-mobile {
        display: none;
    }
}
@media (max-width: 740px) {
    .navbar-title {
        text-align: center;
    }
    .img-valign {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}
.navbar-title {
    float:left !important;
    padding-top: 10px !important;
}
.navbar-computer {
    background-color: #f0f1e4 !important;
    padding: 5px 0px 5px 0px;
}
.navbar-mobile {
    background-color: #f0f1e4 !important;
}

.navbar-computer a {
    color: #536358 !important;
    border-radius: 0px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "calibri";
}

.navbar-mobile a {
    color: #536358 !important;
    border-radius: 0px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "calibri";
}

.navbar-computer a.active {
    background-color: transparent !important;
    font-family: "calibri";
    /*border-bottom: 4px solid #FFE7C7;*/
}

.second-nav {
    background-color: #536358;
    color: #FFE7C7;
    font-family: "calibri";
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
}

.second-nav-text {
    font-size: 24px;
    font-family: "calibri";
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
}

.second-nav-info {
    margin-left: 4.7%;
    font-size: 36px;
}

.second-nav-subtitle {
    font-size: 28px;
}

.img-valign {
    vertical-align: middle;
}

#sticky-footer {
    flex-shrink: none;
}
.footer {
    background-color: #f0f1e4 !important;
    color: #536358 !important;
    font-family: "calibri";
}
.footer-mobile {
    background-color: #f0f1e4 !important;
}



.footer-mobile a {
    color: #536358 !important;
    border-radius: 0px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "calibri";
}
.dropdown-computer.dropdown:hover>.dropdown-menu {
    display: block;
    position: absolute;
    transform: translate3d(28%, 33%, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.dropdown-computer.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f0f1e4 !important;
}

/*
===========================
 MENU / NAVBAR / FOOTER
===========================
*/

.home-presentation-text {
    margin-top: 6%;
    font-size: 18px;
    font-family: "calibri";
}
.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.center-img-formateurs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
.left-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.last-div {
    margin-bottom: 25px;
}
.txt-justify {
    text-align: justify;
}
.txt-center-vertically {
    padding-top: 10%;
}
.link-plan {
    color: black !important;
}
.link-footer {
    padding-right: 0 !important;
}
