.item .thumb { border-top-left-radius: 8px; border-bottom-left-radius: 8px; background: repeating-linear-gradient(135deg,rgba(0,0,0,.03),rgba(0,0,0,.03) 2px,transparent 0,transparent 4px),linear-gradient(135deg,#090b93,#ff4686); } .section.graphy .body.list>.item .text { padding-top: 8px; padding-right: 8px; position: relative; text-shadow: none; font-size: 14px; } .section.graphy .body.list>.item .text>.cast-group { position: absolute; display: grid; grid-gap: 4px; bottom: 8px; } .section.graphy .body.list>.item .text>.cast-group>.cast { display: grid; grid-template-columns: 4rem auto; } .section.graphy .body.list>.item .text .name { margin: 0; } .section.faq .body.list { display: grid; grid-row-gap: 1.5rem; padding-top: 1rem; } .section.faq .body.list>.item { display: grid; grid-row-gap: 8px; border: 1px solid var(--color-slate-dark); border-radius: var(--borderRadiusLarge); padding: 8px 1rem; } .section.faq .body.list>.item .row.question { font-family: var(--font-text-bold); } .section.news .sources { display: grid; grid-template-columns: 5rem auto; padding: 0 2rem; color: var(--color-slate-dark); } .section.news .news-items { margin: 2rem; display: grid; padding: 0; border: 1px solid var(--color-background); } .section.news .news-items .news-item { line-height: 1; padding: 8px; border-bottom: 1px solid var(--color-background); } .section.news .news-items .news-item .date-source { font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.news .news-items .news-item .title { margin: 8px 0; } .section.related-people-also-viewed .body .people-list { display: grid; grid-row-gap: 1rem; background: transparent; padding: 0; } .section.related-people-also-viewed .body .people-list .person { position: relative; background: white; display: grid; grid-template-columns: 5rem auto; grid-column-gap: 8px; border-radius: var(--borderRadiusLarge); background: var(--color-background); } .section.related-people-also-viewed .body .people-list .person .left.thumb { max-width: 5rem; max-height: 5rem; border-top-left-radius: var(--borderRadiusLarge); border-bottom-left-radius: var(--borderRadiusLarge); } .section.related-people-also-viewed .body .people-list .person .right { padding-top: 8px; } .section.related-people-also-viewed .body .people-list .person .right .name { font-size: 1rem; margin: 0; } .section.related-people-also-viewed .body .people-list .person .name::before { content: " "; width: 10px; height: 2px; display: block; background: var(--color-slate-dark); } .section.related-people-also-viewed .body .people-list .person .right .brief-bio { font-size: var(--font-size-medium); color: var(--color-slate-dark); margin: 0; } .section.lists { background: white; } .section.lists>.body>.lists-group { background: #f0f5f9; padding: 1rem; } .section.lists>.body>.lists-group>.title { text-transform: uppercase; margin: 0 0 1rem; color: var(--color-slate-dark); font-size: 19px; font-family: var(--font-text-bold); } .section.lists>.body>.lists-group>.title:before { content: " "; background: var(--color-slate-dark); height: 3px; width: 24px; display: block; margin: 0 0 -2px; } .section.lists>.body>.lists-group .lists { display: grid; grid-row-gap: .5rem; } .section.lists>.body>.lists-group .lists>.list { padding-bottom: 4px; border-bottom: 1px solid #e4edf4; } .section.lists>.body>.lists-group .lists>.list>.name { margin: 0; } .related-people { display: grid; grid-row-gap: 1rem; background: transparent; padding: 0; } .related-people .related-person { position: relative; background: white; display: grid; grid-template-columns: 5rem auto; grid-column-gap: 8px; border-radius: var(--borderRadiusLarge); } .related-people .related-person .left.thumb { max-width: 5rem; max-height: 5rem; border-top-left-radius: var(--borderRadiusLarge); border-bottom-left-radius: var(--borderRadiusLarge); } .related-people .related-person .right { padding-top: 8px; } .related-people .related-person .right .name { font-size: 1rem; margin: 0; } .related-people .related-person .right .name::before { content: " "; width: 10px; height: 2px; display: block; background: var(--color-slate-dark); } .related-people .related-person .right .brief-bio { font-size: var(--font-size-medium); color: var(--color-slate-dark); margin: 0; } .section.meta-lists { margin-top: 2rem; } .section.meta-lists .body { display: grid; } .section.meta-lists .body .list { font-size: 14px; width: fit-content; line-height: 1.5; text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #9bccb9, #9bccb9); background-position: 0 90%; background-size: 100% 2px; transition: background-size .25s ease-in; } .section.lists { margin-bottom: 2rem; padding: 2rem; height: -webkit-max-content; height: -moz-max-content; height: max-content; border-radius: 4px; } .section.lists > .body > .lists-group { display: grid; grid-row-gap: 1rem; margin-top: 2rem; } .section.lists > .body > .lists-group > .list { display: grid; grid-template-columns: 6rem auto; grid-column-gap: 1rem; background: #fff; border-radius: 4px; } .section.lists > .body > .lists-group > .list > .text > .name { font-size: 1rem; margin-top: 4px; margin-bottom: 6px; line-height: 1.25; } .section.lists > .body > .lists-group > .list > .text > .description { color: var(--color-slate-dark); font-size: 12px; line-height: 1.25; padding-right: 6px; } .section.lists > .body > .meta-lists-group { display: grid; margin-top: 1rem; } .section.lists > .body > .meta-lists-group > .list { font-size: var(--font-size-medium); width: fit-content; line-height: 1.5; text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #9bccb9, #9bccb9); background-position: 0 90%; background-size: 100% 2px; } section.disclaimer { margin-top: -2rem; font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.citation .body .message { font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.citation .body table { margin-top: 1rem; padding: 0.25rem 1rem; width: 100%; font-size: var(--font-size-medium); border: 1px solid var(--color-slate-medium); border-radius: var(--borderRadiusLarge); } .section.citation .body table .row { line-height: 1.5; } .section.citation .body table .row .cell { border-bottom: 1px solid var(--color-slate-medium); } .section.citation .body table .row .cell.key { color: var(--color-slate-dark); padding-right: 12px; width: 25%; } .section.citation .body table .row .cell.value { } .post { background: var(--color-background); } .post .post-body .tags a.tag { padding-left: 4px; padding-right: 4px; font-size: var(--font-size-medium); color: var(--color-slate-dark); text-transform: lowercase; border: 1px solid var(--color-slate-dark); border-radius: var(--borderRadiusSmall); background: transparent; } .post .post-body { padding: 1rem; font-size: var(--font-size-reg); } .post .post-body a { text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); background-position: 0 100%; background-size: 100% 2px; transition: background-size 0.25s ease-in; } .post .post-body a:hover { background-size: 100% 100%; text-shadow: none; } .post .post-body .meta { color: #8898aa; font-size: var(--font-size-small); display: grid; grid-auto-flow: column; border-bottom: 1px solid #8898aa; } .post .post-body .meta .author { text-align: right; } .post .post-body .title { font-size: 1.5rem; font-family: var(--font-serif); line-height: 1.25; margin-top: 8px; margin-bottom: 8px } .social-share { padding: 0.15rem; background: white; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1; text-align: center; box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .4); } .social-share amp-social-share { border-radius: 2px; margin: 3px; padding: 1px; } .footer { display: block; text-align: center; margin-top: 2rem; border-radius: var(--borderRadiusSmall); padding-top: 1rem; padding-bottom: 1rem; background-image: radial-gradient( circle at 17% 77%, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.04) 50%, rgba(197, 197, 197, 0.04) 50%, rgba(197, 197, 197, 0.04) 100% ), radial-gradient( circle at 36% 17%, rgba(64, 64, 64, 0.04) 0%, rgba(64, 64, 64, 0.04) 50%, rgba(244, 244, 244, 0.04) 50%, rgba(244, 244, 244, 0.04) 100% ), radial-gradient( circle at 44% 60%, rgba(177, 177, 177, 0.04) 0%, rgba(177, 177, 177, 0.04) 50%, rgba(187, 187, 187, 0.04) 50%, rgba(187, 187, 187, 0.04) 100% ), linear-gradient(19deg, rgb(9, 82, 191), rgb(34, 2, 159)); } .footer .links { display: grid; grid-auto-flow: row; grid-row-gap: 4px; font-size: var(--font-size-medium); } .footer .links .link { color: white; text-shadow: none; } blockquote { font-family: var(--font-serif-italic); font-size: 1rem; position: relative; margin: 2rem 0; padding: 0 1rem; border-left: 0; border-left: 6px solid var(--color-accent); background: transparent; }

Sofia Essaïdi

French-Moroccan singer
The basics

Quick Facts

IntroFrench-Moroccan singer
PlacesMorocco France
isActor Singer
Work fieldFilm, TV, Stage & Radio Music
Gender
Female
Birth6 August 1984, Casablanca
Age40 years
The details

Biography

Sofia Essaïdi (Arabic: صوفيا السعيدي‎‎, born 6 August 1984) is a French-Moroccan singer. She was born in Casablanca, to a Moroccan father and a French mother.

Career

From 30 August to 13 December 2003, she participated in the show Star Academy France's third season, becoming a semi-finalist. She eventually finished second to Elodie Frégé. From 12 March to 7 August 2004, she participated in the Star Academy tour, going to Morocco, and Papeete, Tahiti, where she celebrated her 20th birthday. She released her first album called Mon cabaret. Later, she starred in the musical Cléopâtre, la dernière reine d'Égypte choreographed by Kamel Ouali which opened in "le Palais des Sports" in Paris on 29 January 2009. She recently starred in the French version of Dancing with the Stars. She placed as the runners up with her partner, Maxime Dereymez.

Discography

Album

YearInformationCharts position
FRSWIBEL
2005Mon cabaret
  • Studio album
  • Released: 22 August 2005
  • Format: CD, digital download
41
100
46
2008
Cléopâtre, la dernière reine d'Égypte
  • Soundtrack
  • Released : 25 August 2008
11
25
32

Singles

YearTitleCharts positionAlbum
FRSWIBEL
2004"Roxanne"203413
Mon Cabaret
2005"Mon cabaret"
"Après l'amour"
(Digital single only)
2008"Femme d'aujourd'hui" (Musical comedy Cléopâtre)89427Cléopâtre, la dernière reine d'Égypte
"Une autre vie" (& Florian Etienne) (Musical comedy Cléopâtre)
2009"L'accord" (& Christopher Stills) (Musical comedy Cléopâtre)7--
2009"Bien après l'au-delà" (Musical comedy Cléopâtre)---

Guest Vocals

  • 2004 "Et si tu n'existais pas" (with Toto Cutugno)
  • 2007 "Il n'y a plus d'après" (with Tomuya)
  • 2010 "If" (As one of the artists of Collect If Aides 25 Ans)
  • 2010 "La voix de l'enfant" (with Natasha St Pier & Bruno Solo)

Awards

  • 2009 – NRJ Music Awards : Francophone Group/Duo of the Year ( She was one of the artists who starred in the musical Cléopâtre)
  • 2010 – NRJ Music Awards : Francophone Female Artist of the Year
  • 2010 – Les jeunes talents de l'année: On 12 February 2010 she won Best Actress at Les jeunes talents de l'année 2009 (Young Talents of the Year 2009)

Filmography

YearTitleRoleDirectorNotes
2005IznogoudBelbethPatrick Braoudé
2009—2012AïchaAïchaYamina BenguiguiTV Series (4 Episodes)
2012La clinique de l'amour!Jennifer GomezArtus de Penguern, Gábor Rassov
2014Mea CulpaMyriamFred Cavayé
2015Up & DownLeïlaErnesto OñaTV Movie
2017Murders in AuvergneAurélie LefaivreThierry BinistiTV Movie
Dans l'ombre du tueurLeila BaktiarEric ValetteTV Series (10 Episodes)

The contents of this page are sourced from Wikipedia article. The contents are available under the CC BY-SA 4.0 license.
�tre)
  • 2010 – NRJ Music Awards : Francophone Female Artist of the Year
  • 2010 – Les jeunes talents de l'année: On 12 February 2010 she won Best Actress at Les jeunes talents de l'année 2009 (Young Talents of the Year 2009)
  • Filmography

    YearTitleRoleDirectorNotes
    2005IznogoudBelbethPatrick Braoudé
    2009—2012AïchaAïchaYamina BenguiguiTV Series (4 Episodes)
    2012La clinique de l'amour!Jennifer GomezArtus de Penguern, Gábor Rassov
    2014Mea CulpaMyriamFred Cavayé
    2015Up & DownLeïlaErnesto OñaTV Movie
    2017Murders in AuvergneAurélie LefaivreThierry BinistiTV Movie
    Dans l'ombre du tueurLeila BaktiarEric ValetteTV Series (10 Episodes)

    The contents of this page are sourced from Wikipedia article. The contents are available under the CC BY-SA 4.0 license.
    53-1.389-1.613-1.389-0.979 0.064-1.594 0.557-1.856 1.485-0.102 0.224-0.256 0.384-0.467 0.467l-2.234-0.282c-0.262 0-0.397-0.166-0.397-0.506 0.563-2.304 2.266-3.526 5.107-3.68 3.264 0 4.896 1.638 4.896 4.909s0.083 5.056 0.256 5.35c0.166 0.294 0.346 0.57 0.538 0.838 0 0.064 0.032 0.128 0.102 0.198s0.102 0.173 0.102 0.307c0 0.115-0.083 0.237-0.243 0.378s-0.422 0.365-0.787 0.685c-0.365 0.32-0.627 0.544-0.8 0.666-0.166 0.128-0.307 0.186-0.422 0.186-0.198 0-0.531-0.237-0.992-0.71-0.275-0.275-0.493-0.589-0.659-0.941-1.075 1.178-2.406 1.766-4 1.766-0.966-0.006-1.792-0.32-2.47-0.934zM15.219 17.856c0.576-0.134 0.998-0.442 1.267-0.922 0.269-0.474 0.422-0.902 0.467-1.286s0.058-0.787 0.045-1.21v-0.698c-2.368 0-3.546 0.8-3.546 2.4 0 1.037 0.48 1.613 1.446 1.728l0.32-0.013zM23.386 23.398c0-0.064 0.032-0.173 0.096-0.326s0.16-0.422 0.288-0.806c0.134-0.384 0.198-0.698 0.198-0.947 0-0.090-0.186-0.141-0.563-0.166l-1.594 0.166c-0.275 0-0.416-0.128-0.416-0.378 0.064-0.589 0.896-0.947 2.496-1.069 0.986 0 1.485 0.288 1.485 0.864 0 0.435-0.102 0.934-0.301 1.485-0.352 1.037-0.781 1.562-1.293 1.574-0.262-0.006-0.397-0.134-0.397-0.397z"> iheart itunes