.ice_tea
{
    padding-top: 5vh;
    font-size: 1.5rem;
    line-height: 2rem;
    width: 100vw;
}

.ice_tea p
{
    color: #000000;
    padding-left: 2.5vw;
}


.ice_tea h1
{
    text-align: center;
    padding-top: 4vh;
    padding-bottom: 2vh;
    line-height: 3.3rem;
    font-weight: bold;
}

.ice_tea .parcours_group
{
    
    justify-content: space-between;
    width: 60vw;
    display: flex;
    align-items: center;
    height: 40vh;
    min-height: 300px;
    margin: auto;
}


.ice_tea .parcours_group img
{
    height: 80%;
}

.ice_tea .lien_cv
{
    margin-bottom: 5rem;
    margin-top: 2rem;
}

.ice_tea .lien_cv p
{
    text-align: center;
}

.ice_tea .lien_cv p a
{
    color: var(--grisClair);
    border: 3px solid var(--orange);
    padding: 1rem;
    font-weight: bold;
}

.ice_tea  .lien_cv p a:hover
{
    color: #000000;
    border: 3px solid var(--orange);
    background-color: var(--orange);
    font-weight: bold;
}

.ice_tea .parcours-container
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25vw;

}

.ice_tea .parcours 
{
    font-size: 1rem;
    border: 2px solid var(--orange);
    padding: 1rem;
    font-weight: bold;
    width: 100%;
}


.ice_tea .parcours p
{
    padding-left: 0vw;
    font-weight: bold;
}

.ice_tea .parcours a
{
    color: var(--gris);
}


.ice_tea ul li
{
    list-style-type: none;
}


.ice_tea ul
{
    margin-bottom: 1rem;
}

.ice_tea .lien
{
    height: 70px;
    width: 3px;
    background: var(--orange);
}

@media screen and (max-width:1200px)
{
    .ice_tea .parcours-container
    {
        width: 40vw;
    }

    .ice_tea .parcours_group
    {
        width: 75vw;
    }

    .ice_tea .parcours_group > *:nth-child(1)
    {
        margin-right: 2rem;
    }

    .ice_tea .lien_cv
    {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width:991px)
{
    .ice_tea .parcours-container
    {
        width: 55vw;
    }

    .ice_tea .parcours_group
    {
        width: 90vw;
    }

}

@media screen and (max-width:768px)
{

    .ice_tea .parcours-container
    {
        width: 90vw;
    }

    .ice_tea .parcours_group
    {
        height: auto;
    }

    .ice_tea .parcours_group img
    {
        display: none;
    }

    .ice_tea  .lien_cv a
    {
        font-size: 1.1rem;
    }

    .ice_tea .lien_cv
    {
        margin-top: 0rem;
    }
}