.header_sites_internet {
    background-image: url(/images/Site\ internet-No_BG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.header_identite_graphique {
    background-image: url(/images/Identité\ Graphique-No_BG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.header_support_com {
    background-image: url(/images/support_com-No_BG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.header_montages {
    background-image: url(/images/montages-No_BG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.header_dessins {
    background-image: url(/images/dessin-No_BG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.header_CGU {
    background-image: none;
}


/* ------- PROJETS ------- */

.container .projets {
    padding: 0px 0px 150px 0px;
}


.group_project_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    gap: 20px;
    width: 100%;
    height: auto;
}

.group_project_card .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    width: 100%;
    gap: 0;
    height: auto;
}

.group_project_card .main-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    height: auto;
    align-content: center;
}

.more_content {
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: var(--transition);
    display: grid;
    justify-items: center;
}
.more_content.open {
    opacity: 1;
}

.more_content hr {
    width: 90%;
    margin: 50px 0px 30px 0px;
}

.group_project_card .more_content .text {
    padding: 20px;
    width: 90%;
}

.group_project_card .more_content .text a {
    margin-top: 20px;
}

.group_project_card .more_content .text p > img {
    border-radius: 10px;
    width: 40%;
    height: auto;
    object-fit: contain;
    margin: 20px;
}

@media only screen and (max-width:767px) {
    .group_project_card .more_content .text p > img {
    width: 100%;
    margin: 20px 0px;
    }
}

.group_project_card .more_content .text p > img:hover {
    border-radius: 20px;
    width: 100%;
    margin: 20px 0px;
}


.more_content #quote {
    border-radius: 0px;
    justify-self: start;
}
.more_content #quote2 {
    transform: rotate(180deg);
    border-radius: 0px;
    justify-self: end;
}


.project_card #button {
    padding: 0;
    height: 50px;
    width: 65px;
}

.project_card:hover #button {
    background-color: var(--color-secondaire);
    gap: 20px;
}


.group_project_card .main-content img {
    width: 425px;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}
.group_project_card .project_card:hover > img {
    transform: translateY(-5px);
}

.group_project_card * {
    transition: var(--transition);

}
.group_project_card .project_card:hover h3 {
    letter-spacing: calc(+2.5px);
}

/* ------- trois_bloc - PROJECT_CARD ------- */
.trois_univers .trois_bloc .project_card.card .main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.trois_univers .trois_bloc .project_card.card .main-content .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.trois_univers .trois_bloc .project_card.card .main-content .text img {
    border-radius: 100%;
}

.trois_univers .trois_bloc .more_content .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.trois_univers .trois_bloc .more_content .text h5 {
    font-size: 24px;
    font-weight: 500;
}




/* ----------- SITES INTERNET --------------- */

.main-content .text  h3 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    gap: 5px;
}

.main-content .text  h3 i {
    color: #A6CF36;
    font-size: 15px;
}

.dphimo .main-content .text  h3 i {
    color: #CF3636;
    font-size: 15px;
}