
    /**@media screen and (max-width: 640px) {

       #imgLogo{
        position: relative;
        margin: 10px;
        bottom: 0px;
        right:0px;
      }

      }**/
      /**{margin:0;padding: 0;}*/

      body {
        text-align:center;
        background: url(../images/background-kobe.jpg);
        zoom:0.73;
        zoom: 73%;
        -moz-transform: scale(0.73);
        margin-top: -90px ;
        padding:0;
        overflow-x:hidden;

      }

      #pdf {
        width: 685px;
        height: 700px;
        margin: 2em auto;
        background-color: #000;
        padding-bottom: 0px;
      }

      #embedPDF{
        text-align: center;
        margin-top:30px;
        background-color: #000;
        margin-bottom:20px;
        padding-bottom: 40px;
      }

      #logo-kobe {
        margin-top: 100px;
        margin-bottom: 40px;
      }

      #bloc-centre{
        background-color: #000;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
        width: 685px;
        height: 625px;
        padding-top:55px;
        padding-bottom:55px;
      }

      #bloc-id{
       background-color: #121212;
       margin-left: auto;
       text-align: center;
       border-radius: 5px;
       margin-top: 55px;
       margin-right: auto;
       width: 540px;
       height: 220px;
       padding: 10px 10px 30px;

     }

     h1 {
      font-family :'Times New Roman';
      font-size: 42px;
      color:#bfa570;
      font-weight: 100;
      line-height: 0;
    }

    h3 {
      font-family :'Times New Roman';
      font-size: 23px;
      color:#bfa570;
      font-weight: 100;

    }


    h4 {
      font-family :'Times New Roman';
      font-size: 18px;
      color:#bfa570;
      font-weight: 100;
    }

    h4 a {
      font-family :'Times New Roman';
      font-size: 18px;
      color:#bfa570;
      font-weight: bold;
      text-decoration: none;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
    }

    h4 a:hover {
      font-family :'Times New Roman';
      font-size: 18px;
      color:#bfa570;
      font-weight: bold;
      text-decoration: none;
      opacity: 0.8;
    }



    #frmNumero{
      margin-top: 15px;
    }

    #radio{
      margin-bottom: 15px;
    }

    label{
      cursor:pointer;
    }

    input[type=radio] {
      cursor: pointer;
    }

    input[type=radio].css-checkbox {
      position:absolute;
      z-index:-1000;
      left:-1000px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height:1px;
      width:1px;
      margin:-1px;
      padding:0;
      border:0;
    }

    input[type=radio].css-checkbox + label.css-label {
      padding-left:23px;
      height:18px !important;
      display:inline-block;
      line-height:18px !important;
      background-repeat:no-repeat;
      background-position: 0 0;
      font-size:16px;
      vertical-align:middle;
      cursor:pointer;
      margin: 0px !important;
    }

    input[type=radio].css-checkbox:checked + label.css-label {
      background-position: 0 -18px;
    }

    label.css-label {
      background-image:url("../images/csscheckbox.png");
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding-right: 10px !important;
    }


    #numero{
      border: 2px solid #BFA570;
      border-radius: 5px;
      background-color: #000;
      height: 60px;
      width: 65%;
      color:#fff;
      font-size: 25px;
      padding-left: 15px;
      padding-right: 15px;

      letter-spacing: 15px;

    }

    #numero::-ms-clear {
      display: none;
    }

    #numero::selection {
      background:#000;
      color:#FFF;
    }
    #numero::-moz-selection {
      background:#000;
      color:#FFF;
    }
    #numero::-webkit-selection {
      /*background:#f094b7;*/
      background:#000;
      color:#FFF;
    }


    #btnOK {
      font-family: "Times New Roman";
      font-size: 30px;
      color: #3E331C;
      padding: 10px 20px;
      background-color: #96793B;
      background: -webkit-linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -moz-linear-gradient( #EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -ms-linear-gradient( #EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -o-linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;


      border-radius: 4px;
      border: 0px solid #3E331C;
      box-shadow: 0px 1px 3px rgba(128, 89, 10, 0.5), 0px 0px 10px rgba(79, 55, 7, 0.7) inset;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.3);
      height: 65px;
      cursor: pointer;
    }

    #btnOK:hover{
      font-family: "Times New Roman";
      font-size: 30px;
      color: rgba(39, 32, 18, 1);
      padding: 10px 20px;
      background: -webkit-linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -moz-linear-gradient( #EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -ms-linear-gradient( #EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -o-linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;


      border-radius: 4px;
      border: 0px solid #3E331C;
      box-shadow: 0px 1px 3px rgba(128, 89, 10, 0.5), 0px 0px 10px rgba(79, 55, 7, 0.7) inset;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
      height: 65px;
      cursor: pointer;
    }


    #embedPDF a{
      font-family: "Times New Roman";
      font-size: 25px;
      color: #3E331C;
      padding: 10px 20px;
      background: -webkit-linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -moz-linear-gradient( #EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -ms-linear-gradient( #EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -o-linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;


      border-radius: 4px;
      border: 0px solid #3E331C;
      box-shadow: 0px 1px 3px rgba(128, 89, 10, 0.5), 0px 0px 10px rgba(79, 55, 7, 0.7) inset;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.3);
      height: 65px;
      cursor: pointer;
    }

    #embedPDF a:hover{
      font-family: "Times New Roman";
      font-size: 25px;
      color: rgba(39, 32, 18, 1);
      padding: 10px 20px;
      background: -webkit-linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -moz-linear-gradient( #EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -ms-linear-gradient( #EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: -o-linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;
      background: linear-gradient(#EBD49E 0%, #8C6D2E 75%, #BFAC7F) repeat scroll 0% 0% transparent ;


      border-radius: 4px;
      border: 0px solid #3E331C;
      box-shadow: 0px 1px 3px rgba(128, 89, 10, 0.5), 0px 0px 10px rgba(79, 55, 7, 0.7) inset;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
      height: 65px;
      cursor: pointer;
    }


    #embedPDF {
      color: #BFA570;
      font-size:18px;
    }

    #imgLogo{
      position: relative;
      padding-top: 40px;
      padding-bottom: 20px;
      display: block;
    }


    #titleID{
      vertical-align: super;
      font-size: 25px;
      font-weight: bold;
      /* color: #121212; */
      border: 1px solid #BFA570;
      /* background-color: #BFA570; */
      border-radius: 13px;
      padding: 0px 12px;
      cursor: pointer;
    }


  /* custom radio button ;) */

    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
    }
    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label
    {
      position: relative;
      padding: 0px 6px 0px 23px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;

    }
    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #ddd;
      border-radius: 100%;
      /* background: #fff; */
    }
    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 12px;
      height: 12px;
      /*background: #F87DA9;*/
      background: #bfa570;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
