  @font-face {
    font-family: 'NEV';
    src: url("/resources/Nevrada_Neue.otf");
  }


  @font-face {
    font-family: 'BOV';
    src: url("/resources/Bovino-Black.otf");
  }

  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");

  /* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,400&display=swap'); */


  * {
    box-sizing: border-box;
  }



  /*.main-font{font-family: LGR, Roboto, Arial, sans-serif;}*/
  
  body {
    background-color: rgb(255, 255,255);
    font-family: "Montserrat", "NEV", "BOV", "SUN", sans-serif;
    /* margin: 0px; */
    /* font-size: 16 px; */
    color: rgb(0, 0, 0);
    line-height: 1.35;
  
    /* cursor: url("/resources/BirdForMouse2.png") 4 12, help; */
    /* Si il ne trouve pas le png il utilise le curseur de type "help" */


  }


  a:link {
    text-decoration: none;
  }
  

  #Header {
    overflow: auto;

    margin-top: 3vw;
    margin-left:9vw;
    margin-right: 3vw;

    /*Pour aligner verticalement les 2 boites*/
    display: flex;
    align-items: center;

    line-height:1.10;
/* 
    background-color:yellow;  */
}


.ImageHeader {
  width:30vw;
  float:left;
  height:auto;


  text-align: center;
  align-items : center; 

  /* background-color: blue; */
}



.TitleHeader{
  align-items: center;
  justify-content: center;
  padding-left:5vw;
  /* background-color:orange; */

}

.Title{
  width:45vw;
  margin-left: auto;
  margin-right: auto;
 /* font-size: 5em;  */
  font-size: calc(26px + (74 - 26) * ((100vw - 300px) / (1600 - 300)));
  /* background-color: saddlebrown; */
  text-align: center;
  font-family: SUN;
  color: #003d66;


}

  .Title2{
    width:45vw;
    /* font-size: 1.5em; */
    font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
    /* background-color: red; */
    text-align: center;
    padding : 2vw;
    font-family: SUN;
    color: #012b47;

  }

@media (max-width: 1000px) and (min-width:700px) {
    #Header {
      margin-right:0px;
      margin-left:2vw;
  }
    .Title{
      /* font-size: 3.5em; */
      width:48vw;
    }
    .Title2{
      padding : 0.5vw;
      padding-top:1em;
      /* font-size:1.6em; */
      width:48vw;
    }

    .TitleHeader{
      padding-left:0vw;
      padding-right:1.5vw;
    }

    .ImageHeader {
      margin-left:5px;
      width:43vw;
    }
  }

@media (max-width: 700px) {

  #Header {
    margin-right:0px;
    margin-left:1vw;
}

.ImageHeader {
  width:42vw;
  /* padding-left:5px; */
}

.TitleHeader{
  padding-left:0vw;
}

.Title{
  width:46vw;
  padding-right:2vw;
  padding-top:1em;
  /* font-size: 2.5em; */
 background-color: rgba(139, 69, 19, 0);
}

.Title2{
    width:50vw;
   /* font-size: 1.2em; */
    padding : 0.5vw;
 }
   } 



  .Abstract{
      /* font-size: 1.04em; */
      font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
      /* text-align: center; */
      padding-top:6em;
      padding-bottom:3em;
      margin:auto;
      width: 50%;
      /* min-width: 700px;  */
  }

  @media (max-width: 1000px) and (min-width:600px) {
.Abstract{
  padding-top:4em;
  width:70%
}
  }

  @media(max-width:600px){
    .Abstract{
      padding-top:2em;
      width:90%;
    }
  }

  .Contenu{
    padding-left:2vw;
    padding-right:2vw;
    padding-bottom:2em;
    margin:auto;
    min-width:375px;
    width:50%;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}


.SousTitres{
  /* font-family: "SUN";  */
  /* Marche pas avec HEL */
  font-size: calc(17px + (21 - 17) * ((100vw - 300px) / (1600 - 300)));
  color: rgb(15, 11, 39);
  width: 60%;
  text-transform: uppercase;
  /* padding-left:calc(15px + (35 - 15) * ((100vw - 300px) / (1600 - 300))); */
  padding-top:2em;
  padding-bottom:1em;
  margin:auto;
  font-weight: bold;
}


