/* Custom Style
-------------------------------------------------- */

h1 {
    text-align: justify;
    font-size: 1rem;
    display: inline;
}

/*titres*/
h2 {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

/*lieux*/
h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

em {
    display: inline;
    font-weight: normal;
}

p {
    text-align: justify;
}

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

}

body {
    /* Margin bottom by footer height */
    margin-bottom: 5px;
    margin-top: 70px;
    font-family: Verdana, 'sans-serif';
    background-color: #FFFFFF;
    height: 100%;

}

strong {
    margin: 0;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

resume {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #9eaf9f;
    text-align: center;
}

.footer .bg-color {
    background-color: #9eaf9f;
}

.navbar-custom {
    background-color: #9eaf9f;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #FFFFFF;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #FFFFFF;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
/* .navbar-custom .nav-item:hover .nav-link { */
    color: #FFFFFF;
}

.custom-toggler .navbar-toggler-icon {
    border-color: #FFFFFF;
    color: rgba(255, 255, 255, 1);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.images-project img {
    padding: 5px 0;
	height: 100%;
	width: 100%;

}
