p,
h3 {
    font-family: "Sometype Mono", monospace;
    overflow-x: hidden;
}

#logo {
    height: 45px;
    width: auto;
}

nav {
    background-color: #2196f3;
}
.bgColor {
    background-color: #2196f3;
}

.hello {
    font-size: 70px;
}

.thomas {
    font-size: 90px;
}

#moi {
    border-radius: 50%;
    /* Ceci rend l'image ronde */
    width: 350px;
    height: auto;
}

#about-me {
    color: white;
    height: 650px;
    width: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)),
        /* Dégradé semi-transparent */ url("../images/test3.webp");
    /* Votre image */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.titre {
    color: #2196f3;
}

.icones {
    width: 50px;
    /* ou la largeur que vous préférez */
    height: auto;
    /* pour maintenir les proportions de l'image */
}

.btn-download {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 123, 255, 0.9);
    /* Bleu transparent */
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    /* Pour activer le mode flexbox */
    justify-content: center;
    /* Pour centrer horizontalement */
    align-items: center;
    /* Pour centrer verticalement */
}

.card-hover:hover .overlay {
    opacity: 1;
}

.animate {
    width: 100%;
    transition: width 2s ease;
    /* Animation de défilement avec une durée de 2s */
}

@media only screen and (max-width: 767px) {
    .thomas {
        font-size: 30px;
        /* Ajustez la taille de la police selon vos besoins */
    }

    .hello {
        text-align: center;
        /* Centrer le texte */
        font-size: 24px;
    }
}

/*
  * {
    border: 1px solid red;
}*/

.resize {
    width: 70px;
    height: 70px;
}

.tutu {
    height: 50px;
    width: 50px;
}

.image-project {
    width: 450px;
    height: auto;
}

.change-color:hover {
    color: #007bff;
}

.icon {
    height: 25px;
    width: 25px;
}

@media screen and (max-width: 767px) {
    .image-project {
        width: 250px;
        height: auto;
    }
}
