.titre {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

.text {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

/* hire me */
.titre-hire {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    width: 100%;
    display: grid;
}

.titre-hire h1 {
    margin: 0.5rem;
}

.exemples {
        background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    padding-bottom: 0.5rem;
}

.exemples img {
    max-width: 90%;
}

.commissions img {
    display: none;
}

.emotes img {
    max-width: 90%;
}

/* Cartes liens */

.image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 20px;
        scale: 80%;
        bottom: 0;
        top: 10;
        transition: 0.2s all ease-out;
      }

.overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        height: auto;
      }

.button {
      transition: 0.2s all ease-out;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto;
        transform: scale(0.8, 0.8);
      }

.card {
    position: relative;
    width: 70%;
    margin: auto;
}

.card:hover .button {
        transition: 0.2s all ease-out;
        padding:0%;
        opacity: 1;
        transform: scale(0.7, 0.7);
      }

.card:hover .image {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
    border-radius: 50px;
    transition: 0.2s all ease-out;
    }



@media screen and (max-width: 500px) {
    .card {
        position:relative;
        width: 45%;
        margin: auto;
    }
}

@media screen and (min-width: 700px) and (orientation: landscape) {
    .commissions img {
        max-width: 20%;
        margin: 2rem;
        display: block;
        border-radius: 10px;
    }

    .commissions p {
        flex-grow: 3;
        margin: 2rem;
    }

    .commissions {
        display: inline-flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
    }

    .card {
        position: relative;
        max-width: 40%;
        display: inline-block;
        margin: 0%;
    }

    .exemples {
        display: inline-flex;
        max-width: 90%;
        justify-content: space-evenly;
    }

    .exemples img {
        max-width: 30%;
    }

    .emotes {
        display: inline-flex;
        align-items: center;
        max-width: 100%;
    }

    .text {
        flex-grow: 2;
        margin-left : 1rem;
        margin-right: 2rem;
    }

    .emotes img {
        max-width: 20%;
    }
}

@media screen and (min-width: 1200px) {

    .card {
        position: relative;
        max-width: 30%;
        display: inline-block;
    }
}