html {
  background-color: #303030;
}
@font-face {
  font-family: Comfortaa;
  src: url(Comfortaa-Regular.ttf);
}
body {
  margin: 0;
  overflow-x: hidden;
  height: 100vh;
  width: 100vw;
}
#container {
  width: 100%;
  margin: auto;
  padding-bottom: 15px;
}
#banner {
  width: 100%;
  background-color: #202020;
}
#header {
  background-image: url(../img/banner_d_extra_large.svg);
  background-repeat: no-repeat;
  width: 2700px;
  height: 131px;
  overflow: hidden;
  margin-left: calc(50vw - 1350px);
}
@media only screen and (min-width: 801px) {
  #titlepng {
    background-image: url(../img/banner_OK_transp2.png);
    background-repeat: no-repeat;
    width: 719px;
    height: 131px;
    z-index: 20;
    margin-top: -131px;
    margin-left: calc(50vw - 293px);
  }
  menu {
    background-color: #000;
    color: #fff;
    font-family: Lato, sans-serif;
    display: block;
    width: calc(100% + 40px);
    height: 30px;
    text-align: center;
    margin-left: -80px;
    box-shadow: 0 7px 5px #202020;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    menu {
      margin-top: -17px;
    }
  }
  @-moz-document url-prefix() {
    menu {
      margin-top: -1px;
    }
  }
  menu li {
    float: left;
    padding-top: 5px;
    width: 16%;
    height: 30px;
    text-align: center;
  }
  .drawer-list ul li {
    display: unset;
  }
  menu li.separator {
    width: 0.8%;
  }
  menu ul {
    margin-left: 13%;
    margin-right: 13%;
  }
  menu li a:visited {
    color: #fff;
    display: block;
  }
  menu li.currentLink a {
    color: orange;
    display: block;
  }
  menu li a {
    display: block;
    width: 100%;
    color: #fff;
  }
  menu #trigger {
    display: none;
  }
  menu close {
    display: none;
  }
  menu open {
    display: none;
  }
  menu .drawer-list {
    background-color: #000;
  }
  menu a:link {
    text-decoration: none;
  }
}
#bloktxt {
  padding-top: 10px;
  position: relative;
  z-index: 13;
  width: 97%;
  color: #a2a2a2;
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  text-align: justify;
  overflow: auto;
}
#bloktxt a {
  color: #c2b6b6;
  font-family: Comfortaa, sans-serif;
  text-decoration: none;
}
#bloktxt li {
  margin-bottom: 14px;
}
#Emails,
#Frames,
#Thumbs,
#Websites,
#aliases {
  color: #c2b6b6;
  font-family: Comfortaa, sans-serif;
  font-size: 1.2em;
}
#bloktxt a:hover {
  color: orange;
  text-decoration: none;
}
.NB {
  color: #fff;
  font-size: 1.2em;
}
#content {
  width: 42.8%;
  margin: auto;
  /*border-bottom: 0.1em dashed #fff;
  border-right: 0.1em dashed #fff;*/
  border-bottom: 1px dashed #fff;
  border-right: 1px dashed #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
#content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 50%;
  /* border-top: #fff dashed 0.1em; */
  border-top: #fff dashed 1px;
  border-top-right-radius: 20px;
}
#semaine {
  font-family: Lato, sans-serif;
  color: #e2e2e2 !important;
  text-align: center;
  line-height: 5px;
  margin-right: -45%;
  z-index: 15;
}
#TopicLineFlex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#titleTopics {
  color: #fc7b02;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  float: left;
  width: 75px;
  height: 100%;
}
#DeuP {
  font-size: 5.5em;
  color: orange;
  margin: auto;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  width: 30px;
  height: 100%;
}
.topic {
  font-family: Lato, sans-serif;
  font-size: 5em;
  color: #858585;
  font-weight: 400;
  margin-left: 3%;
  width: 50%;
  text-shadow: 2px 2px #303030;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-break: unset;
  word-wrap: unset;
  overflow-wrap: unset;
  white-space: -moz-nowrap;
  white-space: -o-nowrap;
  white-space: nowrap;
}
#whatsleft {
  height: 5.1em;
  width: 100%;
  margin: auto;
  margin-right: 10px;
  float: right;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #5c5c5c);
  border-top-right-radius: 15px;
}
.phrase {
  color: #acacac;
  font-family: Comfortaa, sans-serif;
  font-size: 2em;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}
