html
{
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
    line-height: 0px;
    min-width: 320px;

    
}
body
{
    color: black;
}
.nav
{
    box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    background-color: rgba(255,255,255,0.95);
    top: 0;
    z-index: 4;
    margin-bottom: 16px;
}

a
{
    text-decoration: none;
    color: black;
}
strong
{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}
h1
{
    font-size: 26px;
    font-weight: 800;
    line-height: 1.5em;
    margin-top: 36px;
    margin-bottom: 36px;
}

h2
{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
}
h3
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25em;
}
.commonText
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
}
.highlightCommonText
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
}
.smallText
{
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 1.3em;
    margin: 0;
}
.highlightSmallText
{
    font-size: 14px;
    font-weight: 600;
    color: black;
    line-height: 1.3em;
    margin: 0;
}
.smallCaption
{
    font-size: 12px;
    font-weight: 400;
    color: black;
    line-height: 1.3em;
    margin: 0;
}
.highlightSmallCaption
{
    font-size: 12px;
    font-weight: 600;
    color: black;
    line-height: 1.1em;
    margin: 0;
}
.smallImgMobile
{
    height: 128px;
    max-width: 99px;
}
.centerText
{
    text-align: center;
}
.spacer
{
    margin-top: 16px;
    margin-bottom: 16px;
}
/* Boutons */

.btn-primary
{
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    height: 43px;
    background-color: #D22D54;
    border: 1px solid #D22D54;
    border-radius: 4px;
    color:white;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}
.btn-secondary{
    cursor: pointer;
    height: 19px;
    border: 1px solid #D22D54;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #D22D54;
    text-decoration: none;
    line-height: 1.3em;
    margin: 12px 12px 0px 0px;
    flex-shrink: 0;
}
.btn-secondary:hover{
    box-shadow:0px 0px 0px 1px #D22D54 inset; 
}
.disableSecondaryBtn{
    height: 19px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #D6D6D6;
    text-decoration: none;
    line-height: 1.3em;
    margin: 12px 12px 12px 0px;
    flex-shrink: 0;
}
.btn-secondary-picto
{
    width: 24px;
    height: 24px;
    float: left;
}
.btn-terciary
{
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #D22D54;
    text-decoration: none;
    line-height: 1.4em;
    margin-top: 16px;
    margin-bottom: 16px;
}
.btn-quaternary{
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #D22D54;
    text-decoration: none;
    line-height: 1.2em;
}
.btn-back
{
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 80px;
    left: 26px;
}

.btn-profil
{
    position: absolute;
    cursor: pointer;
    height: 24px;
    width: 24px;
    right: 26px;
}
.btn-profil img
{
    width: 24px;
    height: 24px;
}
.btn-close
{
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    background-color: rgba(0,0,0,0);
}
.btnSvg
{
    width: 32px;
    height: 32px;
    fill: white;
}
#bugReport 
{
    width: 32px;
    height: 32px;
    padding: 8px;
    cursor: pointer;
    background-color: #D22D54;
    border: 1px solid #D22D54;
    border-radius: 50px;
    position:fixed;
    bottom:1%;
    right:1%;
    z-index:4;
}

#modal .btn-close
{
    top: 16px;
    right: 16px;
}

#modalProfil .btn-close
{
    top: 16px;
    right: 16px;
}

