@font-face {
    font-family: 'montserratregular';
    src: url('../montserrat-regular-webfont.woff2') format('woff2'),
         url('../montserrat-regular-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
{
  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: 100px;
  /*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:100px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

#spanTexteVertusPrincipes
{
  font-family: tekolight;
  font-size: 2.0em;
  width: 300px;
  /*height: 100px;*/
  text-transform: uppercase;
  text-align: center;
  /*align-self: center;*/
  padding: 5px;
  color: #FFFFFF;
}

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

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

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

.intercallaire
{
  width: 100%;
  height: 70px;
  0px;
  margin-top: 120px;
  display: block;
}

#divVideoIndex
{
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:flex-start;
}

#carteVideoIndex
{
  width: 426px;
  height: 240px;
  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);
}

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

#imageFallback
{
  max-width: 100%;
  max-height: 100%;
  /*display: none;*/
}

#texteMenu
{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@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%;

    }

    .divheaderright
    {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 30%;
      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;
      max-width: 90%;
      max-height: 90%;
    }

    #h1headerright
    {
      color: #FFFFFF;
      width: 50px;
      font-family: tekolight;
      font-size: 0.5em;
      text-align: center;
      margin: 0px;
      padding: 0px;
    }

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

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

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

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

    a{
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #261939;
    }

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

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

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

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

    .intercallaire
    {
      width: 100%;
      height: 70px;
      0px;
      margin-top: 120px;
      display: block;
    }

    #divVideoIndex
    {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items:center;
      justify-content:flex-start;
    }

    #carteVideoIndex
    {
      width: 213px;
      height: 120px;

      border-radius: 20px;
    }

    #videoLogo
    {
      display: none;
    }

    #imageFallback
    {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #texteMenu
    {
      width: 100%;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .titreMerci2
    {
      font-family: electrolizeregular;
      font-size: 0.8em;
      color: #261939;
    }

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

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@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%;

    }

    .divheaderright
    {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 40%;
      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;
      max-width: 90%;
      max-height: 90%;
    }

    #h1headerright
    {
      color: #FFFFFF;
      width: 50px;
      font-family: tekolight;
      font-size: 0.5em;
      text-align: center;
      margin: 0px;
      padding: 0px;
    }

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

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

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

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

    a{
      font-family: electrolizeregular;
      font-size: 1.0em;
      color: #261939;
    }

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

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

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

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

    .intercallaire
    {
      width: 100%;
      height: 20px;
      0px;
      margin-top: 120px;
      display: block;
    }

    #divVideoIndex
    {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    #carteVideoIndex
    {
      width: 213px;
      height: 120px;

      border-radius: 20px;
    }

    #videoLogo
    {
      display: none;
    }

    #imageFallback
    {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #texteMenu
    {
      width: 100%;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .titreMerci2
    {
      font-family: electrolizeregular;
      font-size: 1.0em;
      color: #261939;
    }

    footer
    {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      z-index: 2;
      position: static;
      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;
    }
}
