#mainsize{
    position: relative;
    /*top: 3.9em;*/
    width: 100%;
    color: floralwhite;
    display: flex;
    flex-direction: raw;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 5px;
    /*margin-bottom: 10px;*/
    cursor: default;
    padding-top: 5px;
    
}

#mainsize .sommaire {
    z-index: 500;
    width: 19.4%;
    left: 0;
    min-height: 43em;
    text-align: left;
    background: #030f4e;
    padding: 5px 5px;
    /*background-color: #030f4e;*/
}
 
.collapsable-menu {
  position: fixed;
  top: 55px;
  left: 0;
  text-align: center;
  color: white;
  width: 19.4%;
  padding: 0px 0px;
  /*box-shadow: 1px 2px 3px; */
}

.collapsable-menu .menu-content ul {
  list-style-type: none;
  padding: 0;
  
}

.collapsable-menu a {
  display: block;
  padding: 5px;
  text-decoration: none;
  font-size: 20px;
}

.collapsable-menu label {
  font-family: 'Arial black', 'Times New Roman', Times, serif;
  font-size: 1.5em;
  width: 100%;
  /*font-weight: bolder;*/
  display: block;
  cursor: pointer;
  min-height: 3.58em;
  background: #030f4e;
  color: #fff;
  margin: 0 auto;
  padding: 10px 10px;
  padding-top: 1em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom:  solid 1px #fff;
  -moz-border-radius:0.1rem 0.1rem;
  -webkit-border-radius:0.1rem 0.1rem;
  border-radius:0.1rem 0.1rem;
  box-shadow: 0em 0.2em #8e8473;

}

.menu-content {
  width: 100%;
  max-height: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 0 0px;
  overflow: scroll;
}
/*
.menu-content a{
  /*background: #3c3c3c;*/
/*  background-color: goldenrod;
  color: #030f4e;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  font-weight: bold;
}
*/
.menu-content a{
  /*background: #3c3c3c;*/
  background-color: goldenrod;
  color: #030f4e;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

input {
  display: none;
}

input:checked {
  display: none;
}

/* Toggle Effect */
input:checked ~ label {
    background-image: url(close.png);
}
/*
input:checked ~ .menu-content {
  text-align: left;
    min-height: 300px;
    max-height: 500px;
    width: 100%;
    background: #22a6f2;
}
*/
/*
input:checked ~ .menu-content {
  text-align: left;
    min-height: 300px;
    max-height: 500px;
    width: 100%;
    background-color: goldenrod;
}
*/
input:checked ~ .menu-content {
  text-align: left;
    /*min-height: 50px;*/
    max-height: 500px;
    width: 100%;
    background: goldenrod;
}
#mainsize .data{
    /*background: #003668;*/
    color: black;
    width: 60.8%;
    text-align: justify;
    align-items: center;
    height: 75%;
    margin: 0 auto;
    /*margin-right: 260px;*/
    padding: 5px 5px;
    padding-bottom: 30px;
    border: rgb(141, 16, 16) 1px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*font-size:16pt;*/
}

#mainsize .data .subdata{
  font-size: 14pt;
  line-height: 1.5em;
}

#mainsize .data .subdata h1{
  display: block;
  text-align: center;
  /*color: rgb(207, 5, 5);*/
  /*font-size: 1.5em;*/
  font-weight: bolder;
  /*font-family: 'Arial black', Helvetica, sans-serif;*/
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: uppercase;
  line-height: 1.6em;
}

#mainsize .data .subdata h2{
   display: block;
   text-align: center;
   color: rgb(7, 7, 7);
   /*font-size: 1.2em;*/
   font-weight: bold;
   /*font-family: 'Arial black', Helvetica, sans-serif;*/
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   /*line-height: 4em;*/
}