.btn-editProfilPicture
{
    background-color: rgba(250,250,250,0.65);
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 100px; 
}
.filters
{
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #D22D54;
    text-decoration: none;
    line-height: 1.4em;
    border: 1px solid #D22D54;
    border-radius: 70px;
    padding:8px 12px;
}
.filters:hover
{
    box-shadow:0px 0px 0px 1px #D22D54 inset;
}
.contentFiltersWrap
{
    box-sizing: content-box;
    display: flex;
    width: 100%;
    height: 38px;
    padding-left: 0px;
    padding-top: 8px;
    margin: 26px 0px;
    overflow: auto;
    flex-direction: row;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.contentFilters
{
    float: left;
    margin-right: 10px;
}
.filtersSelected
{
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1.4em;
    border: 1px solid #D22D54;
    background-color: #D22D54;
    border-radius: 50px;
    padding:8px 12px;
}
.disableFilter
{
    color: #D6D6D6;
    border: 1px solid #D6D6D6;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4em;
    border-radius: 70px;
    padding:8px 12px;
}
.tags{
    font-size: 12px;
    font-weight: 600;
    color: #D22D54;
    text-decoration: none;
    line-height: 1.2em;
    border: 1px solid #D22D54;
    border-radius: 50px;
    background-color: #FFFFFF;
    padding:4px 8px;
    margin: 0px 12px;
}

/* CONNECTION */
.accroche
{
    text-align: center;
    margin: 0px 26px;
}
.blockForm
{
    box-sizing: border-box;
    padding: 0px 26px 12px 26px;
    max-width: 412px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 26px;
}
.bigLogo
{
    display: block;
    width: 56px;
    height: 60px;
    margin-top: 56px;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
}
.smallLogo
{
    width: 30px;
    height: 30px;
    margin: 0px auto 0px auto;
    display:block;
    box-sizing: border-box;
}
.navLogo
{
    position: relative;
    display: block;
}
#createAccountBTN
{
    text-align: center;
    padding: 12px;
}




/* Formulaire */

.form-group
{
    width: 100%;
    padding-bottom: 12px;
}

form
{
    width:100%;
}

input
{
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding: 12px;
    -webkit-appearance: none;
    box-shadow: 0px 0px 0px 1px #D22D54 inset; 
    border-radius: 4px;
    width: 100%;
    border: none;
}
input:focus
{
    box-shadow:0px 0px 0px 2px #D22D54 inset;
    outline: none;
}
textarea
{
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding: 12px;
    -webkit-appearance: none;
    box-shadow: 0px 0px 0px 1px #D22D54 inset; 
    border-radius: 4px;
    width: 100%;
    border: none;
    resize : none;
}
textarea:focus
{
    box-shadow:0px 0px 0px 2px #D22D54 inset;
    outline: none;
}

button {
    background-color: white;
    border: none;
    color: white;
}



.form-group label
{ 
    display: none;
}



/* Alertes */
.alertDanger
{
    border: 2px solid #D22D54;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 50px;
}
.alertDanger p
{
    color: #D22D54;
}
.alertSuccess
{
    border: 2px solid #078A6B;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 50px;
}
.alertSuccess p
{
    color: #078A6B;
}
/* FEED */

.homePageWrap
{
    
    min-width: 320px;
    margin: 0 auto;
    padding: 0 26px;
}

/*  Recherche sur Feed */

#rechercheTitle
{
    max-width: 412px;
    margin: 0 auto 16px auto;
}
.champRecherche
{
    position: relative;
    height: 46px;
    z-index: 2;
}
.divChampRecherche
{
    position: absolute;
    width: 100%;
}
.btnRechercheWrap
{
    position: absolute;
    z-index: 2;
    width: 45.5px;
    height: 45.5px;
    right: 0px;
}
#inputRecherche
{
    border-radius: 30px;
    padding-left: 16px;
    padding-right: 50px;
    height: 46px;
    z-index: 2;
}

.btnRecherche
{
    cursor: pointer;
    width: 45.5px;
    height: 45.5px;
    border-radius: 30px;
    border-color: #D22D54;
    background-color: #D22D54;
    padding: 10px;
    background-image: url(manifyingGlass.svg);
    background-repeat: no-repeat;
    background-position: center;
}
form .btn-terciary
{
    border: none;
    background: none;
}


/* Cartes feed */
.cardHeader
{
    display: flex;
    margin-bottom: 8px;
}

.photoUser
{
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}
.pseudo
{
    margin: auto 0 auto 8px;
}

.cardWrap
{
    clear: both;
    margin-bottom: 36px;
}

.test
{
    display: block;
    box-shadow:0px 0px 0px 1px #D6D6D6 inset;
    border-radius: 10px;
    overflow: hidden;
    padding: 1px;
}
.test:hover
{
    box-shadow:0px 0px 0px 1px #FF778F inset;
}
.test:focus
{
    outline: none;
}
.detailWrap
{
    width: inherit;
    display: flex;
    box-sizing: border-box;
    height: 130px;
}
.imgDetailWrap
{
    overflow: hidden;
    height: inherit;
    flex: 1 0 99px;
    border-radius: 9px 0px 0px 9px;
    background-size: cover;
    background-position: center;
    max-width: 99px;
}

.infoDetailWrap
{
    box-sizing: border-box;
    flex: 1 2 auto;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    min-width: 0;
    padding: 8px;
}
.infoMedia
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin:0px 0px 8px 0px;
}
.block
{
    display: block;
}



