/* */
@font-face {
	font-family: 'UTMAvo';
	src: url('./font/UTMAvo.eot');
	src: local('UTMAvo'), url('./font/UTMAvo.woff') format('woff'), url('./font/UTMAvo.ttf') format('truetype');
}

html,
body {
    height: 100%;
}

body {
	font-family: "UTMAvo";
	padding:0;
	margin:0;
	color: #777; 
	background: #fff;
	overflow-x:hidden;
	position: relative;
	font-size: 14px;
}

.navbar .nav-link {
	color: #343a40 !important;
}

.navbar .nav-link:hover {
	color: #dcdcdc !important;
}

.bg-Fort-Dauphin-transparent {
	background: transparent;
	padding-top: 15px;
	padding-bottom: 20px;
    transition: .5s ease 0s;
}

#secondarymenu {
	margin-top: -120px;
}

.btn-cara {
	color:#fff;
	background-color:#ff0000;
	border-color:#ff0000;
	border-radius: 0px;
	width: 100%;
	font-size: x-large;
}

.btn-cara:hover {
	color:#f30606;
	background-color:#fff;
	border-color:#fb6464;
	display: block;
	display: flex;
	flex-direction: column;
	position: absolute;

}

.btn-cara.focus,.btn-cara:focus {
	-webkit-box-flex:0 0 0 2px rgba(2,117,216,.5);
}

.content {
	display: none;
}
#secondarymenu .nav-item > a {
	color: #fff !important;
	align-content: center;
}

@media (max-width: 767px) {
	.bg-Fort-Dauphin-transparent {
		background: rgba(52,58,64, 0.9);
		border-bottom: 1px solid #fff;
	    box-shadow: 1px 1px 5px #d3d3d3;
	    transition: .5s ease 0s;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}	

@media (max-width: 480px) {
	.bg-Fort-Dauphin-transparent {
		background: rgba(52,58,64, 0.9);
		border-bottom: 1px solid #fff;
	    box-shadow: 1px 1px 5px #d3d3d3;
	    transition: .5s ease 0s;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

.bg-Fort-Dauphin-menu {
	background: rgba(52,58,64, 0.9);
	border-bottom: 1px solid #fff;
    box-shadow: 1px 1px 5px #d3d3d3;
    transition: .5s ease 0s;
	padding-top: 2px;
	padding-bottom: 2px;
}

.bg-Fort-Dauphin-menu .navbar-nav > .active > a {
	color: #fff !important;
}

.bg-Fort-Dauphin-menu .navbar-nav > li > a {
	color: #d5dbdb !important;	
}

.bg-Fort-Dauphin-menu .navbar-nav > li > a:hover {
	color: #fff !important;	
}

.dropdown .dropdown-menu {
    border-radius: 0px;
}

.page-header {
	text-align: center;
	margin-bottom: 30px;
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
    position: relative;
	text-align: justify;
}

.devise {
	background: #828180;
	color: #fff;
}

.devise input {
	border-radius : 0px;
}

.devise .input-group-addon {
	border-radius : 0px;
	background: #4075b9;
	color: #fff;	
}

.panel-title {
	margin-bottom: 30px;
	margin-top: 10px; 	
}

.alternateblue {
	background: #4075b9;
	color: #fff;
}

.alternatered {
	background: #fc0301;
	color: #fff;
}

.alternategreen {
	background: #93f538;
	color: #fff;	
}

.alternategrey {
	background-color: #d8d8d8;
}

.alternatedarkgrey {
	background-color: #484d53;
	color: #fff;
}

.alternateblue hr, .alternategreen hr {
	border: solid #fff;
	border-width:thin 0px 0px 0px;
}

footer {
	background-color: #232323;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 14px;
}

footer ul {
	list-style-type: none;
}

footer a, .bottom a {
	color: #fff;
}

footer a .fa-facebook {
    color: #3b5998;
}

footer a .fa-linkedin {
    color: #f3f4f5;
}

footer a .fa-youtube {
    color: #d32e18;
}

footer a .fa-twitter {
    color: #005b8b;
}

footer a .fa-instagram {
    color: #cf357559;
}

footer a .fa-facebook:hover,
footer a .fa-youtube:hover,
footer a .fa-twitter:hover,
footer a .fa-instagram:hover {
    color: #fff;
}

footer a .fa-linkedin:hover {
    color: #29c2dd;
}

footer a:hover, footer a:focus {
	color: #90cdd5;
	text-decoration: none;
}

footer .icon {
	font-size: 30px;
}
.bottom {
	background-color: #232323;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	color: #fff;
	font-style: italic;
	font-size: 13px;
}

.breadcrumb .breadcrumb-item {
	color: #fff !important;	
}

.btnp {
	margin: 10px;
	padding: 10px;
	border: 2px solid #777;
	border-radius: 20px;	
	color: #777;
}

.btnp:hover {
	text-decoration: none;
	background: #777;
	color: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

#preloader > i {
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
  color: #fe0000;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#usefullinks {
	background-color: #d8d8d8;
}

.navbar-cara {
	background: #071e61;
	border-bottom: 1px solid #fff;
    box-shadow: 1px 1px 5px #d3d3d3;
    transition: .5s ease 0s;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

.about-photo {
    padding: 5em 0 22.6em;
}
.ab-w3ls-photo {
    text-align: center;
    position: relative;
}
.w3l-slider-img {
    border: 10px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 2em;
    top: 29em;
}
.w3ls-info-about {
    position: absolute;
    left: 46%;
    z-index: 99;
    padding: 2em 4.5em;
    top: 107%;
    border: 10px solid #000;
}

.w3ls-info-about p {
    color: #ffffff;
    line-height: 2.2em;
    background: rgba(0, 0, 0, 0.85);
    font-size: 0.9em;
    letter-spacing: 2px;
}
p.about-para-w3ls {
    color: #777;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.5px;
    margin-bottom: 2em;
}

p.about-para-w3ls {
	font-size: 14.5px;
}

p.about-para-w3ls {
		font-size: 14px;
	}