@media (max-width: 1000px) and (min-width:600px) {
  .Contenu{
    width:70%
 
  }
  .SousTitres{
    width:80%
  }
      }
    
@media(max-width:600px){
      .Contenu{
        width:90%;
		/* GJ */
		/* padding-top: 5vh; */
       }
       .SousTitres{
         width:93%
       }
  }
  
 
  #LearnHere{
    padding-left:2vw;
    padding-right:2vw;
    /* padding-bottom:2em; */
    margin:auto;
    min-width:375px;
    width:50%;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}

@media(max-width:600px){
  #LearnHere{
    width:90%;
/* GJ */
 padding-top: 5vh;
   }}
  

.ButtonBox{
  text-align: right;
  padding-top : 1em;
  padding-bottom:1em;


  position: absolute;
  bottom: 0px;
  right: 0px;
  /*Pour coller le bouton en bas à droite de la div qui comprend aussi le tweet : FormatTwitter*/
  /* background-color: pink; */

}


.formatTwitter{
  align-items:center;
  width: auto;
  min-width:50vw;
  /* min-height: 2000px; */
  /* width:40vw; */
  /*Largeur s'adapte à celle du tweet*/
  border: 1px;

  position:relative;
  bottom: 0;
  left: 0; /* si on enlève ces 3 lignes le bouton part */
  /* background-color: red; */


}



.predictionText{
text-align: center;
align-items:center;
max-height:100%;
margin-left: calc(0px + (150 - 0) * ((100vw - 300px) / (1600 - 300)));;
/* z-index: 0.5;  */
/*Pour que sur portable la pastille soit devant le tweet...*/
/* background-color:chocolate; */
}

.LieDetector{
  display: flex;
  width:100%;
 padding-right:13vw;
 padding-left:13vw; 
 padding-bottom:2em;
  /* background-color: orange; */
}

@media (max-width: 1000px) and (min-width:600px) {
  .formatTwitter{
    width:50vw;
  }
  .LieDetector{
    padding-right:5vw;
 padding-left:5vw; 
  }
      }
    
@media(max-width:600px){
  .LieDetector{
padding-right:0vw;
 padding-left:0vw; 
  }

  .formatTwitter{
    width:55vw;
  }

  .ButtonBox{
    bottom:-60px;
  }
  }
  

#imagePredictionTrue{
  /* height: 300px; */
  height: 20vw;
  min-height:260px;
  /* padding-left:1em; */
  padding-bottom:calc(10px + (20 - 10) * ((100vw - 300px) / (1600 - 300)));
  padding-left:calc(3px + (6 - 3) * ((100vw - 300px) / (1600 - 300)));
  /* background-color: violet;  */
}

#imagePredictionLie{
  /* height: 300px; */
  height: 20vw;
  min-height:260px;
  /* padding-left:1em;
  padding-bottom:2em; */
  padding-bottom:calc(8px + (20 - 8) * ((100vw - 300px) / (1600 - 300)));
  padding-left:calc(3px + (6 - 3) * ((100vw - 300px) / (1600 - 300)));
   /* background-color: purple;  */
}

.imagePredictionText{
text-align:center;
padding-left: calc(4px + (9 - 4) * ((100vw - 300px) / (1600 - 300)));
padding-right:calc(4px + (9 - 4) * ((100vw - 300px) / (1600 - 300)));
font-weight: bold;
font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (1600 - 300)));
/* background-color: rgba(173, 216, 230, 0.274); */
}

@media (max-width: 1000px) and (min-width:600px) {
  #imagePredictionLie{
    height: 35vw;
    min-height: 230px;
  }
  #imagePredictionTrue{
    height: 35vw;
    min-height:230px;
  }
      }
    
@media(max-width:600px){
  #imagePredictionLie{
    height: 35vw;
    min-height:0px;
  }
  #imagePredictionTrue{
    height: 30vw;
    min-height:0px;
  }
  }

