* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat";
	position: relative;
	padding-bottom: 58px;
	min-height: 100vh;
}
.container {
	padding: 0;
}
.navbar a {
    color: #991A2F !important;
}

.navbar .navbar-brand .logo-top {
    width: 13rem;
}
.mobile_logo {
    width: 85%;
    margin-top: 50%;
}
main {
	/* width: 90vw; */
	margin: 0 auto;
    padding: 30px 20px;
	margin-bottom: 20px;
	/* min-height: calc(100vh - 211px - 58px); */
}
.skill_img {
    height: 50px;
    width: 50px;
}
.author_id {
    border-bottom: 4pt solid #991A2F;
    width: 11rem;
    padding-bottom: 12px;
    font-size: 17.51pt;
}
.picture {
    width: 100%;
}
article {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

article:last-child {
	margin-bottom: 0;
}

article h3 {
	margin: 10px 0 25px 0;
}

article p {
	margin-top: 16px;
	line-height: 24px;
}

.contact-items {
    display: flex;
    flex-direction: column; /* Aligne les icônes en ligne */
    justify-content: space-around; /* Espace les icônes uniformément */
    align-items: center; /* Centre les icônes verticalement */
    padding: 1em;
}

.contact-item {
    display: flex;
    flex-direction: column; /* Aligne l'icône et le texte verticalement */
    align-items: center; /* Centre l'icône et le texte horizontalement */
    text-align: center; /* Centre le texte sous l'icône */
    margin: 0 15px; /* Ajoute un espace horizontal entre chaque icône */
}

.contact-item a {
    text-decoration: none; /* Supprime la décoration du lien */
    color: inherit; /* Garde la couleur du texte héritée */
}

.contact-item i {
    margin-bottom: 10px; /* Ajoute un espace entre l'icône et le texte */
}


footer {
	text-align: center;
	background-color: #991A2F;
	color: #fff;
	padding: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* position: fixed;
	z-index: 1; */
}
footer a, footer a:hover{
    color: #FFF;
}
