@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;
}*/








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

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

#autourTexteIntro
{
  width: 100%;
  height: 750px;
  display: flex;
  margin-top: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#texteIntro
{
  width: 80%;
  height: 650px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content:space-evenly;
  align-items:center;
  /*
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  */
  padding-left: 20px;
  padding-right: 20px;
}

#spanTexteIntro
{
  font-family: electrolizeregular;
  font-size: 2.0em;
  color: #FFFFFF;
  text-align: justify;
  display: inline-block;
  width: 100%;
}

#spanTexteIntroPetit
{
  font-family: electrolizeregular;
  font-size: 1.5em;
  color: #FFFFFF;
  text-align: justify;
  display: inline-block;
  width: 100%;
}

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

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

.divTitreTexte
{
  height: 120px;
  width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content:center;
  align-items:flex-start;
  flex-direction: column;
}

#divPremierTexte
{
  height: 400px;
  width: 900px;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
}

.DivListeFraude
{
  display: flex;
  justify-content:flex-end;
  align-items:flex-start;
  flex-direction: column;
}

.listefraude
{
  margin-left: -0px;
  display: inline-block;
}

.texteListefraude
{
  font-family: electrolizeregular;
  font-size: 1.3em;
  color: #261939;
}

.premiertexte
{
  font-family: electrolizeregular;
  font-size: 1.3em;
  text-align: justify;
  color: #261939;
  display: inline-block;
  width: 900px;
}

.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: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

#divTitreConformite
{
  height: 60px;
  width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
}

.texteIntroBlocDeDeux
{
  width: 900px;
  height: 440px;
  margin: auto;
  /*margin-top: 20px;*/
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
}

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

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

#blocMethodo
{
  width: 900px;
  height: 570px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}

#divTitreMethodo
{
  width: 900px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items:flex-start;
  justify-content: center;
}
#imageMethodo
{
  display: none;
}

#divImageMethodo
{
  width: 340px;
  height: 200px;
  background-color: yellow;
  display: none;
}

#blocPricing
{
  width: 900px;
  height: 650px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:space-around;
  margin-top: 20px;
}

#divTitrePricing
{
  width: 900px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items:center;
  justify-content: space-around;
}

#divTextePricing
{
  width: 900px;
  height: 100px;
  display: flex;
  align-items:flex-start;
  justify-content: flex-start;
}

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

#divImagePricing
{
  width: 900px;
  height: 500px;
}

#imagePricing
{
  max-height: 100%;
  width: auto;
  display: block;
}







footer
{
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  position: static;
  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;
    }
    p
    {
    margin: 0px;
    padding: 0px;
    }



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

    #photo_information
    {
      background-image: url("../Images/sasha-freemind650.jpg");
      background-attachment: ;
      background-size: cover;
      width: 100%;
      height: 320px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0px;
      padding: 0px;
    }

    #autourTexteIntro
    {
      width: 350px;
      height: 320px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0px;
      padding: 0px;
    }

    #texteIntro
    {
      width: 340px;
      height: 320px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0px;
      padding-top: 30px;
      /*
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      */
      /*padding-left: 20px;
      padding-right: 20px;*/
    }

    #spanTexteIntro
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #FFFFFF;
      text-align: justify;
      width: 340px;
    }

    #spanTexteIntroPetit
    {
      font-family: electrolizeregular;
      font-size: 0.6em;
      color: #FFFFFF;
      text-align: justify;
      width: 340px;
    }

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

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

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

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

    .DivListeFraude
    {
      display: flex;
      justify-content:flex-end;
      align-items:flex-start;
      flex-direction: column;
    }

    .listefraude
    {
      margin-left: 20px;
      display: inline-block;
    }

    #DivListeFraude
    {
      display: flex;
      justify-content:flex-end;
      align-items:flex-start;
      flex-direction: column;
    }

    #listefraude
    {
      margin-left: 20px;
      display: inline-block;
    }

    .texteListefraude
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #FFFFFF;
    }

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

    .divVideoUn
    {
      width: 340px;
      height: 200px;
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: green;
    }

    .carteVideoUn
    {
      width: 853px;
      height: 480px;
      display: none;
      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;
      display: none;
    }

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

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

    #divTitreConformite
    {
      height: 30px;
      width: 340px;
      margin-top: 5px;
      display: flex;
      justify-content:center;
      align-items:center;
      flex-direction: column;
    }

    .texteIntroBlocDeDeux
    {
      width: 340px;
      height: 380px;
      display: flex;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }



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



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



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

    #divTitreMethodo
    {
      width: 340px;
      height: 40px;
      margin-bottom: 20px;
      display: flex;
      align-items:flex-start;
      justify-content: center;
    }

    #divImageMethodo
    {
      width: 340px;
      height: 200px;
      display: block;

      background-color: #261939;
    }

    #imageMethodologie
    {
      max-width: 100%;
    }

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

    #divTitrePricing
    {
      width: 340px;
      height: 40px;
      margin-bottom: 20px;
      display: flex;
      align-items:center;
      justify-content: space-around;
    }

    #divTextePricing
    {
      width: 340px;
      height: 40px;
      display: flex;
      align-items:flex-start;
      justify-content: flex-start;
    }

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

    #divImagePricing
    {
      width: 340px;
      height: 200px;
    }

    #imagePricing
    {
      max-width: 100%;
    }










    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;
    }


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

        #photo_information
        {
          background-image: url("../Images/sasha-freemind650.jpg");
          background-attachment: ;
          background-size: cover;
          width: 100%;
          height: 320px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0px;
          padding: 0px;
        }

        #autourTexteIntro
        {
          width: 550px;
          height: 320px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0px;
          padding: 0px;
        }

        #texteIntro
        {
          width: 540px;
          height: 320px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0px;
          padding-top: 30px;
          /*
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          */
          /*padding-left: 20px;
          padding-right: 20px;*/
        }

        #spanTexteIntro
        {
          font-family: electrolizeregular;
          font-size: 1.0em;
          color: #FFFFFF;
          text-align: justify;
          width: 540px;
        }

        #spanTexteIntroPetit
        {
          font-family: electrolizeregular;
          font-size: 0.8em;
          color: #FFFFFF;
          text-align: justify;
          width: 540px;
        }

        /* CONTAINER DE TOUT CE QUI SUIT LA PHOTO */
        #texteApresPhoto
        {
          display: block;
          width: 100%;
          height: 2000px;
          margin-top: 40px;
          display: flex;
          flex-direction: column;
          justify-content:space-between;
          align-items: center;
        }

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

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

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

        .DivListeFraude
        {
          display: flex;
          justify-content:flex-end;
          align-items:flex-start;
          flex-direction: column;
        }

        .listefraude
        {
          margin-left: 20px;
          display: inline-block;
        }

        #DivListeFraude
        {
          display: flex;
          justify-content:flex-end;
          align-items:flex-start;
          flex-direction: column;
        }

        #listefraude
        {
          margin-left: 20px;
          display: inline-block;
        }

        .texteListefraude
        {
          font-family: electrolizeregular;
          font-size: 1.0em;
          color: #FFFFFF;
        }

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

        .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: 460px;
          margin: auto;
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding-left: 5px;
          padding-right: 5px;
          background-color: #261939;
          border-radius: 10px;
        }

        #divTitreConformite
        {
          height: 30px;
          width: 540px;
          margin-top: 5px;
          display: flex;
          justify-content:center;
          align-items:center;
          flex-direction: column;
        }

        .texteIntroBlocDeDeux
        {
          width: 540px;
          height: 430px;
          display: flex;
          margin: auto;
          display: flex;
          justify-content: center;
          align-items: center;
        }



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



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



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

            #divTitreMethodo
            {
              width: 540px;
              height: 40px;
              margin-bottom: 20px;
              display: flex;
              align-items:flex-start;
              justify-content: center;
            }

            #divImageMethodo
            {
              width: 540px;
              height: 310px;
              display: block;
            }

            #imageMethodo
            {
              max-width: 100%;
            }

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

            #divTitrePricing
            {
              width: 540px;
              height: 40px;
              margin-bottom: 20px;
              display: flex;
              align-items:center;
              justify-content: space-around;
            }

            #divTextePricing
            {
              width: 540px;
              height: 50px;
              display: flex;
              align-items:flex-start;
              justify-content: flex-start;
            }

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

            #divImagePricing
            {
              width: 540px;
              height: 310px;
            }

            #imagePricing
            {
              max-width: 100%;
            }









    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;
    }
}
