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

/* TEXTE AVANT FORMULAIRE */
.intercallaire
{
  width: 100%;
  height: 10px;
  margin-top: 120px;
  display: block;
}

.contientFormulaire
{
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content:space-around;
  flex-direction: column;
  margin-bottom: 120px;
}


#texteAvantForm
{
  width: 900px;
  height: 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#hAvantTable
{
  font-family: electrolizeregular;
  font-size: 2.0em;
  color: #261939;
  text-align: center;
}


/* CARTE FORMULAIRE */
#carteCentrale
{
  background-color: #261939;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
  width: 800px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#formulaireContact
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
}

#tableFormulaire
{
  width: 100%;
}

.rangeeTable
{
  height: 35px;
}

.tableRangeeGauche
{
  width: 200px;
}

input
{
  width: 200px;
}


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




.tableRangeeDroite
{
  width: 500px;
}

#FormulaireInfo
{
    width: 100%;
}


#colSpannee
{
  display:table-cell;
  text-align: center;
  vertical-align: middle;
}

#rangeeInfo
{
  height: 300px;
}

#textInfo
{
  resize: none;
}

#boutonEnvoyerForm
{
  width: 100px;
  height: 30px;
  display: inline-block;
  background-color: #29065C;
  color: #FFFFFF;
  font-family: electrolizeregular;
  font-size: 0.9em;
  outline: none;
  text-decoration: none;
  border: solid 1px;
  border-radius: 10px;
  transition: transform .25s ease-out;
}

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







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

    .intercallaire
    {
      width: 100%;
      height: 10px;
      margin-top: 80px;
      display: block;
    }

    .contientFormulaire
    {
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content:space-around;
      flex-direction: column;
      margin-bottom: 120px;
    }


    #texteAvantForm
    {
      width: 350px;
      height: 50px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #261939;
      border-radius: 10px;
      padding: 5px;
    }

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


    /* CARTE FORMULAIRE */
    #carteCentrale
    {
      background-color: #261939;
      padding: 5px;
      border-radius: 10px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
      width: 350px;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

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

    #tableFormulaire
    {
      width: 100%;
    }

    .rangeeTable
    {
      height: 35px;
    }

    .tableRangeeGauche
    {
      width: 100px;
    }

    input
    {
      width: 200px;
    }


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




    .tableRangeeDroite
    {
      width: 220px;
    }

    #FormulaireInfo
    {
        width: 100%;
    }


    #colSpannee
    {
      display:table-cell;
      text-align: center;
      vertical-align: middle;
    }

    #rangeeInfo
    {
      height: 300px;
    }

    #textInfo
    {
      resize: none;
    }

    #boutonEnvoyerForm
    {
      width: 100px;
      height: 30px;
      display: inline-block;
      background-color: #29065C;
      color: #FFFFFF;
      font-family: electrolizeregular;
      font-size: 0.9em;
      outline: none;
      text-decoration: none;
      border: solid 1px;
      border-radius: 10px;
      transition: transform .25s ease-out;
    }

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









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

    .intercallaire
    {
      width: 100%;
      height: 10px;
      margin-top: 80px;
      display: block;
    }

    .contientFormulaire
    {
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content:space-around;
      flex-direction: column;
      margin-bottom: 120px;
    }


    #texteAvantForm
    {
      width: 550px;
      height: 50px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #261939;
      border-radius: 10px;
      padding: 5px;
    }

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


    /* CARTE FORMULAIRE */
    #carteCentrale
    {
      background-color: #261939;
      padding: 5px;
      border-radius: 10px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
      width: 550px;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

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

    #tableFormulaire
    {
      width: 100%;
    }

    .rangeeTable
    {
      height: 35px;
    }

    .tableRangeeGauche
    {
      width: 200px;
    }

    input
    {
      width: 300px;
    }


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




    .tableRangeeDroite
    {
      width: 320px;
    }

    #FormulaireInfo
    {
        width: 100%;
    }


    #colSpannee
    {
      display:table-cell;
      text-align: center;
      vertical-align: middle;
    }

    #rangeeInfo
    {
      height: 300px;
    }

    #textInfo
    {
      resize: none;
    }

    #boutonEnvoyerForm
    {
      width: 100px;
      height: 30px;
      display: inline-block;
      background-color: #29065C;
      color: #FFFFFF;
      font-family: electrolizeregular;
      font-size: 0.9em;
      outline: none;
      text-decoration: none;
      border: solid 1px;
      border-radius: 10px;
      transition: transform .25s ease-out;
    }

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









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