/* IMPORT DES POLICES */
@font-face { font-family: 'Fira'; font-weight: normal; src: url('bib/polices/firasanscondensed-regular.otf'); }
@font-face { font-family: 'Fira'; font-weight: 600; src: url('bib/polices/firasanscondensed-semibold.otf'); }
@font-face { font-family: 'Fira'; font-weight: 500; src: url('bib/polices/firasanscondensed-medium.otf'); }
@font-face { font-family: 'Fira'; font-weight: 300; src: url('bib/polices/firasanscondensed-light.otf'); }
@font-face { font-family: 'Fira'; font-weight: normal; font-style: italic; src: url('bib/polices/firasanscondensed-italic.otf'); }
@font-face { font-family: 'Fira'; font-weight: 500; font-style: italic; src: url('bib/polices/firasanscondensed-mediumitalic.otf'); }


@font-face { font-family: 'Acumin'; font-weight: bold; src: url('bib/polices/Acumin-BdPro.otf'); }

@font-face { font-family: 'MyriadPro'; font-weight: normal; src: url('bib/polices/MYRIADPRO-REGULAR.OTF'); }
/* FIN --- IMPORT DES POLICES */

/* STYLES GENERAUX */
body { 
    font-family: 'Fira';
    padding: 0;
    margin: 0;
    font-size: 17pt;
}