.hiddenPrediction{
display: none;
}

#WordArtStep3{
  /* background-color: rgb(165, 173, 207); */
  /* font-size : 0.85em; */
  /* width: 100%; */
display:flex;
align-items:center;
text-align:center;
/* margin-bottom:3vw; */
padding-bottom:3vw;
width:80vw;
margin:auto;

}

#WordArt{
  /* background-color: rgb(209, 137, 185); */
  width : 40vw;

  height:auto;
  text-align:center
}

#Step3{
  /* background-color: rgb(161, 48, 124); */
  width:40vw;
  margin:auto;
  padding-left: 2em;
  text-align: left;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}

@media (max-width: 1000px) and (min-width:600px) {
#WordArtStep3{
  width:95vw;
}
#WordArt{
  width:50vw;
}
#Step3{
  width:45vw;
  padding-left:1em;
}
      }
    
@media(max-width:600px){
  #WordArtStep3{
    display:flex;
    flex-direction: column;
    /* margin-bottom:3vw; */
    width:95vw;
    
  }
  #WordArt{
    padding-top:2em;
    width:90vw;
  }
  #Step3{
    /* padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2em;
    margin: auto;
    min-width: 375px; */
    width:90%;
    padding-left:2vw;
    padding-right:2vw;
    padding-bottom:2em;
    margin:auto;
    /* min-width:375px; */
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));

  }
  }

  .Equation{
    display:flex;
    align-items:center;
    text-align:center;
    color:cornflowerblue;
    justify-content: center;
    font-size: calc(10px + (15 - 10) * ((100vw - 300px) / (1600 - 300))); 
    /* height : 70px; */
    width: 90vw;
    /* background-color: rgb(192, 215, 216); */
    margin: auto;
    padding-top:1vw;
    padding-bottom:1vw;
  }

  @media (max-width: 1000px) {
    .Equation{
    width: 80vw;
  }
  }



  .equationLogOdds{
    justify-content:center;
    display:flex;
    /* max-width:80vw; */
    /* background-color: rgb(255, 204, 185); */
    /* font-family:"HEL"; Marche pas*/
  }

  .resultLogOdds{
    padding-left: 0.5vw;
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300))); 
    font-weight: bold;
    min-width:80px;
    /* background-color: rgb(250, 185, 198); */

  }
  .Equation2{
    padding-left:2vw;
    width:50%;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
    display:flex;

    color:cornflowerblue;
    font-weight:bold;
    /* background-color: rgb(192, 215, 216); */
    margin: auto;
    /* padding-top:1vw; */
    /* padding-bottom:2vw; */
  }
  
  .forYourTweet{
    /* background-color: cyan; */
    font-weight:400;
    color:black;
    justify-content:center;
    display:flex;
    margin-right:1vw;
  }

  
@media (max-width: 1000px) and (min-width:600px) {
  .Equation2{
    width:70%
 
  }
      }
    
@media(max-width:600px){
      .Equation2{
        width:90%
       }
  }


/* //////////////////////////////////////BAR CHART/////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////*/


.barChartBoxDeceptive {
   /* background-color: rgb(165, 173, 207); */
  font-size : 0.85em;
  text-align: center;
  width: 100%;
  padding-bottom: 3em;
  
  /* GJ : Scroll horizontal si dépassement */ 
  overflow-x:	scroll;
}

/* 
#barChartCategoriesDeceptive {
 /* background-color: rgb(158, 212, 199);  */
  /* height: 650px; 
} */

/* #barChartWC{ */
   /* background-color: #7a7c96; */
  /* height: 650px; */

/* } */

.barchart {
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
  flex-wrap: wrap;
}

.barchart > div {
  width: auto;
}

.barchart > div:last-child {
  width: 100%;
  font-size: 1.5em;
  font-family: SUN;
}

