@media screen and (min-width: 1025px) {

.big-container{
    display:grid;
    grid-template-columns: repeat(12,1fr); /* 3 colsame thing auto auto auto;*/
    row-gap:0.20rem;
    column-gap:0;
}
#header1{
 background-color:#8ebf42; 
 grid-row: 1/span 1;
 grid-column:1/4;   
}
#imTitle{
    padding-left: 20px;
    padding-top: 20px;
    width:40%;
}
#defTitel{
 grid-row: 1/span 1;
 grid-column:4/10;     
 background-color:#8ebf42; 
 color:white;
 padding-top: 30px;
 text-align: center;
 font-style: italic;
}
#defPara{
    font-size: 30px;  
}


.header2{
  grid-row: 1/ span 1;
  grid-column:10/13;
  text-align: right;
  background-color:#8ebf42;  
  padding-top:10px;
}
#headerBotton{
     display:none;
  background-color:black;   
  border: none;
  color: white;
  width: 150px;
  border-color: white;
 border: 1px solid #dadada;
padding: 10px;
margin-top: 30px;
margin-right: 20px;
}
#contactStripe{
    grid-row: 2/span 1;
    grid-column:1/13;
    background-color:black;
    color:white;
    text-align:center;
     height:60px;;
}

#navPara{
  grid-row: 3/span 1;
  grid-column:1/3;
  text-align: left;
  color: white;  
  font-size: 1.5em;
  background-color:#3E3B39;  
  height:11vh;
  font-weight: bold;   
  padding-left: 10px;
 
}
#navUl{
 grid-row: 3/span 1;
 grid-column:3/13;
 background-color:#3E3B39;  
 height:11vh;
 font-weight: bold;   
}
#navUl>ul{
    overflow:hidden;
   margin-left: 600px;
  margin-bottom: 10px;
   /* text-align: center;
    list-style: inside;*/
    transition: max-height 0.1s;
}
#navUl>ul>li{
    display:inline-block; /*make it horizontal*/
    padding:20px;
   
}
a{
    color: white;
    text-decoration: none;/*n0 underline*/
    font-size: 20px;
     
}
nav>ul>li:hover{
    background-color:#dadada;
}
nav{
     background-color:#f0b71a;
    grid-column:1/13;;
  grid-row: 5;
    text-align: left;
    align-self: stretch;
    height:11vh;
    font-weight: bold;   
}
ul{
    overflow:hidden;
    color: white;
    padding:0;
    margin:0;
    transition: max-height 0.1s;
}
li{
    display:inline-block; /*make it horizontal*/
    padding:20px;
}
a{
    color: white;
    text-decoration: none;/*n0 underline*/
    font-size: 20px;
     
}
li:hover{
    background-color:#dadada;
}
#anglais{
    color:#044BF9;
}
.leftpanel1{ 
  grid-column:1/4;  
  grid-row: 6;
  border-radius: 25px;
  width: 100%;
  background-color:#7291c2;
  margin-top: 10px;
 
}
#span1{
    color:black;
    font-size: 0.5em;
    font-style: italic;
}
#span2{
    color:white;
    font-size: 1em;
    font-style: italic;
}

#fileTable{
  padding: 1rem;
  text-align: center;
  width:100%;
}
#fileTable td{
  border: 1px solid #999;
  padding-left: 0.5rem;
 
}
#fileTable th{
  border: 1px solid #999;
  padding-left: 0.5rem;
}
#fileTable>tr> td{
  border: 1px solid #999;
  padding-left: 0.5rem;
  font-family: Verdana, sans-serif;
 
}
#actual-btn{
  display:none;
 
   
}
#lableFile{
    background-color: #E8E8E8;
    font-family: Verdana, sans-serif;
    font-size:13px;
}

#messLabel2{
  display:none;