h1 {
    font-size: 28pt;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

a { text-decoration: none; }

.bleu { color: #1c4597; }
.bleu_2 { color: #303860; }
.bleu_3 {color: #7780b0; }
.bleu_4 { color: #141832; }
.bleu_5 { color: #16182f; }
.jaune { color: #fcee21; }
.blanc { color: #FFFFFF; }
.rouge { color: #d73832; }
.gris { color: #8e8e8e; }
.gris_2 { color: #818181; }
.gris_3 { color: #7e7d7d; }
.noir { color: #000000; }

.italique { font-style: italic; }

.fond_gris { background: #e0e0e0; }
.fond_bleu_fonce { background: #1b1f3c; }

.contenu_etroit {
    width: 75%;
    margin: 0 auto;
}

.contenu_medium {
    width: 85%;
    margin: 0 auto;
}

.header {
    background: #000002;
    padding: 50px 15px;
}

.logo_header {
    margin-top: -111px;
    margin-left: 5%;
}

.logo_header img {
    width: 222px;
}

.langues {
    position: absolute;
    top: 50px;
    right: 25px;
}

.langues img {
    width: 30px;
    margin-top: 12px;
    margin-right: 10px;
}

.titre_section {
    background: #303860;
    border-top: solid 6px #FFFFFF;
    border-bottom: solid 6px #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-family: 'Acumin';
    margin-top: 70px;
    padding: 12px 0 8px 0;
}

.blocs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.par_4 {
    width: 260px;
    background: #141832;
    padding: 50px 40px 50px 40px;
    text-align: center;
    margin: 0px auto 20px auto;
}

.etape_num {
    font-family: 'MyriadPro';
    font-size: 83pt;
}

.etape_titre {
    font-weight: 600;
}

.etape_titre.avec_marge { margin-top: -50px; }

.etape_texte {
    font-style: italic;
    margin-top: 5px;
}

.taille_75 { font-size: 75pt; }
.taille_32 { font-size: 32pt; }
.taille_30 { font-size: 30pt; }
.taille_24 { font-size: 24pt; }
.taille_20 { font-size: 20pt; }
.taille_18 { font-size: 18pt; }
.taille_16 { font-size: 16pt; }
.taille_14 { font-size: 14pt; }
.taille_12 { font-size: 12pt; }

.majuscules { text-transform: uppercase; }
.centre { text-align: center; }
.gras { font-weight: bold; }

.footer_mentions {
    background: #000000;
    text-align: center;
    padding: 35px 0;
}

.footer_mentions a {
    color: #a2a0a0;
    font-size: 14pt;
    font-weight: 300;
}

/* FIN --- STYLES GENERAUX */

/* ACCUEIL */
.accueil_titre {
    font-weight: 500;
    text-align: center;
    margin-top: -50px;
}

.accueil_description {
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
}

.conseils_bloc_titre {
    background: #16182f;
    background-image: url('Images/trait_blanc.png');
    background-position: center left;
    background-repeat: repeat-x;
    text-align: center;
    padding: 90px 0 47px 0;
    margin-top: 70px;
}

.conseils_titre {
    background: #16182f;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
}
.conseils_description {
    font-weight: normal;
    margin-top: 20px;
}

.conseils_bloc_contenu {
    background: #0e0c1a;
    padding: 50px 0 80px;
}

.conseils_citation {
    padding: 30px 50px 0 50px;
}

.conseils_bloc_contenu .blocs_ligne_1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.conseils_bloc_contenu .blocs {
    align-items: center;
}

.bloc_conseil {
    background: #171623;
    position: relative;
    width: 330px;
    height: 370px;
    margin: 0 auto 20px auto;
}

.conseil_onglet {
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 130px solid #0e0c1b;
    border-right : 110px solid transparent;
}

.conseil_num {
    font-family: 'MyriadPro';
    font-size: 70pt;
    position: absolute;
    top: -20px;
    left: 0px;
}

.conseil_contenu {
    position: absolute;
    top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.conseil_titre {
    color: #FFFFFF;
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 25px;
}

.conseil_titre .surtitre {
    font-size: 19pt;
    font-weight: bold;
    color: #d73832;
}

.conseil_texte {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.bloc_visuel {
    margin: 0 auto;
}

.bloc_visuel img {
    width: 300px;
}

.les_dossiers {
    background: #e30613;
    text-align: center;
}

.les_dossiers .blocs {
    justify-content: center;
}

.dossiers_titre {
    text-align: center;
    font-weight: 500;
    padding: 40px 0;
}

.affaire_titre {
    color: #FFFFFF;
    background-color: #000000;
    padding: 15px 40px;
    text-transform: uppercase;
    display: inline-block;
}

.affaire_dossiers {
    background: #d00511;
    padding: 70px 0 60px 0;
    margin-top: -30px;
    margin-bottom: 60px;
}

.affaire_dossiers:last-child {
    margin-bottom: 0px;
}

.dossier_titre {
    width: 200px;
    height: 142px;
    background: url('Images/fond_dossier_petit.png') no-repeat;
    margin: 35px 10px 0 10px;
}

a .dossier_titre, a:hover .dossier_titre, a:visited .dossier_titre {
    color: #000000;
}

.dossier_titre div {
    padding: 60px 30px 30px 40px;
    font-weight: 600;
    font-size: 17pt;
    text-align: center;
}
/* FIN --- ACCUEIL */

/* CONNEXION */
.connexion_logo {
    text-align: center;
    padding: 70px 0 40px 0;
    background: #1b1f3c;
}

.connexion_titre {
    padding: 25px 0;
    text-align: center;
    background: #000000;
    text-transform: uppercase;
}

.connexion_bloc {
    margin: 70px auto;
    text-align: center;
}

.connexion_ligne {
    padding: 12px 0;
    display: inline-block;
    clear: both;
}

.connexion_label {
    color: #25519e;
    text-transform: uppercase;
    text-align: right;
    width: 250px;
    display: block;
    float: left;
    line-height: 38pt;
    margin-right: 20px;
}

.connexion_bouton {
    margin-top: 20px;
    background: #e30613;
    color: #000000;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    border: solid 1px #e30613;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .25);
    text-transform: uppercase;
    cursor: pointer;
}

input[type="text"], input[type="password"] {
    background: #FFFFFF;
    border: solid 1px #c2c2c2;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .15);
    padding: 11px 17px;
    width: 300px;
    float: left;
    font-family: 'Fira';
}

select {
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .15);
}

input[type="text"].txt_court {
    width: 25px;
}

.erreur { 
    padding: 20px; 
    color: #e30613; 
}

/* FIN --- CONNEXION */


/* CONSULTATION D'UN DOSSIER */
#dossier_titre { margin-top: -70px; }

.dossier_faits {
    background-color: #e5e6e8;
    padding: 40px 60px 40px 80px;
    height: 360px;
}

.dossier_faits .contenu_faits {
    height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}

.dossier_contenu {
    background: #FFFFFF;
    text-align: center;
    /*margin-top: -7px;*/
    z-index: 20;
    /*width: 100%;*/
}

.dossier_onglets {
    text-align: center;
    z-index: 10;
    display: inline-block;
    position: relative;
}

.dossier_onglet {
    float: left;
    position: relative;
    height: 60px;
    cursor: pointer;
}

div.dossier_onglet {
    margin: 0 15px;
}

.dossier_onglet .onglet_libelle {
    padding-left: 70px;
    padding-right: 40px;
    font-size: 18pt;
    font-weight: 500;
    background: #a2a0a0;
    height: 50px;
    margin-top: 4px;
    line-height: 50px;
    border-radius: 50px 10px 0px 50px;
    margin-left: 2px;
}

.dossier_onglet.btn_select .onglet_libelle {
    color: #303860;
}

.dossier_onglet.onglet_chrono .onglet_libelle {
    background: #ac1013;
}

.dossier_onglet.onglet_chrono.btn_select .onglet_libelle {
    background: #FFFFFF;
    color: #ac1013;
}

.dossier_onglets_contenu {
    background: #FFFFFF;
    /*display: inline-block;*/
    width: 100%;
    border-top: solid 7px #a2a0a0;
    margin-top: -17px;
    padding-bottom: 50px;
    z-index: 20;
    position: relative;
}

.dossier_onglets_contenu.sans_bordure {
    border-top: none;
    z-index: 5;
    margin-top: -13px;
}

.dossier_filtres {
    background: #ededed;
    border-radius: 0 4px 4px 0;
    float: left;
    width: 275px;
    margin-right: 50px;
    text-align: left;
    padding: 0 0 40px 0;
}

.dossier_filtre_titre {
    font-weight: 500;
    z-index: 10;
    text-align: center;
}

.dossier_filtre_soustitre {
    margin: -12px 10px 10px 10px;
    padding: 5px 15px;
    z-index: 0;
    text-align: left;
}

.dossier_ligne_form {
    clear: both;
    margin: 5px 0;
    display: inline-block;
    clear: both;
    width: 90%;
}

.dossier_ligne_form label, .dossier_ligne_form input[type="text"] {
    float: left;
}

.dossier_ligne_form input[type="text"] {
    background: #f6f6f6;
}

.dossier_ligne_form.pleine_largeur select {
    width: 100%;
}

.dossier_ligne_form select {
    height: 35px;
    border-radius: 3px;
    background: #f6f6f6;
}

.dossier_ligne_form label {
    font-size: 13pt;
    color: #16182f;
    line-height: 35px;
    padding: 0 5px;
}

.lbl_moyen { width: 80px; }
.lbl_long { width: 185px; }
.lbl_et { padding: 0 10px !important; }

.btn_reinit {
    text-align: center;
    margin-top: 25px;
}

.btn_reinit input[type="button"], input[type="submit"] {
    background: #a2a0a0;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16pt;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    margin: 0 auto;
    padding: 6px 36px;
    cursor: pointer;
}

#div_personnages {
    float: left;
    width: calc(100% - 325px);
}

#onglet_personnages, #onglet_rapports_pts, #onglet_accusation, #onglet_question {
    width: 100%;
}

.fiche_suspect {
    background: #16182f;
    padding: 30px 25px;
    width: 250px;
    margin: 15px auto;
}

.suspect-img {
    margin-top: 15px;
    position: relative;
}

.suspect-img img {
    max-width: 220px;
    border: solid 3px #FFFFFF;
    border-radius: 6px;
}

.suspect-img img.img_empreinte {
    position: absolute;
    top: calc(45% - 25px);
    right: -25px;
    width: 50px;
    border: solid 2px #000000;
    cursor: pointer;
}

.fiche_suspect .suspect-role {
    margin-top: -30px;
    background: #FFFFFF;
    width: 250px;
    border-radius: 4px;
    position: relative;
    height: 35px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}

.fiche_suspect .suspect-infos {
    position: relative;
    text-align: left;
    width: 220px;
    margin: 0 auto;
    font-weight: 500;
}

.fiche_suspect .suspect-details {
    text-align: left;
    width: 220px;
    margin: 0 auto;
}

.fiche_suspect .suspect-lien {
    position: absolute;
    top: 0px ;
    right: -25px;
}

.fiche_suspect .suspect-lien img {
    width: 45px;
    height: auto;
    cursor: pointer;
}

.fiche_suspect .suspect-details {
    clear: both;
    line-height: 1.5em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#onglet_rapports_pts {
    text-align: left;
}

#div_rapports_pts {
    padding: 0 40px;
}

.titre_type_pts {
    clear: both;
    width: 100%;
    margin-top: 50px;
}

.titre_type_pts:first-of-type {
    margin-top: 0px;
}

.pts_type {
    background: #16182f;
    border-radius: 10px 4px 4px 10px;
    padding: 8px 15px 8px 55px;
    margin-bottom: 12px; 
}

.numero {
    float: left;
    width: 40px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #303860;
    border: solid 3px #FFFFFF;
    border-radius: 6px;
    margin-top: -2px;
}

.liste_pts {
    margin-left: 20px;
}

.liste_pts li {
    margin: 12px 0;
}

.lien_pts {
    cursor: pointer;
}

.lien_pts.select {
    background: #fcee21;
}

.new_pts {
    color: #d00511;
}

.colonne_rapports {
    margin: 25px 2.5%;
    float: left;
}

.ligne_rapports {
    padding: 50px 0;
}

.colonne_rapports.droite {
    background: url('Images/fond_rapport_pts.png') top center no-repeat;
    width: 850px;
    height: 1208px;
}

.colonne_rapports.gauche {
    width: calc(90% - 850px);
}

#div_contenu_rapport {
    display: none;
}

#div_contenu_rapport.visible {
    display: block;
}

#rapport_titre {
    background: #fcee21;
    margin: 70px 189px 50px 50px;
    padding: 6px 0 6px 10px;
}

#rapport_infos {
    padding: 0px 250px 45px 90px;
}

#rapport_contenu  {
    padding: 45px 0px;
    margin: 0 40px 0 20px;
    max-height: 880px;
    overflow-y: auto;
}

#rapport_contenu .contenu_interne {
    padding: 0 40px 0 65px ;
}

#rapport_contenu img {
    max-width: 95%;
}

.ligne_rapports {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infos_rapports {
    border: solid 1px #a2a0a0;
    padding: 15px 20px;
    border-radius: 4px;
    margin: 10px auto;
}

.div_conseils_dossier {
    background: #0e0c1a;
    padding: 80px 0;
    clear: both;
    text-align: left;
}

.div_conseils_dossier .bloc_conseil {
    height: 280px;
}

.div_conseils_dossier .bloc_conseil .surtitre {
    font-size: 20pt;
}

.div_conseils_dossier.onglet_masque {
    display: none;
}

.pts_sur_mobile {
    background: #FFFFFF;
    padding: 20px;
    border: solid 2px #c2c2c2;
    border-radius: 4px;
    display: none;
}

.pts_sur_mobile .titre { margin-bottom: 30px; }
.pts_sur_mobile .infos { margin-bottom: 30px; }
.pts_sur_mobile .contenu img { max-width: 100%;}

#onglet_avant {
    display: none;
    width: 0px;
    height: 0px;
}

/* FIN --- CONSULTATION D'UN DOSSIER */

.mentions_legales a {
    color: #a2a0a0;
}

/* GESTION DES CHRONOS */
#zone_chrono { display: flex; flex-wrap: wrap; justify-content: center; }
.bloc_chrono { display: inline-block; width: 150px; }
.chrono_btn { float: left; width: 100%; }
.chrono_img { width: 70%; margin: 5px auto; display: block; }

/* FIN --- GESTION DES CHRONOS */

/* GESTION DES FORMULAIRES QUESTIONS / ACCUSATION */
.chrono_txt {
    background: url('Images/img_chrono_off.png') left center no-repeat;
    background-size: contain;
    padding-left: 28px;
    margin-left: 12px;
}

.btn_select .chrono_txt {
    background-image: url('Images/img_chrono_on.png');
}

.titre_accusation_question {
    background: #f6f4f4;
    color: #ac1013;
    padding: 14px 0 24px 0;
    margin: 25px 0;
}
.questions_bloc { float: left; width: calc(33% - 120px); padding: 0px 60px; }
.questions_bloc.question_par_4 { width: calc(25% - 120px); }
.questions_bloc.question_par_5 { width: calc(20% - 80px); padding: 0px 40px; }

.questions_btn { margin: 55px auto 0 auto; }

textarea {
    background: #FFFFFF;
    border: solid 1px #c2c2c2;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .11);
    padding: 11px 17px;
    width: calc(100% - 36px);
    float: left;
    font-family: 'Fira';
    resize: none;
    margin: 0px;
    height: 150px;
}

#FormQuestion, #FormAccusation {
    margin-top: 25px;
}

#FormAccusation {
    background: #f6f4f4;
    padding: 0 0 45px 0;
}

.chk_coupables {
    margin: 20px 10px 20px 0;
}

input[type="submit"].btn_question_accusation {
    color: #000000;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .22);
    font-weight: 600;
    padding: 10px 15px;
}

.questions_bloc .titre_type_pts { margin-bottom: 35px; margin-top: 35px; }
.questions_bloc .numero { background: #7f0b0d; }
.questions_bloc .pts_type { background: #ac1013; }

.ligne_question_suspect {
    background: #f6f4f4;
    width: 100%;
    /*display: flex;*/
    padding: 0 0 35px 0;
    margin: 10px 0;
}

/* FIN --- GESTION DES FORMULAIRES QUESTIONS / ACCUSATION */

@media (max-width: 1400px) {
    .header .contenu_etroit { width: 50%; }
    
    .logo_header { margin-top: -150px; }
    .logo_header img { width: 180px; }
    
    .accueil_titre { margin-top: 0px; }
    
    #dossier_titre { margin-top: 0px; }
    
}

@media (max-width: 1200px){
    .taille_75 { font-size: 55pt; }
    .taille_24 { font-size: 20pt; }
    
    .colonne_rapports.gauche { width: 100%; } 
    .colonne_rapports.droite { margin: 50px calc(50% - 425px); } 
    
    .questions_bloc { width: calc(33% - 60px); padding: 0px 30px; }
    .questions_bloc.question_par_4 { width: calc(25% - 60px); }
    .questions_bloc.question_par_5 { width: calc(20% - 40px); }
}

@media (max-width: 1000px) {
    .conseils_bloc_contenu .blocs_ligne_1 {
        flex-wrap: wrap;
    }
    
    .questions_bloc, .questions_bloc.question_par_4, .questions_bloc.question_par_5 { width: calc(50% - 60px); }
}

@media (max-width: 850px){
    .taille_75 { font-size: 40pt; }
    .taille_30 { font-size: 25pt; }
    
    .logo_header { margin-top: -250px; }
    
    .accueil_titre { margin-top: 100px; }
    
    .dossier_onglet { height: 45px; }
    div.dossier_onglet { margin: 0; }
    div.dossier_onglet:first-child { margin-right: 20px; }
    .dossier_onglet .onglet_libelle { top: 8px; left: 60px; font-size: 16pt; }
    
    #div_contenu_rapport.visible { display: none; }
    .pts_sur_mobile.visible { display: block; }
    
    #dossier_titre { margin-top: 80px; }
}

@media (max-width: 650px){
    .logo_header { position: absolute; top: 30px; left: calc(50% - 65px); margin-top: 0px; margin-left: 0px; }
    .logo_header img { width: 130px; }
    
    .header .contenu_etroit { width: 80%; margin-top: 140px; }
    
    .connexion_logo img { width: 300px; }
    .connexion_bloc { margin-top: 35px; }
    .connexion_ligne { width: 336px; margin: 0 auto; }
    .connexion_label { width: 336px; text-align: center; margin-right: 0px; }
    .connexion_bouton { margin-top: 35px; }
    
    div.dossier_onglet { margin: 10px auto 0 auto; }
    
    #dossier_titre { margin-top: 30px; }
}

@media (max-width: 500px) {
    .questions_bloc, .questions_bloc.question_par_4, .questions_bloc.question_par_5 { width: calc(100% - 40px); padding: 0px 20px; }
}