@font-face {
    font-family: 'caveatregular';
    src: url('../Fonts/caveat-variablefont_wght-webfont.woff2') format('woff2'),
         url('../Fonts/caveat-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../Fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../Fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../Fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../Fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tekolight';
    src: url('../Fonts/teko-light-webfont.woff2') format('woff2'),
         url('../Fonts/teko-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tekomedium';
    src: url('../Fonts/teko-medium-webfont.woff2') format('woff2'),
         url('../Fonts/teko-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goldmanregular';
    src: url('../Fonts/goldman-regular-webfont.woff2') format('woff2'),
         url('../Fonts/goldman-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'electrolizeregular';
    src: url('../Fonts/electrolize-regular-webfont.woff2') format('woff2'),
         url('../Fonts/electrolize-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*
{
  margin: 0;
  padding: 0;
}

body
{

  font-family: sans-serif;
}

/* HEADER */
header
{
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  position: fixed;
  z-index: 2;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  background-color: #261939;
  height: 100px;
  width: 100%;
  /*padding: 20px;*/
  justify-content:space-between;
  align-items: center;
}

.divheaderleft
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding: 20px;
}

.divheaderright
{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

#texteVertusPrincipes
{
  background-color: rgba(0, 0, 0, 0.0);

  width: 300px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#spanTexteVertusPrincipes
{
  font-family: tekolight;
  font-size: 2.0em;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  color: #FFFFFF;
}

#logoPetit
{
  height: 70px;
  margin-right: 15px;
}

nav ul
{
  list-style-type: none;
  list-style: none;
}

nav li
{
  display: inline-block;
  margin-right: 20px;
}

.itemMenu
{
  font-family: goldmanregular;
  font-size: 1.0em;
  color: #FFFFFF;
  text-decoration: none;
}

.itemMenu:visited
{
  font-family: goldmanregular;
  font-size: 1.0em;
  color: #FFFFFF;
  text-decoration: none;
}

.itemMenu:hover
{
  font-family: goldmanregular;
  font-size: 1.0em;
  color: #FFFFFF;
  text-decoration: none;
}

#h1headerright
{
  color: #FFFFFF;
  font-family: goldmanregular;
  font-size: 1.0em;
  padding-right: 40px;
  display: none;
}

#lienHeader
{
  color: #FFFFFF;
  font-family: goldmanregular;
  font-size: 3.00em;
  text-decoration: none;
  padding-top: 10px;
}

#lienHeader:hover
{
  color: #FFFFFF;
  font-family: goldmanregular;
  font-size: 3.00em;
  text-decoration: none;
}

#lienHeader:visited
{
  color: #FFFFFF;
  font-family: goldmanregular;
  font-size: 3.00em;
  text-decoration: none;
}

h1
{
  color: black;
  font-family: tekomedium;
  font-size: 2.0em;
}
/*
a{
  font-family: electrolizeregular;
  font-size: 1.3em;
  color: #261939;
}

a:link
{
  font-family: electrolizeregular;
  font-size: 1.3em;
  color: #261939;
  text-decoration: none;
}

a:visited
{
  font-family: electrolizeregular;
  font-size: 1.3em;
  color: #261939;
  text-decoration: none;
}

a:hover
{
  font-family: electrolizeregular;
  font-size: 1.3em;
  color: #261939;
  text-decoration: none;
}

a:active
{
  font-family: electrolizeregular;
  font-size: 1.3em;
  color: #261939;
  text-decoration: none;
}*/

/* BOUTON FIXE LATERAL */
#boutonFixe
{
  width: 170px;
  height: 170px;
  background-color: rgba(38,25,57,0.3);
  border-radius: 10px;
  border: solid 2px;
  border-color: #29065C;
  position: fixed;
  top: 45%;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content:space-around;
  align-items:center;
  z-index: 50;

}

#autourParaBoutonFixe
{
  width: 170px;
  height: 80px;
  display: block;
}

#paraBoutonRond
{
  font-family: tekolight;
  font-size: 2.0em;
  color: #FFFFFF;
  display: block;
  text-align: center;
  z-index: 51;
  width: 170px;
}

#boutonRond
{
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 10px;
  background-color: #29065C;
  color: #FFFFFF;
  font-family: tekomedium;
  font-size: 1.0em;
  padding: 10px 10px;
  outline: none;
  text-decoration: none;
  border: solid 1px;
  border-radius: 50%;
  transition: transform .25s ease-out;
}

#boutonRond:hover
{
  transform: scale(1.1);
}

/* PHOTO DE TETE */
.ligneImage
{
  display: block;
  /*margin-top: 90px;*/
  width: 100%;
  height : 750px;
}

#photo_information
{
  background-image: url("../Images/justice650.jpg");
  background-attachment: ;
  background-size: cover;
  margin: auto;
  width: 100%;
  height: 750px;
}

#autourTexteIntro
{
  width: 400px;
  height: 750px;
  display: block;
}

#texteIntro
{
  width: 400px;
  height: 750px;
  margin: auto;
  display: block;
  align-items:center;
  padding-top: 220px;
  /*
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  */
  padding-left: 20px;
  padding-right: 20px;
}

#spanTexteIntro
{
  font-family: caveatregular;
  font-size: 3.5em;
  color: #FFFFFF;
  text-align: center;
}

/* CONTAINER DE TOUT CE QUI SUIT LA PHOTO */
#texteApresPhoto
{
  display: block;
  width: 100%;
  height: 2730px;
}

/* CONTAINER TEXTE ET VIDEO APRES */
.texte_photo
{
  width: 900px;
  height: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.divTitreTexte
{
  height: 100px;
  width: 900px;
  display: flex;
  justify-content:flex-end;
  align-items:flex-start;
  flex-direction: column;
}

#divPremierTexte
{
  height: 200px;
  width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.premiertexte
{
  font-family: electrolizeregular;
  font-size: 1.3em;
  text-align: justify;
  color: #261939;
}

.divVideoUn
{
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carteVideoUn
{
  width: 853px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  top: 0%;
  left: 0%;
  overflow: hidden;
  background-size: cover;
  border-radius: 20px;
  -webkit-transform: translateZ(0);
}

#VideoUn
{
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: -100;
  border-radius: 10px;
}

/* TEXTE SOUS PREMIERE VIDEO */
.blocDe25
{
  width: 100%;
  height: 25px;
  display: block;
}

#autourBlocdeDeux
{
  width: 900px;
  height: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

#texteIntroBlocDeDeux
{
  width: 900px;
  height: 210px;
  display: flex;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* LISTE COMPORTEMENTS */
#titreListeComportements
{
  width: 900px;
  height: 150px;
  margin: auto;
  display: flex;
  align-items:flex-start;
  justify-content: center;
  flex-direction: column;
}

.texteTitreListeComportements
{
  font-family: electrolizeregular;
  font-size: 2.0em;
  color: #261939;
  display: block;
  width: 900px;
}

#petitTexteComportements
{
  font-family: electrolizeregular;
  font-size: 1.0em;
  color: #261939;
  display: block;
  width: 900px;
}

#blocDeGauche
{
  width: 900px;
  height: 370px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
}

#sujetWhistleblowing
{
  margin-left: -0px;
}

.listeSansBouton
{
  list-style-type: circle;
  list-style-position:outside;
  list-style-image: url("../Images/logo_basic-BEtikPuce15px.png");
  margin-left: 20px;
}

.divLi
{
  height: 25px;
  width: 880px;
  margin-bottom: 2px;
  margin-left: 20px:
}

.texteListe
{
  font-family: electrolizeregular;
  font-size: 1.3em;
  color: #261939;
  text-align: justify;
  cursor: grab;*/
}

.divLi2
{
  height: 0px;
  width: 880px;
  display: flex;
  align-items: center;
  justify-content: center;
  //margin-left: 20px;
}

.texteListe2
{
  font-family: electrolizeregular;
  font-size: 1.0em;
  color: #261939;
  text-align: justify;
  padding: 10px;
}

/*SI C'ETAIT VOUS */
#siCetaitVous
{
  width: 900px;
  height: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

#divTexteSicetaitvous
{
  height: 400px;
  width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}




footer
{
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /*position: fixed;*/
  z-index: 2;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  background-color: #261939;
  height: 100px;
  width: 100%;
  justify-content:space-between;
  align-items: center;
}

.divFooter
{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pFooter
{
  font-family: electrolizeregular;
  font-size: 0.8em;
  color: #FFFFFF;
  text-align: center;
}


@media screen and (max-width: 600px)
{
    /* Rédigez vos propriétés CSS ici */
    body
    {

      font-family: sans-serif;
    }

    header
    {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      position: fixed;
      z-index: 2;
      top: 0px;
      display: flex;
      background-color: #261939;
      height: 50px;
      width: 100%;
      /*padding: 20px;*/
      justify-content:space-between;
      align-items: center;
      margin: 0px;
      padding: 0px;
    }

    .divheaderleft
    {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 45px;
      width: 50%;
      margin: 0px;
      padding: 0px;
    }

    .divheaderright
    {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 45%;
      height: 45px;
      margin: 0px;
      padding: 0px;
    }

    #texteVertusPrincipes
    {
      background-color: rgba(0, 0, 0, 0.0);
      display: none;
      width: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #spanTexteVertusPrincipes
    {
      font-family: tekolight;
      font-size: 0.8em;
      display: none;
      width: 0px;
      text-transform: uppercase;
      text-align: center;
      padding-right: 5px;
      color: #FFFFFF;
    }

    #logoPetit
    {
      height: 45px;
      margin-right: 10px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 5px;
      max-width: 90%;
      max-height: 90%;
    }

    nav ul
    {
      list-style-type: none;
      list-style: none;
      margin: 0px;
      padding: 0px;
    }

    nav li
    {
      display: inline-block;
      margin-right: 5px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding: 0px;
    }

    .itemMenu
    {
      font-family: goldmanregular;
      font-size: 0.4em;
      color: #FFFFFF;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    .itemMenu:visited
    {
      font-family: goldmanregular;
      font-size: 0.4em;
      color: #FFFFFF;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    .itemMenu:hover
    {
      font-family: goldmanregular;
      font-size: 0.4em;
      color: #FFFFFF;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }


    #h1headerright
    {
      display: none;
    }

    #lienHeader
    {
      color: #FFFFFF;
      font-family: goldmanregular;
      font-size: 1.00em;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    #lienHeader:hover
    {
      color: #FFFFFF;
      font-family: goldmanregular;
      font-size: 1.00em;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    #lienHeader:visited
    {
      color: #FFFFFF;
      font-family: goldmanregular;
      font-size: 1.00em;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    h1
    {
      color: black;
      font-family: tekomedium;
      font-size: 1.5em;
      margin: 0px;
      padding: 0px;
    }


    /* BOUTON FIXE LATERAL */
    #boutonFixe
    {
      width: 75px;
      height: 75px;
      background-color: rgba(38,25,57,0.3);
      border-radius: 10px;
      border: solid 2px;
      border-color: #29065C;
      position: fixed;
      top: 45%;
      right: 5px;
      display: flex;
      flex-direction: column;
      justify-content:space-around;
      align-items:center;
      z-index: 50;

    }

    #autourParaBoutonFixe
    {
      width: 75px;
      height: 40px;
      display: block;
    }

    #paraBoutonRond
    {
      font-family: tekolight;
      font-size: 0.8em;
      color: #FFFFFF;
      display: block;
      text-align: center;
      z-index: 51;
      width: 70px;
    }

    #boutonRond
    {
      width: 25px;
      height: 25px;
      display: block;
      margin-bottom: 5px;
      background-color: #29065C;
      color: #FFFFFF;
      font-family: tekomedium;
      font-size: 0.8em;
      padding: 10px 10px;
      outline: none;
      text-decoration: none;
      border: solid 1px;
      border-radius: 50%;
      transition: transform .25s ease-out;
    }

    #boutonRond:hover
    {
      transform: scale(1.1);
    }

    /* PHOTO DE TETE */
    .ligneImage
    {
      display: block;
      /*margin-top: 90px;*/
      width: 100%;
      height : 250px;
    }

    #photo_information
    {
      background-image: url("../Images/justice650.jpg");
      background-attachment: ;
      background-size: cover;
      margin: auto;
      width: 100%;
      height: 250px;
    }

    #autourTexteIntro
    {
      width: 150px;
      height: 250px;
      display: block;
    }

    #texteIntro
    {
      width: 150px;
      height:250px;
      margin: auto;
      display: block;
      align-items:center;
      padding-top: 100px;
      /*
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      */
      padding-left: 20px;
      padding-right: 20px;
    }

    #spanTexteIntro
    {
      font-family: caveatregular;
      font-size: 1.0em;
      color: #FFFFFF;
      text-align: center;
    }

    /* CONTAINER DE TOUT CE QUI SUIT LA PHOTO */
    #texteApresPhoto
    {
      display: block;
      width: 100%;
      height: 1700px;
      margin-top: 10px;
    }

    /* CONTAINER TEXTE ET VIDEO APRES */
    .texte_photo
    {
      width: 350px;
      height: 260px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #261939;
      border-radius: 10px;
    }

    .divTitreTexte
    {
      height: 60px;
      width: 340px;
      display: flex;
      justify-content:center;
      align-items:flex-start;
      flex-direction: column;
    }

    #divPremierTexte
    {
      height: 200px;
      width: 340px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .premiertexte
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      text-align: justify;
      color: #FFFFFF;
    }

    .divVideoUn
    {
      width: 100%;
      height: 500px;
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .carteVideoUn
    {
      width: 853px;
      height: 480px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      top: 0%;
      left: 0%;
      overflow: hidden;
      background-size: cover;
      border-radius: 20px;
      -webkit-transform: translateZ(0);
    }

    #VideoUn
    {
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      z-index: -100;
      border-radius: 10px;
    }

    /* TEXTE SOUS PREMIERE VIDEO */
    .blocDe25
    {
      width: 100%;
      height: 25px;
      display: block;
    }

    #autourBlocdeDeux
    {
      width: 350px;
      height: 310px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #261939;
      border-radius: 10px;
    }

    #texteIntroBlocDeDeux
    {
      width: 340px;
      height: 210px;
      display: flex;
      margin: auto;
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* LISTE COMPORTEMENTS */
    #titreListeComportements
    {
      width: 350px;
      height: 110px;
      margin: auto;
      display: flex;
      align-items:flex-start;
      justify-content: center;
      flex-direction: column;
      border-radius: 10px;
      background-color: #261939;
      padding-left: 5px;
      padding-right: 5px;
    }

    .texteTitreListeComportements
    {
      font-family: electrolizeregular;
      width: 340px;
      font-size: 1.2em;
      color: #FFFFFF;
      display: block;
      margin: 0px;
    }

    #petitTexteComportements
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #FFFFFF;
      display: block;
    }

    #blocDeGauche
    {
      width: 350px;
      height: 450px;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      align-items:flex-start;
      margin-top: 10px;
    }

    #sujetWhistleblowing
    {
      margin-left: 0px;
      width: 350px;
    }

    .listeSansBouton
    {
      list-style-type: circle;
      list-style-position:inside;
      list-style-image: url("../Images/logo_basic-BEtikPuce15px.png");
      margin-left: 5px;
    }

    .divLi
    {
      height: 25px;
      width: 340px;
      margin-bottom: 2px;
      margin-left: 20px:
    }

    .texteListe
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #261939;
      text-align: justify;
      cursor: grab;*/
    }

    .divLi2
    {
      height: 0px;
      width: 340px;
      display: flex;
      align-items: center;
      justify-content: center;
      //margin-left: 20px;
    }

    .texteListe2
    {
      font-family: electrolizeregular;
      font-size: 0.6em;
      color: #261939;
      text-align: justify;
      padding: 10px;
    }

    /*SI C'ETAIT VOUS */
    #siCetaitVous
    {
      width: 350px;
      height: 350px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #261939;
      border-radius: 10px;
    }

    #divTexteSicetaitvous
    {
      height: 350px;
      width: 340px;
      display: flex;
      justify-content: center;
      align-items: center;
    }









    footer
    {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      position: fixed;
      z-index: 2;
      bottom: 0px;
      display: flex;
      flex-direction: column;
      background-color: #261939;
      height: 100px;
      width: 100%;
      justify-content:space-between;
      align-items:center;
      padding: 5px;
    }

    .divFooter
    {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pFooter
    {
      font-family: electrolizeregular;
      font-size: 0.6em;
      color: #FFFFFF;
      text-align: center;
    }
}



@media screen and (min-width: 601px) and (max-width: 1000px)
{
    /* Rédigez vos propriétés CSS ici */
    body
    {

      font-family: sans-serif;
    }

    header
    {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      position: absolute;
      z-index: 2;
      top: 0px;
      display: flex;
      background-color: #261939;
      height: 50px;
      width: 100%;
      /*padding: 20px;*/
      justify-content:space-between;
      align-items: center;
      margin: 0px;
      padding: 0px;
    }

    .divheaderleft
    {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 45px;
      width: 50%;
      margin: 0px;
      padding: 0px;
    }

    .divheaderright
    {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 45%;
      height: 45px;
      margin: 0px;
      padding: 0px;
    }

    #texteVertusPrincipes
    {
      background-color: rgba(0, 0, 0, 0.0);
      display: none;
      width: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #spanTexteVertusPrincipes
    {
      font-family: tekolight;
      font-size: 0.8em;
      display: none;
      width: 0px;
      text-transform: uppercase;
      text-align: center;
      padding-right: 5px;
      color: #FFFFFF;
    }

    #logoPetit
    {
      height: 45px;
      margin-right: 10px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 5px;
      max-width: 90%;
      max-height: 90%;
    }

    nav ul
    {
      list-style-type: none;
      list-style: none;
      margin: 0px;
      padding: 0px;
    }

    nav li
    {
      display: inline-block;
      margin-right: 5px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding: 0px;
    }

    .itemMenu
    {
      font-family: goldmanregular;
      font-size: 0.4em;
      color: #FFFFFF;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    .itemMenu:visited
    {
      font-family: goldmanregular;
      font-size: 0.4em;
      color: #FFFFFF;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    .itemMenu:hover
    {
      font-family: goldmanregular;
      font-size: 0.4em;
      color: #FFFFFF;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }


    #h1headerright
    {
      display: none;
    }

    #lienHeader
    {
      color: #FFFFFF;
      font-family: goldmanregular;
      font-size: 1.00em;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    #lienHeader:hover
    {
      color: #FFFFFF;
      font-family: goldmanregular;
      font-size: 1.00em;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    #lienHeader:visited
    {
      color: #FFFFFF;
      font-family: goldmanregular;
      font-size: 1.00em;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

    h1
    {
      color: black;
      font-family: tekomedium;
      font-size: 1.5em;
      margin: 0px;
      padding: 0px;
    }


    /* BOUTON FIXE LATERAL */
    #boutonFixe
    {
      width: 75px;
      height: 75px;
      background-color: rgba(38,25,57,0.3);
      border-radius: 10px;
      border: solid 2px;
      border-color: #29065C;
      position: fixed;
      top: 45%;
      right: 5px;
      display: flex;
      flex-direction: column;
      justify-content:space-around;
      align-items:center;
      z-index: 50;

    }

    #autourParaBoutonFixe
    {
      width: 75px;
      height: 40px;
      display: block;
    }

    #paraBoutonRond
    {
      font-family: tekolight;
      font-size: 0.8em;
      color: #FFFFFF;
      display: block;
      text-align: center;
      z-index: 51;
      width: 70px;
    }

    #boutonRond
    {
      width: 25px;
      height: 25px;
      display: block;
      margin-bottom: 5px;
      background-color: #29065C;
      color: #FFFFFF;
      font-family: tekomedium;
      font-size: 0.8em;
      padding: 10px 10px;
      outline: none;
      text-decoration: none;
      border: solid 1px;
      border-radius: 50%;
      transition: transform .25s ease-out;
    }

    #boutonRond:hover
    {
      transform: scale(1.1);
    }

    /* PHOTO DE TETE */
    .ligneImage
    {
      display: block;
      /*margin-top: 90px;*/
      width: 100%;
      height : 250px;
    }

    #photo_information
    {
      background-image: url("../Images/justice650.jpg");
      background-attachment: ;
      background-size: cover;
      margin: auto;
      width: 100%;
      height: 250px;
    }

    #autourTexteIntro
    {
      width: 200px;
      height: 250px;
      display: block;
    }

    #texteIntro
    {
      width: 200px;
      height:250px;
      margin: auto;
      display: block;
      align-items:center;
      padding-top: 100px;
      /*
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      */
      padding-left: 20px;
      padding-right: 20px;
    }

    #spanTexteIntro
    {
      font-family: caveatregular;
      font-size: 1.2em;
      color: #FFFFFF;
      text-align: center;
    }

    /* CONTAINER DE TOUT CE QUI SUIT LA PHOTO */
    #texteApresPhoto
    {
      display: block;
      width: 100%;
      height: 1700px;
      margin-top: 10px;
    }

    /* CONTAINER TEXTE ET VIDEO APRES */
    .texte_photo
    {
      width: 550px;
      height: 260px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #261939;
      border-radius: 10px;
    }

    .divTitreTexte
    {
      height: 60px;
      width: 540px;
      display: flex;
      justify-content:center;
      align-items:flex-start;
      flex-direction: column;
    }

    #divPremierTexte
    {
      height: 200px;
      width: 540px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .premiertexte
    {
      font-family: electrolizeregular;
      font-size: 1.0em;
      text-align: justify;
      color: #FFFFFF;
    }

    .divVideoUn
    {
      width: 100%;
      height: 500px;
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .carteVideoUn
    {
      width: 853px;
      height: 480px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      top: 0%;
      left: 0%;
      overflow: hidden;
      background-size: cover;
      border-radius: 20px;
      -webkit-transform: translateZ(0);
    }

    #VideoUn
    {
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      z-index: -100;
      border-radius: 10px;
    }

    /* TEXTE SOUS PREMIERE VIDEO */
    .blocDe25
    {
      width: 100%;
      height: 25px;
      display: block;
    }

    #autourBlocdeDeux
    {
      width: 550px;
      height: 310px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #261939;
      border-radius: 10px;
    }

    #texteIntroBlocDeDeux
    {
      width: 540px;
      height: 210px;
      display: flex;
      margin: auto;
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* LISTE COMPORTEMENTS */
    #titreListeComportements
    {
      width: 550px;
      height: 110px;
      margin: auto;
      display: flex;
      align-items:flex-start;
      justify-content: center;
      flex-direction: column;
      border-radius: 10px;
      background-color: #261939;
      padding-left: 5px;
      padding-right: 5px;
    }

    .texteTitreListeComportements
    {
      font-family: electrolizeregular;
      width: 540px;
      font-size: 1.2em;
      color: #FFFFFF;
      display: block;
      margin: 0px;
    }

    #petitTexteComportements
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #FFFFFF;
      display: block;
    }

    #blocDeGauche
    {
      width: 550px;
      height: 450px;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      align-items:flex-start;
      margin-top: 10px;
    }

    #sujetWhistleblowing
    {
      margin-left: 0px;
      width: 550px;
    }

    .listeSansBouton
    {
      list-style-type: circle;
      list-style-position:inside;
      list-style-image: url("../Images/logo_basic-BEtikPuce15px.png");
      margin-left: 5px;
    }

    .divLi
    {
      height: 25px;
      width: 540px;
      margin-bottom: 2px;
      margin-left: 20px:
    }

    .texteListe
    {
      font-family: electrolizeregular;
      font-size: 1.0em;
      color: #261939;
      text-align: justify;
      cursor: grab;*/
    }

    .divLi2
    {
      height: 0px;
      width: 540px;
      display: flex;
      align-items: center;
      justify-content: center;
      //margin-left: 20px;
    }

    .texteListe2
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #261939;
      text-align: justify;
      padding: 10px;
    }

    /*SI C'ETAIT VOUS */
    #siCetaitVous
    {
      width: 550px;
      height: 350px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #261939;
      border-radius: 10px;
    }

    #divTexteSicetaitvous
    {
      height: 350px;
      width: 540px;
      display: flex;
      justify-content: center;
      align-items: center;
    }









    footer
    {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      position: static;
      z-index: 2;
      bottom: 0px;
      display: flex;
      flex-direction: column;
      background-color: #261939;
      height: 100px;
      width: 100%;
      justify-content:space-between;
      align-items:center;
      padding: 5px;
    }

    .divFooter
    {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pFooter
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #FFFFFF;
      text-align: center;
    }
}