background-color: yellow;  
}
#submitBtn{
    width: 100%;
    border:0;
    font-family: Verdana, sans-serif;
    font-family: Verdana, sans-serif;
}
#submitBtn1{
   width: 100%;
    border:0;
    font-family: Verdana, sans-serif;
    font-family: Verdana, sans-serif;
}
#maansoId{
 width: 100%;
 border:0;
 text-align: center;
}
label{
     background:white;
    
     width: 100%;    
}

.leftpanel1 select{
    width:100%; 
     
}
.select-selected {
  background-color: DodgerBlue;
}
#maansoID{
    width: 100%;  
  font-family: Verdana, sans-serif;  
}
label{
   width: 100%;   
   
}
.leftpanel2{
    grid-column:1/4;  
    grid-row:7/8;   
    width: 100%;
    margin-top: 10px;
    
}
#toLetter{
   grid-column:1/5;  
   grid-row:6/7;   
   width: 100%;
}
.midpanel{
    grid-column:4/10; 
    grid-row: 6 / span 3;
    margin-top: 10px;
}
#searchDiv{
    grid-column:10/13; 
    grid-row: 6/7;
    border-radius: 25px;
    width: 100%;
    background-color:#7291c2;
    margin-top: 10px;
    
}
#tixDiv{
    grid-column:10/13; 
    grid-row: 7/8;
    border-radius: 25px;
    width: 80%; 
   position: relative;
   background: white;
   border-radius: .4em; 
   border: 2px;
   border: 2px solid black;
   padding: 2px;
   margin-top: 10px;
   margin-left: 40px;
   
}
#tixDiv:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color:red;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}
#tixPar{
 padding-left:50px;
}
#credits{
  grid-row:11/12; ;  
  grid-column:5/9;  
  padding-top: 30px;
  
  }
#imLogo{
 grid-row:11/12;  
 grid-column:1/4;
}
footer{
   grid-row:12/13;  
   grid-column:1/13; 
   background-color: black;
   color:white;
   text-align:center;
}
#myInput{
    width:100%;
    border-radius: 5px;
}
#myInput1{
    width:100%;
    border-radius: 5px;
}
#myInput2{
    width:100%;
    border-radius: 5px;
}
#com{
    
    color:white;
}
#captionTB1{
   border: 1px solid black;
   font-size: 2em;
   font-weight: bold;
   background-color:#DCDCDC;
   text-align: center;
}
#captionTB2{
   color:red;
   font-size: 1em;
   font-weight: bold;
   text-align: center;
    background-color:#000080;
    color:white;
   
}
#tableForm{
  width: 100% ; 
}
#tableResult{
  border-width: 35px;
  border-color: #8ebf42;
  width: 100% ; 
  font-size: 1em;
}
#tableResult th{
    border: 1px solid #999;
  padding: 0.5rem;
 background:#edf2ff; 
}
#tableResult td{
    border: 1px solid #999;
    padding: 0.5rem;
    
 
}
#tbSummary{
   background-color:#000080;
   color:white;
   border: 1px solid;
   width: 100% ; 
   text-align: left;  
   font-family: Book Antiqua;
   
 
}
#tbSummary th{
     border: 1px solid #999;
}
#tbSummary td{
   border: 2px solid #999; 
    
}
#tableHeader2{
    color:#000000; 
    border: 1px solid;
    width: 80% ;
    text-align: left;
}
#tableHeader{
    color:#000000; 
    font-size: 1.2em;
    text-align: left;
}
#tableSearch{
    background-color:#000080;
    text-align: center;
    margin-left: 40px;
    margin-top: 10px;
     width: 80% ;
   
   
}

#tableSearch{
    text-align: left; 
}
#tableSearch>th>td{
  /*border-collapse: collapse;*/
  background-color:#000080;
  
}
#rowStyles{
    color:#000000; 
    font-size: 1em;
}
}  
Success!
.style13 {font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: white }
.style14 {font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: red }
.style15 { font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: blue }
.style17 {font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: green }
.style16 { font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color:#e642f5}