.errMsg {
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  color: #a2a2a2;
  width: 40vw;
  text-align: center;
  min-height: 25px;
  padding: 10px 0 10px 0;
}
#nobody {
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  color: #a2a2a2;
  width: 45vw;
  text-align: center;
  line-height: 3em;
  min-height: 40px;
  padding: 10px 0 10px 0;
  margin: 0 auto 0 auto;
}
#url::placeholder {
  font-size: 1.1em;
  font-weight: 700;
}
#content form {
  text-align: center;
}
#content form p {
  text-align: justify;
  width: 80%;
  margin: 10px auto 0 auto;
}
#sectionTitle {
  text-align: left;
}
#participate,
#validationCodeEmail {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #a2a2a2;
  position: relative;
  z-index: 14;
}
#participate input[type="text"] {
  background-color: #a2a2a2;
  height: 31px;
  border-radius: 4px;
  border: 0;
  padding-left: 5px;
}
#participate #url {
  width: 250px;
  margin-top: 15px;
}
#participate textarea {
  border: 0;
  width: 90%;
  min-height: 80px;
  margin: auto;
  border-radius: 4px;
  padding-left: 5px;
  padding-top: 4px;
  background-color: #a2a2a2;
}
#TopicChoice,
#illosMedium,
#illosStyle {
  background-color: #a2a2a2;
  height: 31px;
  border: 0;
  border-radius: 4px;
}
#thumbnail input[type="file"] {
  background-color: #a2a2a2;
}
#participate input[type="text"]:focus,
#participate textarea:focus,
#validationCodeEmail input[type="text"]:focus {
  box-shadow: inset 0 0 0 2px orange;
}
#participate label,
#validationCodeEmail label {
  font-size: 13px;
}
#participate p,
#validationCodeEmail p {
  font-size: 1em;
  text-align: justify;
}
#homeParticipantList {
  width: 72%;
  margin: auto;
  position: relative;
  min-height: 100px;
  border-left: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#homeParticipantList:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20%;
  height: 100%;
  /* border-top: #fff dashed 0.1em; */
  border-top: #fff dashed 1px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#blockResize:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-bottom: 12px;
}
.homeVIGN {
  position: relative;
  float: left;
  margin: 14px 2px 0 12px;
  border-radius: 10px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  z-index: 10;
}
.dot {
  width: 15px;
  height: 15px;
  margin-left: calc(28.6% - 20px);
  margin-top: -8px;
  background-image: url(../img/dot.svg);
}
#viewer {
  height: calc(100vh - 200px);
  width: 100%;
}
#address,
#country,
#profession {
  display: none;
}
.pave {
  line-height: 1.3em;
}
#contact a {
  font-family: Lato, sans-serif;
  text-decoration: none !important;
  display: block;
  width: 60px;
  text-align: center;
  height: 18px;
  margin: auto;
  color: #fff;
}
.footer {
  font-family: Lato, sans-serif;
  text-align: center;
  margin: 0 auto 0 auto;
  height: 20px;
  min-width: 250px;
  color: #858585;
}
.footer a {
  text-decoration: none !important;
  color: #2b90d9 !important;
}
.footer a:hover {
  color: orange !important;
}
#colors img {
  width: 100%;
  height: 15px;
}

#index #container {
  text-align: center;
}

#index #content {
  display: inline-block;
  min-width: fit-content;
  border-bottom: 1px dashed #fff;
  border-right: 1px dashed #fff;
  margin-left: min(21px, 10%);
  margin-right: min(21px, 10%);
}

@media only screen and (min-width: 1200px) {
  #index #content {
    margin-right: 15.5%;
    margin-left: 15.5%;
  }
}

@media only screen and (min-width: 801px) {
  #index #content .topic {
    margin-right: 55px;
  }
}

#index .phrase {
  padding-right: 15px;
}

#index #colors {
  padding-right: 10px;
}

#bulb {
  width: 98px;
  height: 150px;
  float: right;
  margin-left: 16px;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
}

#track6 {
  width: 74px;
  height: 100px;
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  text-align: center;
  background-image: url(../img/web_money.png);
}

#e_mail {
  color: yellow;
  text-align: center !important;
  font-size: 13px !important;
}
.submarine {
  color: yellow;
}

.robbyrepulsive {
  color: yellow;
  font-size: 1em;
}

/* help section icons */

#ico_spam {
  background-image: url(../img/damn_spam.png);
  width: 200px;
  height: 200px; /*border: dashed grey 1px;*/
  float: right;
  margin-left: 16px;
  margin-bottom: 7px;
}

#ico_mailcode {
  width: 199px;
  height: 200px; /*border: dashed grey 1px;*/
  float: left;
  margin-right: 16px;
  margin-bottom: 7px;
  background-image: url(../img/email_code.png);
}

#syd {
  width: 192px;
  height: 200px; /*border: dashed grey 1px;*/
  float: right;
  margin-left: 16px;
  margin-bottom: 7px;
  background-image: url(../img/syd_mail.png);
}

#ico_frame {
  width: 191px;
  height: 200px;
  float: left;
  margin-right: 16px;
  margin-bottom: 7px;
  background-image: url(../img/frame.png);
}

#ico_size {
  width: 70px;
  height: 70px;
  border: solid grey 1px;
  float: right;
  margin-left: 16px;
  margin-bottom: 7px;
  text-align: center;
  background-image: url(../img/70x70ex.jpg);
}

#free {
  width: 202px;
  height: 300px;
  float: right;
  margin-left: 16px;
  margin-bottom: 7px;
  background-image: url(../img/no_SN_g.png);
}