/* GJ : survol des barres */
.barchart svg rect[data-value][fill='#fee054']:hover { fill: url(#diagonalHatch_fee054); }
.barchart svg rect[data-value][fill='#1da1f2']:hover { fill: url(#diagonalHatch_1da1f2); }
.barchart svg rect[data-value][fill='#f67867']:hover { fill: url(#diagonalHatch_f67867); }

.barChartBoxTruthful {
 /* background-color: rgb(165, 127, 209); */
  font-size : 0.85em;
  text-align: center;
  width: 100%;
  padding-bottom: 3em;
    /* height: 650px; */

}

#barChartCategoriesTruthful{
  /* background-color: rgb(221, 51, 74);  */
  float: left;
  /* height: 650px; */

}

#barChartEmotional{
  /* background-color: rgb(209, 122, 155);  */
  float:inherit;
}

#LegendeDuGraph {
  float: right;
  width : 27em;
  padding-left : 6em;
  text-align: justify;
 /* background-color : green; */
  padding-top : 2em;
  font-size : 1em;
  font-style:italic;
}

  
@media (max-width: 1000px) and (min-width:890px) {
  #LegendeDuGraph{
    float: right;
    padding-left : 0em;
    width: 30em;
    text-align: justify;
    padding-top: 2em;
    padding-right: 2em;
    font-size: 1em;
    font-style: italic;
}
  }

  @media (max-width: 890px) and (min-width:600px) {
    #LegendeDuGraph{
      padding-left : 0em;
      float: right;
      width: 30em;
      text-align: justify;
      padding-top: 2em;
      font-size: 1em;
      font-style: italic;
  }
    }



    
@media(max-width:600px){
      .Equation2{
        float: right;
        width: 90vw;
        text-align: justify;
        padding-top: 1em;
        font-size: 1em;
        font-style: italic;
       }

       #LegendeDuGraph{
        padding-left : 0em;
       }
  }

#Read{
  font-weight:bold;
}

rect:hover {
  fill-opacity: 0.7;
}

#tooltip {
  font-size: 8px;
  font-weight: bold;
  color: white;
  display: none;
  padding: 5px;
  border-radius: 2px;
  position: absolute;
   background-color:rgb(187, 193, 204);
  transform: translateX(-20%);
}

#tooltip.show {
  display: block;
}

/* ////////////////////////RESTE DU CONTENU//////////////////
/////////////////////////////////////////////////////////////
*/


/* 
.barChartCategoriesTruthful{
  background-color: red;
}

.barChartEmotional{
  background-color: blue;
} */




.WordCloud {
  /* border: 0px solid #333; */
  overflow: auto;
  /* background-color:yellow; */
  height:auto;
  display:flex;
  justify-content:center;
}

.WordCloudImagePlace {
margin:auto;
      border: none;
      border-radius : 0px;
 /* background-color: blue; */
 /* max-width: 700px; */
 text-align: center;
 width: auto;
 max-width:800px;

}

.WordCloudImage {
/* background-color: turquoise;  */

/* float:right; */
max-width: 100%;
min-width : 45%;
max-height: 100%;
  width:80%;
}


#negationWord{
  color:rgb(2,66,193);
  font-weight: bold;
}

#worduse{
  color:rgb(2, 193, 157);
  font-weight: bold;
}

/*//////////////////////EQUATION 2///////////////////////////*/

.References{
margin-left: 50%;
margin-right:3em;
margin-bottom:3em;
font-weight:bold;
font-size:0.8em;
padding-top:3em;
text-align: right;
}

@media (max-width:1000px){
  .References{
    margin-left: 20%;
    }
}

@media (max-width: 1000px) and (min-width:600px){
  .References{
    margin-left: 30%;
    }
}

.TitleSection{

  font-size: calc(28px + (48 - 28) * ((100vw - 300px) / (1600 - 300))); ;
  /* background-color: saddlebrown;  */
  text-align: center;
  font-family: SUN;
  color: #003d66;

}


#Researchers{
display: inline-block;
display:flex;
width:95vw;
margin:auto;
justify-content:left;
padding:1vw;
font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));

}

#Groupe1{
display:flex;
width:47vw;
}
#Groupe2{
display:flex;
width:47vw;
}

