.ceuxquisement-section {
    

    background-color: rgb(0, 126, 126);

    display: grid;
    grid-template-columns: 1fr 1fr;

    width: 100%;

    padding-top: 3vh;
    padding-bottom: 3vh;
}

.ceuxquisement-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.ceuxquisement-video {
    width: 100%;
    margin: 2%;

    align-self: center;
    justify-self: center;
}

.ceuxquisement-description {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    height: 100%;
    width: 100%;

    position: relative;
    min-width: 0;
}

.ceuxquisement-paragraph,
.ceuxquisement-logo {
    height: auto;
    object-fit: contain;
}

.ceuxquisement-paragraph {
    position: relative;

    top:5%;

    text-align: justify;

    align-self: center;
    justify-self: center;

    color: white;

    width: 90%;

    font-size: clamp(10px, 2vh, 30px);

    padding-bottom: 4vh;
}



.ceuxquisement-logo {
    width: 30%;
    height: auto;

    position: relative;

    top:5%;

}

.orange-text {
    color: rgb(255, 144, 0);
}


.ceuxquisement-lien {
    display: block;
    width: fit-content;
    margin: 20px auto;

    color: white;

    text-transform: uppercase;

    font-weight: 500;
    font-size: 2.5vh;

    padding: 1.5%;

    text-align: center;

    background-color: rgb(255, 144, 0);

    min-width: 300px;
}

.ceuxquisement-lien:hover {
    font-weight: bolder;
}

.orange-text {
    color: rgb(255, 144, 0);
}


.contact-mail-ceuxquisement:hover {
    text-decoration: underline;
}

.right {
    text-align: right;
}

@media (max-width: 768px) {
    .ceuxquisement-section {
        grid-template-columns: 1fr;
    }

    .ceuxquisement-lien {
        padding: 2%;
    }

    .ceuxquisement-video {
        padding: 2%;
        width: 90%;
    }

    .ceuxquisement-logo {
        position: relative;
        width: 60%;
        height: auto;

        padding-bottom: 5%;
    }

}