/******** Page détail **********/


.actionsListes
{
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
}
.actionsListes form
{
    margin-left: 8px;
}

.subDetail
{
    margin: 16px 0;
}
.subDetail .highlightCommonText
{
    margin-bottom: 4px;
}
/* détail contenu vidéo */

.teaser
{
    box-sizing: border-box;
    width: 100%;
    height: 250px;
}
.wrapInfosMedia ul
{
    box-sizing: border-box;
    list-style: none;
    display: flex;
    padding: 0;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.wrapInfosMedia li
{
    box-sizing: border-box;
    float: left;
    white-space: nowrap;
    flex: 0;
    padding: 4px 0;
}
.typeMedia::after
{
    content: "|";
    padding: 0 .625rem; 
}
.filmYear::after
{
    content: "|";
    padding: 0 .625rem; 
}

/* gestion avis */
.wrapAvis{
    margin: 24px 0px;
}
.readAvis
{
    display: flex;
    flex-direction: row;
    background-color: #EFEFEF;
    margin: 6px 0px;
    padding: 12px 16px;
    border-radius: 20px;
    box-sizing: content-box;
}
.avisContribution{
    margin: 10px 0px;
}
.floatRight{
    float: right;
}
#avis{
    margin-right: 12px;
}

/* bloc preview envie/dejavu */

.sliderWrap
{
    max-width: 520px;
    margin-bottom: 52px;
}
.scrollWrap
{
    display: flex;
    flex-direction: row;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

}
.scrollWrap::-webkit-scrollbar {
  display: none;
}


.sliderWrap h1
{
    flex: none;
    clear: both;
}
.sliderCardWrap
{
    margin-right: 12px;
    width: 95px;
    border-radius: 10px;
    box-shadow:0px 0px 0px 1px #D6D6D6 inset;
    padding: 1px;
}
.sliderCardWrap:hover
{
    box-shadow:0px 0px 0px 1px #FF778F inset;
}
.sliderImgCard
{
    height: 130px;
    width: 95px;
    background-size: cover;
    background-position: center center;
    border-radius: 9px 9px 0px 0px;
}
.sliderInfoDetailWrap
{
    padding: 0px 6px 8px 6px;
}
.sliderInfoDetailWrap p
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
    margin-bottom: 0;
}
.moreCard
{
    cursor: pointer;
    box-shadow:0px 0px 0px 1px #D6D6D6 inset;
    border-radius: 10px;
}
.moreCard:hover
{
    box-shadow:0px 0px 0px 1px #FF778F inset;

}

.wrapMore
{
    width: 83px;
    min-width: 83px;
    height: 179px;
    display: table-cell;
    vertical-align: middle;
}
.wrapMore svg
{
    display: block;
    height: 26px;
    width: 26px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.moreCard path
{
    fill: #D22D54;
}
.wrapMore p
{
    display: block;
    width: auto;
    text-align: center;
    color: #D22D54;
}
/* profile overview */
.photoProfile
{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
    padding: 0;
    border: 2px solid #D22D54;
}
.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*** Modal ***/
#modal
{
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
#modal h2
{
    margin: 0px;
}
.modalContentWrap
{
    box-sizing: border-box;
    background-color: white;
    max-width: 520px;
    min-width: 320px;
    margin:  0 auto;
    padding: 26px;
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%);/* tiré de la moitié de sa propre hauteur */
    border-radius: 6px;
}
.wrapChangeImg
{
    margin-top: 26px;
}
.wrapChangeImg .highlightCommonText
{
    margin: 12px 0;
}
.btn-editProfilPicture img
{
    position: relative;
    margin-top: 50%; 
    transform: translateY(-50%);
    width: 40px;
    height: 32px;
}
#avis_contenu{
    height: 120px;
}

