/* target="_blank" c'est pour que quand on clique sur un lien, ça l'ouvre dans une autre page */
/* ça c'est la font titrage*/
@font-face {
  font-family: 'DuctusMonoSquared';
  src: url('Fonts/DuctusMonoSquared.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

/* ça c'est la font courante*/
@font-face {
  font-family: 'DuctusGeometric';
  src: url('Fonts/DuctusGeometric.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan-Medium';
  src: url('Fonts/Spartan-Medium.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Adelphe-FructidorRegular';
  src: url('Fonts/Adelphe-FructidorRegular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINdong';
  src: url('Fonts/DINdong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BBBBaskervvol-Fondue';
  src: url('Fonts/BBBBaskervvol-Fondue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* ça, ce gros bordel en dessous, c'est juste pour tout remettre à zéro,
pour enlever tout le style par défaut du html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
}


/* fin remise à zéro html*/
html, body {
  margin: 0;
  padding: 0;
  background-color: #fffedf;
  scroll-behavior: smooth;
  background-image: url("../img/tramesoussite.png") !important;
  background-repeat: repeat-y;
  background-size: 100%;
  scrollbar-color: #0035c7 lightyellow;
}

.ressou ul li p a, a, ul, li, p {
  text-decoration: none !important;
  border: 0;
}

/* v = viewport et vh = viewporty height vh = viewport height*/
.header {
  height: auto;
  min-height: 10vh;
  width: 100vw;
  background: #fffedf;
  /*background: #fffedf;*/
  /* color: darkblue; */
  z-index: 1;
  position: fixed;
  top: 0;
}

/* ça, c'est tout le header*/
/* displayflex, c'est pour les mettre les uns
à côté des autres.
flexwrap : wrap, c'est pour que les élements
passent à la ligne quand on responsive la page*/
.header .menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #0035c7;
}

.vertical-line {
  border-left: 1px solid #0035c7;
  display: inline-block;
  height: 10vh;
}

/* ça c'est dans le header, mais uniquement le JARGON COMBATIFVE*/
.header .menu .title a {
  font-family: 'DINdong';
  text-decoration: none;
  width: 20vw;
  /*border-right:  8px  solid #0035c7;*/
  color: #0035c7;
  font-size: 1.5rem;
}

/* ça c'est dans le header, mais uniquement acc, def et pad*/
.header .menu .mot a {
  width: auto;
  text-decoration: none;
  color: #0035c7;
  font-family: 'DINdong';
  display: flex;
  list-style: none;
  font-size: 1.3rem;
}

.header .menu .mot a:hover {
  color: #fffedf !important;
  background-color: #0035c7;
}

.menu .title :hover {

  color: #fffedf !important;
  background-color: #0035c7;
  padding: none;

}

/****** ACCUEIL ******/
/* ça c'est l'intro explicative du projet */
/* pour éviter les débordements d'éléments
au sein d'un bloc = "overflow: hidden;"
ou si on veut pouvoir scrollez dedans = auto ou scroll */
.lexiquemilitant, .content {
  margin-top: 2vw;
}

/*mot en couleurs dans l'intro*/
span.motgeneral {
  color: #008947 !important;
  font-family: 'BBBBaskervvol-Fondue';
  font-size: 1.1rem;
  line-height: 1.5rem;
}

span.motactiondirecte {
  color: #3AB7B8 !important;
  font-family: 'BBBBaskervvol-Fondue';
  font-size: 1.1rem;
  line-height: 1.5rem;
}

span.motvalidisme {
  color: #FF6700 !important;
  font-family: 'BBBBaskervvol-Fondue';
  font-size: 1.1rem;
  line-height: 1.5rem;
}

span.motgeneral {
  color: #008947 !important;
  font-family: 'BBBBaskervvol-Fondue';
  font-size: 1.1rem;
  line-height: 1.5rem;
}

/*fin mot en couleurs*/
.lexiquemilitant {
  float: left;
  padding: 3px;
  position: relative;
  margin-left: 4vw;
  margin-bottom: 3vw;
  margin-right: 6vw;
  height: auto;
  width: auto;
  color: #0035c7;
  font-family: 'DINdong';
  /*background-color: pink ;*/
  font-size: 1.3rem;
}

.content {
  padding: 3px;
  position: relative;
  margin-left: 33vw;
  margin-right: 10vw;
  width: auto;
  color: #0035c7;
  font-family: 'BBBBaskervvol-Fondue';
  /*background-color: lightblue ;*/
  background-color: #fffedf;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: -.006rem;
  margin-top: 20vh;
}

/* .webtoptitre, .webtopexplic, .capsuleaudio {
  margin-top: 20vh;
} */

.webtoptitre {
  float: left;
  padding: 3px;
  position: relative;
  margin-left: 4vw;
  margin-bottom: 5vw;
  margin-top: 4vw;
  margin-right: 6vw;
  height: auto;
  width: auto;
  color: #0035c7;
  font-family: 'DINdong';
  /*background-color: pink ;*/
  font-size: 1.5rem;
}

.capsuleaudiotitre {
  float: left;
  padding: 3px;
  position: relative;
  margin-left: 4vw;
  margin-bottom: 5vw;
  margin-right: 6vw;
  height: auto;
  width: auto;
  color: #0035c7;
  font-family: 'DINdong';
  background-color: #fffedf ;
  font-size: 1.5rem;
}

.capsuleaudioexplication {
  padding: 3px;
  position: relative;
  margin-left: 33vw;
  margin-right: 4vw;
  height: auto;
  width: auto;
  color: #0035c7;
  font-family: 'BBBBaskervvol-Fondue';
  /*background-color: lightblue ;*/
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: -.006rem;
  margin-bottom: 5vh;
}

.webtopexplic {
  padding: 3px;
  position: relative;
  margin-left: 33vw;
  margin-right: 4vw;
  margin-top: 4vw;'
  height: auto;
  width: auto;
  color: #0035c7;
  font-family: 'BBBBaskervvol-Fondue';
  /*background-color: lightblue ;*/
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: -.006rem;
  margin-bottom: 9vh;
}

/****** LA BARRE DE RECHERCHE ******/


#searchbar{
  position: relative;
  margin-left: 0.2vw;
 padding: 7px;
 /* margin-bottom: 2vw; */
 width: 28vw;
 border-radius: 10px;
 border: 0.1px solid #0035c7;
 background-color: #fffedf;
 height: 1.8vw;
   }

   input[type=text] {
      /*width: 30%;
      -webkit-transition: width 0.15s ease-in-out;
      transition: width 0.15s ease-in-out;*/
   }

  /* When the input field gets focus,
        change its width to 100%*/
   input[type=text]:focus {
     width: 70%;
   }

  #list{
    font-size:  0.5em;
    margin-left: 90px;
   }

.animals{
   display: list-item;
  }


/****** LES DEFINITIONS ******/
.colonne {
  display: flex;
  justify-content: space-between;
  width: 66vw;
  margin-top: 10vh;
  margin-left: 33vw;
}

/****** ça, c'est le menu à gauche
et le container c'est pour les checkbox ******/
.menutagdef {
  background-color: #fffedf;
  font-family: 'DINdong';
  font-size: 1.8rem;
  line-height: 2.5rem;
  position: fixed;
  height: 100%;
  top: 10vh;
  width: 33vw;
  padding-top: 5vh;
  border-right: 1px solid #0035c7;
  color: #0035c7;
}

/****** styliser checkbox ******/

label input {
cursor : pointer;
}

label input:checked {
  cursor : grab;

}

/****** ça, c'est les colonnes de définitions et ressources ******/
.tags-colonne {
  width: 33vw;
  padding: 1vw;
}

/****** ça, c'est la colonne définitions******/
.contentdef {
  position: relative;
  font-family: 'DINdong';
  /* background-color: lightblue; */
  border-right: 1px solid #0035c7;
  font-size: 1.2rem;
  height: auto;
  overflow-y: scroll;
  height: 100vh;
  scrollbar-color: #0035c7 transparent;
}

.ancre {
  padding-top: 13vh;
  padding-bottom: 3vh;
}

/****** ça, c'est les définitions précisément, où h1 c'est juste le titre Définitions ******/
h1 {
  font-size: 2rem;
  color: #0035c7;
  font-family: 'DINdong';
  margin-bottom: 1vh;
}

.titre-ressources {
  padding-top: 0.93vh;
  padding-bottom: 0.93vh;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  justify-content: center;
  display: flex;
  position: fixed;
  bottom: 0vh;
  right: 0vw;
  width: 33.95vw;
  background: #fffedf;
  border-left: 1px solid #0035c7;
  border-top: 1px solid #0035c7;
  font-size: 1.3rem;
}

.titre-def {
  position: fixed;
bottom: 0vh;
left: 33vw;
width: 33vw;
background: #fffedf;
padding-top: 0.93vh;
margin: 0;
justify-content: center;
display: flex;
border-left: 1px solid #0035c7;
border-top: 1px solid #0035c7;
font-size: 1.3rem;
padding-bottom: 0.93vh;
padding-left: 0;
padding-right: 0;
}
.couverture, .quatrieme-couverture{
  display: none;
}
/* .titre-themes{
  position: fixed;
  bottom:0vh;
  left: 0vw;
  width: 33vw;
  background: #fffedf;
  padding: 0;
  justify-content: center;
  display: flex;
  margin: 0;
    border-left: 1px solid #0035c7;
} */
.def {
  color: #0035c7;
  font-family: 'BBBBaskervvol-Fondue';
  font-size: 1.3rem;
  padding-top: 0vh;
  line-height: 1.35rem;
}

.ressou {
  padding-top: 13vh;
      padding-bottom: 3vh;
}

/****** ça, tag a,
c'est les mots au sein des définitions qui
se rapportent à d'autres définitions ******/
.tag a {
  text-decoration: none;
  font-family: 'DINdong';
  color: inherit;
  /* text-decoration: underline; */
  border-bottom: 0.5px solid;
}

/****** ça, c'est les titres des ressources ******/
/*.actiondirecte h1 {
 font-size: 2rem;
 color : red;
 font-family: 'DINdong';
 margin-bottom: 1vh;
}*/
/****** span c'est les mots que je veux mettre en une autre font ******/
span {
  font-family: 'DINdong';
  font-size: 1.8rem;
}


.biblio {
  position: relative;
  /* background: yellow; */
  font-family: 'DINdong';
  font-size: 1.2rem;
  height: 100vh;
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 4vh;
  scrollbar-color: transparent transparent;
}

/****** H2 c'est tous les titres des ressources à voir, à lire, à écouter******/


h2{
  font-family: 'DINdong' !important ;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.biblio a:before{
  content:"· ";
}

.biblio a {
  text-decoration: none !important;
  font-size: .9em;
  line-height: 1.4em;
  border: 0;
  margin-left: -2vh;
  padding-left: 1.8vh;
  font-family: 'BBBBaskervvol-Fondue';
}

.biblio li {
  border-bottom: 0.1px solid ;
  margin-top: 0.8vh;
  margin-bottom: 0.8vh;
}


/*ça en dessous, c'est pour les différentes couleurs en fonction des thèmes  */
[data-id="actiondirecte"] {
  color: #3AB7B8 !important;
}

[data-id="discrirelig"] {
  color: #EF0078 !important;
}

[data-id="feminisme"] {
  color: #7800F7 !important;
}

[data-id="general"] {
  color: black !important;
}

[data-id="grossophobie"] {
  color: #1aad0e !important;
}

[data-id="lgbtqia"] {
  color: #F903F9 !important;
}

[data-id="politique"] {
  color: #036d38 !important;
}

[data-id="racisme"] {
  color: #0013ff !important;
}

[data-id="santementale"] {
  color: #b50000 !important;
}

[data-id="tds"] {
  color: #0089dd !important;
}

[data-id="handi"] {
  color: #ff6700 !important;
}

input {
  font-size: 1.8rem;
  font-family: 'DINdong' ;
}

/* tout ce qui est en bas là "label:nth-of-type(1), (2),
etc" ça renvoit au menutagdef, c'est pour réussir à mettre des couleurs*/
/* action directe*/
label:nth-of-type(1) {
  color: #3AB7B8;
}

/* discrimination religieuse*/
label:nth-of-type(2) {
  color: #EF0078;
}

/* féminisme*/
label:nth-of-type(3) {
  color: #7800F7;
}

/* général*/
label:nth-of-type(4) {
  color: black;
}

/* Grossophobie*/
label:nth-of-type(5) {
  color: #1aad0e;
}

/* LGBTQIA+ */
label:nth-of-type(6) {
  color: #F903F9;
}

/* Politique */
label:nth-of-type(7) {
  color: #036d38;
}

/* racisme */
label:nth-of-type(8) {
  color: #0013ff;
}

/* santé mentale */
label:nth-of-type(9) {
  color: #b50000;
}

/* tds */
label:nth-of-type(10) {
  color: #0089dd;
}

/* validisme*/
label:nth-of-type(11) {
  color: #ff6700 !important;
}
.boutonwebtoprint{
  padding: 0;
  margin: 0;
  height: auto;
}
.boutonwebtoprint a {
    position: fixed;
    color:#fffedf;
    bottom: 0vh;
    left: 0vw;
    height: auto;
    width: 33vw;
    background: #0035c7;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
    font-size: 1.3rem;

}

/****** CAPSULES AUDIO ******/
.capsule01, .capsule02, .capsule03, .capsule04, .capsule05 {
  width: 120vh !important;
  height: 20vh !important;

}

.transcriptions {
/*height: 100%;*/
margin-left: 2vw;

}


.transcription01, .transcription02, .transcription03,.transcription04, .transcription05 {
  font-family: 'BBBBaskervvol-Fondue';
  margin-left: 60vw;
  padding-right: 3vw;
  color: #0035c7;
  position: fixed;
  height: 20.4vh;
  background: #fffedf;
  position: absolute;
  top: 8vh;
  width: 33.8vw;
  overflow-y: scroll;

}

.transcription01 {
  top: 10vh;
}

.transcription01 h1 {
  color: black !important;
  font-family: 'DINdong';
  margin-bottom: 1vh;
}

.transcription02 {
  top: 41.2vh;
}

.transcription02 h1 {
  color: #7800f7 !important;
  font-family: 'DINdong';
  margin-bottom: 1vh;
}

.transcription03 {
  top: 72vh;
}

.transcription03 h1 {
  color: #ff6700 !important;
  font-family: 'DINdong';
  margin-bottom: 1vh;
}

.transcription04 {
  top: 103.7vh;
}

.transcription04 h1 {
  color: #f903f9 !important;
  font-family: 'DINdong';
  margin-bottom: 1vh;
}

.transcription05 {
  top: 134.2vh;
}

.transcription05 h1 {
  color: #7800f7 !important;
  font-family: 'DINdong';
  margin-bottom: 1vh;
}


/****** PAD ******/
/* .menu-left c'est la colonne de gauche avec l'explication du pad */
.content-pad {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  justify-content: space-between;
}

.menu-left .jargcomb {
  font-family: 'DINdong' !important;
  font-size: 1.2rem;
}

.menu-left {
  margin-top: 10vh;
  height: 90vh;
  width: 30vw;
  background-color: #fffedf;
  padding: 1vw;
  font-family: 'BBBBaskervvol-Fondue';
  font-size: 1.2rem;
  color: #0035c7;
  /*margin-right: 2vw;*/
  overflow: scroll;
  border-right: 1px solid #0035c7;
}

.menu-left ul li {
  list-style: circle;
  padding: 1%;
}

.menu-left p {
  margin-top: 2vh;
  padding: 1%;
  margin-bottom: 0.2vh;
}

/* iframe, c'est l'intégration du site du pad, avant il faisait widht : 65vw; */
iframe {
  margin-top: 10vh;
  width: 66vw;
  height: 90vh;
  background: transparent;
  /* j'ai changé position fixed en relative pour avoir un margin bottom*/
}
/* .livre{
  display: none;
} */


/****** A propos ******/

h5 {
text-decoration: underline;
white-space: nowrap;
}

.apropostitre {

    padding: 3px;
    position: relative;
    margin-left: 11vw;
    margin-top: 10vw;

    margin-bottom: 1vw;
    height: auto;
    width: auto;
    color: #0035c7;
    font-family: 'DINdong';
    /* background-color: pink; */
    font-size: 1.5rem;
}

.contentapropos {
  padding: 3px;
    position: relative;
    margin-left: 15vw;
    margin-right: 10vw;
    width: auto;
    color: #0035c7;
    font-family: 'BBBBaskervvol-Fondue';
    /* background-color: lightblue; */
    background-color: #fffedf;
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: -.006rem;
    margin-bottom: 2vh
}


.colophontitre {

    padding: 3px;
    position: relative;
    margin-left: 11vw;
    margin-bottom: 1vw;
    margin-right: 6vw;
    height: auto;
    width: auto;
    color: #0035c7;
    font-family: 'DINdong';
    /* background-color: pink; */
    font-size: 1.5rem;
}

.contentcolophon {
  padding: 3px;
    position: relative;
    margin-left: 15vw;
    margin-right: 4vw;
    height: auto;
    width: auto;
    color: #0035c7;
    font-family: 'BBBBaskervvol-Fondue';
    /* background-color: lightblue; */
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: -.006rem;
    margin-bottom: 5vh;
}

.remerciementstitre {

    padding: 3px;
    position: relative;
    margin-left: 11vw;
    margin-bottom: 1vw;
    /* margin-right: 6vw; */
    height: auto;
    width: auto;
    color: #0035c7;
    font-family: 'DINdong';
    background-color: #fffedf;
    font-size: 1.5rem;

}

.contentremerciements {
  padding: 3px;
    position: relative;
    margin-left: 15vw;
    margin-right: 4vw;
    height: auto;
    width: auto;
    color: #0035c7;
    font-family: 'BBBBaskervvol-Fondue';
    /* background-color: lightblue; */
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: -.006rem;
    margin-bottom: 5vh;
}




/****** WEB TO PRINT ******/
@media print {
  @page {
    size: 29.7cm 21cm;
    margin-top: 0cm !important;
    margin-bottom: .25cm;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color:  white !important;
  }

  html, body {
    color:black;
    width: 100%;
    font-size: 12pt;
    background-image: url("") !important;
    /* background-repeat: space;
    background-position: CENTER;
    background-attachment: scroll;
    background-size:  auto; */ */
    background-color:  white !important;

  }
  /*.quatrieme-couverture{
  page-break-before: ;
}*/
  .couverture, .quatrieme-couverture{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 29.7cm;
    display: block;
    height: 20.75cm;
    position: relative !important;
    background-color: white !important


  }
.couverture img, .quatrieme-couverture img{
  width:100%;
  padding-left:0cm;
  padding-right:0cm;
  padding-top: 0;
  padding-bottom: 0;
  height:100%;

}

  .header .menu .title a {
    display: none;
  }
    .colonne {
        background-color:  white !important;
      width: 29.7cm !important;
        margin-top: 0vh !important;
        margin-left: 0vw !important;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
            color:black !important;
    }

      .contentdef {
        position: relative;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        font-family: 'DINdong';
        background-color: transparent;
        font-size: 1.3rem;
        height: auto;
        align-items:flex-start;
        width: 95% !important;
        color:black !important;
        border-right: 0px solid #0035c7 !important;
      }

  .def{
        width: 11cm !important;
        /* border: 2px solid black; */
        margin-left: .5cm;
        margin-right: .5cm;
        padding: 0cm;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16pt;
        line-height: 20pt;
        height: 21cm;
          color:black !important;
        /* word-wrap: break-word; */
        /* max-height: 21cm;
        min-height: 11cm; */
  }
  .font-small{
    font-size: 14pt;
    line-height: 18pt;
  }
  .tag a{
    font-family: 'BBBBaskervvol-Fondue';
    font-style: italic;
    /* font-weight: 800; */
    text-decoration: underline 1px solid !important;
  }
  .ancre {
    padding-top: .5cm !important;
    padding-bottom: .25cm !important;
    word-wrap: break-word;
    font-style: italic;
  }
  .ancre span{
    letter-spacing: 3px;
    font-size: 28pt;

  }
  .header .menu .mot, .header, .header .menu {
    border-bottom: none;
      display: none;
    background-color: transparent;
  }
  .titre-def {
    font-size: 30pt;
    font-family: 'DINdong';
  }

  .mot, .vertical-line, .menutagdef, .ressou, .titre-ressources, .titre-def, #searchbar {
    display: none;
  }

  .titre {
    width: 100%;
    text-align: center;
  }

.biblio {
  display: none;
}


  [data-id="actiondirecte"], [data-id="discrirelig"], [data-id="feminisme"] [data-id="grossophobie"], [data-id="lgbtqia"], [data-id="politique"],
  [data-id="racisme"], [data-id="santementale"], [data-id="tds"],
  [data-id="handi"], [data-id="general"] {
    color: black !important;
  }
}

/****** RESPONSIVE ******/
@media (max-width: 1250px) {
  html, body {
    /* background: red; */
    /* font-size: 12pt; */
  }
}