#mainsize .data .subdata h3{
  display: block;
  text-align: center;
  color: rgb(7, 7, 7);
  /*font-size: 1em;*/
  font-weight: bold;
  /*font-family: 'Arial black', Helvetica, sans-serif;*/
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#mainsize .data .subdata h4{
  display: block;
  text-align: center;
  color: rgb(7, 7, 7);
  /*font-size: 1em;*/
  font-weight: bold;
  /*font-family: 'Arial black', Helvetica, sans-serif;*/
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#mainsize .data .subdata h5{
  display: block;
  text-align: center;
  color: rgb(7, 7, 7);
  /*font-size: 1em;*/
  font-weight: bold;
  /*font-family: 'Arial black', Helvetica, sans-serif;*/
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#mainsize .data .subdata td{
  border: 1pt solid black;
  padding: 0cm 3.5pt;
}

#mainsize .data .subdata .idTable td{
  border: 0pt solid black;
  padding: 0cm 3.5pt;
}

#mainsize .rightsize{
  position: relative;
    margin: 0 auto!important;
   /* z-index: 500;*/
    width: 19.4%;
    background: #030f4e;
}
#mainsize .rightsize .clock{
    position: fixed;
    top: 55px;
    width: 19.4%;
    min-height: 6em;
    background: #030f4e;
    color: #fff;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	  -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
	  transition: all .3s ease;
   /* -moz-border-radius:0.1rem 0.1rem;
    -webkit-border-radius:0.1rem 0.1rem;
    border-radius:0.1rem 0.1rem;*/
    border-bottom:  solid 1px #fff;
    box-shadow: 0em 0.2em #8e8473;
    z-index: 500;
}
/*
.rightsize .clock p{
    text-align: center;
    margin: 0 auto;
    padding-top: 0.1em;
    font-family: 'Arial black', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
}
*/
.rightsize .clock p{
    text-align: center;
    margin: 0 auto;
    padding-top: 0.1em;
    font-family: 'Arial black', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}
#player{
    position: fixed;
    top: 125px;
    background-color: goldenrod;
    width: 19.4%;
    height: 300px;
    border: solid 1px gray;
    z-index: 500;
  }
/*
  .rightsize .getpdf{
    position: fixed;
    top: 425px;
    width: 19.4%;
    height: 190px;
    background-color: goldenrod;
    color: #030f4e;
    margin: 0 auto;
    padding-top: 2em;
    font-family: Oswald, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    -moz-border-radius:0.1rem 0.1rem;
    -webkit-border-radius:0.1rem 0.1rem;
    border-radius:0.1rem 0.1rem;
    /*box-shadow: 0.2em 0.2em #8e8473;*/
/*    z-index: 500;
  }
*/
.rightsize .getpdf{
    position: fixed;
    top: 425px;
    width: 19.4%;
    height: 190px;
    background-color: goldenrod;
    color: #030f4e;
    margin: 0 auto;
    padding-top: 2em;
    font-family: Oswald, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    -moz-border-radius:0.1rem 0.1rem;
    -webkit-border-radius:0.1rem 0.1rem;
    border-radius:0.1rem 0.1rem;
    /*box-shadow: 0.2em 0.2em #8e8473;*/
    z-index: 500;
  }    
  .rightsize .getpdf img{
    width: 60px;
    height: 60px;
    z-index: 1000;
    
  }

.rightsize .getaudio{
    position: fixed;
    top: 615px;
    width: 19.4%;
    height: 190px;
    background-color: goldenrod;
    color: #030f4e;
    margin: 0 auto;
    padding-top: 2em;
    font-family: Oswald, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    -moz-border-radius:0.1rem 0.1rem;
    -webkit-border-radius:0.1rem 0.1rem;
    border-radius:0.1rem 0.1rem;
	border: solid 1px gray;
    /*box-shadow: 0.2em 0.2em #8e8473;*/
    z-index: 500;
  }    
  .rightsize .getaudio img{
    width: 60px;
    height: 60px;
    z-index: 1000;
    
  }  

  .foot{
    display: block;
    width: 100%;
    min-height: 100px;
    height: 100%;
    background: #030f4e;
    text-align: center;
    /*background-image: url("../img/size.jpg");*/
    margin: 0 auto;
  }


/* On top button style */ 

  #button {
    display: inline-block;
    background-color: #FF6550; /*#ff1100;*/
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  