/*#region BODY*/
/*! BODY */
body {
    background-image: url(./background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

/*#endregion BODY*/


/*#regions ROOT*/
:root {
    --fonttitre: 'Comfortaa', cursive;
    --color_twitter: black;
}

/*#region PFL*/
.Profile {
    font-family: var(--fonttitre);
    color: white;
}

.imgProfile {
    /* width: 25%; */
    max-width: 50%;
    max-height: 50%;
    height: 160px;
    width: 160px;
}

/*#endregion PFL*/


/*#region CARD*/

.imgCard {
    height: 20rem;
}

.btnAll {
    --bs-btn-color: #fff;
    --bs-btn-bg: black;
    --bs-btn-border-color: black;
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: gray;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: grey;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: black;
    --bs-btn-disabled-border-color: black;
}


/*#endregion CARD*/