#Researcher1{
  /* background-color: rgb(137, 180, 209); */
  width : 23vw;
  height:auto;
  margin: 1vw;
}

#Researcher2{
  /* background-color: rgb(137, 209, 137); */
  width : 23vw;
  height:auto;
  margin: 1vw;
}

#Researcher3{
  /* background-color: rgb(209, 137, 185); */
  width : 23vw;
  height:auto;
  margin: 1vw;

}

#Researcher4{
  /* background-color: rgb(161, 48, 124); */
  width : 23vw;
  height:auto;
  margin: 1vw;
}

.ResearcherPhoto{
width:100%;
height:23vw;
/* background-color:grey; */
/* height:100%; */
margin:auto;
/* height:auto; */
}

.ResearcherImage{
padding-bottom: 2em;
/* height:21vw; */
width: 93%;
height:auto;
margin:auto;
}



@media (max-width: 1000px) and (min-width:600px) {
  #Researchers{
    width:95vw;
    flex-direction:column;
  }

  #Groupe1{
    width:90vw;
    /* background-color: cadetblue; */
  }
  #Groupe2{
    width:90vw;
    padding-left:1em;
    /* background-color:rgb(2, 193, 157); */
  }

  .ResearcherPhoto{
    width:90%;
    height:35vw;
    margin:auto;
    }
    
    .ResearcherImage{
    padding-bottom: 2em;
    height:auto;
    margin:auto;
    }

  #Researcher1{
    width:45vw;
    padding-left:6vw;
  }

  #Researcher2{
    width:45vw;
    padding-left:6vw;
  }
  #Researcher3{
    width:45vw;
    padding-left:6vw;
  }
  #Researcher4{
    width:45vw;
    padding-left:6vw;
  }

  /* .ResearcherPhoto{
    width:100%;
    height:17vw;
    margin:auto;
    /* height:auto; */
    /* } */ 

    
        }
      
  @media(max-width:600px){
    #Researchers{
      display:flex;
      flex-direction: column;
      /* margin-bottom:3vw; */
      width:95vw;
      
    }

    #Groupe1{
      flex-direction:column;
      width:90vw;
    }

    #Groupe2{
      flex-direction:column;
      width:90vw;
    }


    .ResearcherPhoto{
      width:80%;
      height:68vw;
      margin:auto;
      }
      
      .ResearcherImage{
      padding-bottom: 2em;
      height:auto;
      margin:auto;
      }
.ResearcherText{
  padding-left:5vw;
  padding-right:5vw;
  padding-bottom:2vw;
}
    #Researcher1{
      width:90%;
      height:auto;
      padding-left:2vw;
      padding-right:2vw;
      padding-bottom:2em;
      margin:auto;
      font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
    }
    #Researcher2{
      width:90%;
      padding-left:2vw;
      padding-right:2vw;
      padding-bottom:2em;
      margin:auto;
      height:auto;
      font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
    }
    #Researcher3{
      width:90%;
      padding-left:2vw;
      padding-right:2vw;
      padding-bottom:2em;
      margin:auto;
      height:auto;
      font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
    }
    #Researcher4{
      width:90%;
      padding-left:2vw;
      padding-right:2vw;
      padding-bottom:2em;
      margin:auto;
      height:auto;
      font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
    }
    }



/* .ResearcherText{ */
/* position: absolute;
bottom:0px; */
/* background-color:yellow; */
/* } */
/* 
@media (max-width: 1000px) and (min-width:600px) {
#WordArtStep3{
  width:95vw;
}
#WordArt{
  width:50vw;
}
#Step3{
  width:45vw;
  padding-left:1em;
}
      }
    
@media(max-width:600px){
  #WordArtStep3{
    display:flex;
    flex-direction: column;
    /* margin-bottom:3vw; */
    /* width:95vw;
    
  }
  #WordArt{
    padding-top:2em;
    width:90vw;
  }
  #Step3{
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2em;
    margin: auto;
    min-width: 375px;
  }
  } */