/**Modal profil**/
#modalProfil
{
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
#modalProfil h2
{
    margin: 0px;
}

.btn-upload
{
    opacity: 0;
    min-width: 14rem;
    margin: 0;
    height: 43px;
}


.customFileInput
{
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 19px;
    padding: 12px;
    background-color: #fff;
    border: .075rem solid #D22D54;
    border-radius: 4px;
    overflow: hidden;
}
.customFileInput p
{
    display: block;
    box-sizing: content-box;
    width: 50%;
    min-width: 232px;
    max-width: 532px;
    margin-left: 12px;
}
.wrapChangeImg .btn-primary
{
    margin-top: 12px;
}


/* LISTES */



/* Auto-complete */

.ui-autocomplete
{
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.25);
    padding-left: 0px;
    border-radius: 12px;
    max-width: 412px;
    margin-top: 0px;
}
.ui-autocomplete .highlightSmallCaption
{
    margin-bottom: 4px;
}
.ui-corner-all p
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imdbImage
{
    float: left;
    margin-right: 5px;
    height: 50px;
    width: 40px;
}
.ui-menu-item .clear{
    clear: both;
}
.ui-menu-item{
    padding: 8px;
    border-bottom: 1px solid #D6D6D6;
    cursor: pointer;
}
.ui-helper-hidden-accessible
{
    display: none;
}
li
{
    list-style: none;
}
.ui-autocomplete-loading 
{ 
    background: url('loader.gif') no-repeat;
    background-position-y: center;
    background-position-x: 90%;
}
.autocompleteFocus
{
    background-color: #8080801a;
}

@keyframes fadeIn
{
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeOut
{
    from {opacity: 1;}
    to {opacity: 0;}
}

.fadeIn
{
    animation: fadeIn 0.4s;
}
.fadeOut
{
    animation: fadeOut 0.4s;
}

/* Mailing */
.blockMail
{
    box-sizing: border-box;
    padding: 0px 26px 12px 26px;
    max-width: 800px;
    min-width: 412px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 26px;
}
.blockMail p
{
    margin-top: 10px;
    margin-bottom: 10px;
}








@media (min-width: 572px) {


.nav
{
    height: 82px;
    padding: 26px 0;
}
.btn-profil
{
    top: 28px;
}
.btn-back
{
    top: 28px;
}

/* Login */

.blockForm h1
{
    text-align: center;
    margin: 26px auto;
}
.blockForm h3
{
    margin: 12px 0;
}


/* feed */
.homePageWrap
{
    max-width: 520px;
}
.blockRecherche
{
    margin: 26px auto 52px auto;
    max-width: 468px;
}
.blockRecherche .blockForm
{
    max-width: 520px;
    margin: 0;
}
.blockRecherche h1
{
    margin: 0 0 16px 0;
}
.wrapFeed
{
    max-width: 520px;
}



/* detail */
.wrapDetailPage
{
    display: flex;
    margin: 26px auto;
    max-width: 780px;
    padding: 26px;
}
.asideLeft
{
    width: 35%;
    max-width: 450px;
}

.detailImg
{
    height: 80%;
    max-height: 400px;
    min-height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center; 
}
.wrapInfosMedia
{
    width: 65%;
    margin-left: 7%;
}
.wrapInfosMedia h1
{
    margin-top: 0;
    margin-bottom: 16px;
}
iframe
{
    margin: 16px 0;
}

}


@media (min-width: 320px) and (max-width: 571px) {
.nav
{
    height: 54px;
    padding: 12px 26px;
}
.btn-profil
{
    top: 15px;
}

.btn-back
{
    top: 16px;
}

/* feed */
.homePageWrap
{
    max-width: 572px;
    min-width: 320px;
    padding: 0;
    margin: 0;
}
.blockRecherche .blockForm
{
    max-width: 520px;
    padding: 0;
}
.blockForm{
    padding: 0px 26px;
}
.blockRecherche
{
    box-sizing: border-box;
    margin: 12px 26px 36px 26px;
    max-width: 572px;
}
.blockRecherche h1
{
    margin: 0 0 16px 0;
}
.sliderWrap
{
    box-sizing: border-box;
    width: 100%;
    max-width: 572px;
}
.scrollWrap
{
    box-sizing: border-box;
    max-width: 572px;
    width: 100%;
    max-width: 572px;
    padding: 0px 26px;
}
.sliderWrap h2
{
    padding: 0 26px;
}
.wrapFeed
{
    margin: 0 26px;
    width: auto;
    max-width: 572px;
}





/* Page detail */

.wrapDetailPage
{
    display: flex;
    flex-direction: column;
    margin: 26px 26px;
}
.detailImg
{
    height: 200px;
    background-size: cover;
    background-position: center;
}
.teaser
{
    height: 200px;
}

/* PROFIL */
.modalContentWrap
{
    margin-left: 26px;
    margin-right: 26px;
}
.photoProfile
{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.btn-editProfilPicture img
{
    width: 30px;
    height: 24px;
}
.btn-editProfilPicture
{
    border-radius: 50px;
}



