.c-rythmiqueEn-musicStylist {
    margin-top: 140px;
}
.c-rythmiqueEn-musicStylist .c-common-header-title {
  font-size: 40px;
  color: rgba(119,153,255,0.5);
  margin: 45px auto 0;
  letter-spacing: 4px;
}
.c-rythmiqueEn-musicStylist__profiles {
    margin-top: 35px;
}
.c-rythmiqueEn-musicStylist__profile {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.c-rythmiqueEn-musicStylist__profilePicture {
    position: inherit;
    z-index: 2;
}
.c-rythmiqueEn-musicStylist__profileInfo {
    display: inline-block;
    position: relative;
}
.c-rythmiqueEn-musicStylist__profileName {
    font-family: Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.6875rem;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 30px;
}
.c-rythmiqueEn-musicStylist__profileNameEn {
    font-family: Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.1875rem;
    font-weight: normal;
    line-height: 1.36;
    letter-spacing: 1px;
    margin-top: 12px;
}
.c-rythmiqueEn-musicStylist__profileAbout {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7;
    max-width: 320px;
    text-align: justify;
    margin-top: 27px;
}
.c-rythmiqueEn-musicStylist__profileCareers {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    text-align: left;
    padding: 40px 30px 30px;
    min-width: 370px;
    border-bottom-right-radius: 10px;
    z-index: 3;
}
.c-rythmiqueEn-musicStylist__profileCareersTitle {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-18px, -50%);
    min-width: 200px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 48px;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.c-rythmiqueEn-musicStylist__profileCareerItem {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.67;
}
.c-rythmiqueEn-musicStylist__profileCareerItem::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.c-rythmiqueEn-musicStylist__profile:nth-child(odd) .c-rythmiqueEn-musicStylist__profileCareerItem::before {
    background-color: #B1DF53;
}
.c-rythmiqueEn-musicStylist__profile:nth-child(odd) .c-rythmiqueEn-musicStylist__profileInfo::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translate(-50%, 0);
    width: 526px;
    height: 507px;
    background: url("/art-college/music/assets/img/pages/pc/rythmique_en/music_stylist/polygon_left.png") no-repeat;
    background-size: cover;
    z-index: 1;
}
.c-rythmiqueEn-musicStylist__profile:nth-child(even) .c-rythmiqueEn-musicStylist__profileInfo::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 509px;
    height: 528px;
    background: url("/art-college/music/assets/img/pages/pc/rythmique_en/music_stylist/polygon_right.png") no-repeat;
    background-size: cover;
    z-index: 1;
}
.c-rythmiqueEn-musicStylist__profile:nth-child(even) .c-rythmiqueEn-musicStylist__profileCareerItem::before {
    background-color: #7799FF;
}
.c-rythmiqueEn-musicStylist__profile:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: -100px;
}
.c-rythmiqueEn-musicStylist__profile:nth-child(odd) .c-rythmiqueEn-musicStylist__profileCareers {
    transform: translateY(75px);
}
.c-rythmiqueEn-musicStylist__profile .c-rythmiqueEn-musicStylist__profileCareerItem__bg {
    position: absolute;
    right: -0.5vw;
    bottom: 116px;
    width: 294px;
    height: 246px;
    background: url("/art-college/music/assets/img/pages/pc/rythmique_en/music_stylist/career_right_toy.png") no-repeat;
    background-size: cover;
    z-index: 1;
}

@media only screen and (min-width: 1000px) {
    .c-rythmiqueEn-musicStylist__profile:nth-child(odd) .c-rythmiqueEn-musicStylist__profileCareers::after {
        right: -10.5vw;
    }
}

.c-rythmiqueEn-musicStylist__profile:nth-child(even) .c-rythmiqueEn-musicStylist__profileCareers {
    transform: translateY(240px);
}
.c-rythmiqueEn-musicStylist__profile:nth-child(odd) .c-rythmiqueEn-musicStylist__profileCareersTitle {
    background: rgb(184,224,80);
    background: -moz-linear-gradient(90deg, rgba(184,224,80,1) 0%, rgba(75,206,121,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(184,224,80,1) 0%, rgba(75,206,121,1) 100%);
    background: linear-gradient(90deg, rgba(184,224,80,1) 0%, rgba(75,206,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8e050",endColorstr="#4bce79",GradientType=1);
}
.c-rythmiqueEn-musicStylist__profile:nth-child(even) .c-rythmiqueEn-musicStylist__profileCareersTitle {
    background: rgb(119,170,238);
    background: -moz-linear-gradient(90deg, rgba(119,170,238,1) 0%, rgba(136,221,221,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(119,170,238,1) 0%, rgba(136,221,221,1) 100%);
    background: linear-gradient(90deg, rgba(119,170,238,1) 0%, rgba(136,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77aaee",endColorstr="#88dddd",GradientType=1);
}