/*------------------------------------------------
author: webmaster@cmpp.ch
date: 20.05.2025
version: 1.3
-------------------------------------------*/
/*---------------------------
typography
--------------------------*/
body{
 color: black; 
 background-color: #FFFFFF; 
 background-image: url(http://www.cmpp.ch/fond4.jpg);
  font-family:  Arial, sans-serif;
font-size: 1.125rem;
 margin: 40px;
    padding: 0 20px;
text-align: justify;
}

      article h6{
      font-size:0.625rem;
        margin: 0;
        padding:0;
      }
    
h1, h2, h3, h5, table{
text-align: center;
}
h1, h5, table{
font-weight: bold;
}
 h1{
  font-size: 1.875rem;
      }
h2{
 font-size: 1.5rem;
padding: 0 0 10px 0;
font-style: italic;
font-weight: normal;
}
  h3 {
font-size: 1.563rem;
padding: 10px 0;
font-weight: normal;
	}
 h4{
      font-size: 1.5rem;
        font-weight:bold;
        text-align: center;
      }
h5{
font-size: 1.875rem;
}
hr{
 height: 4px; 
width: 100%;
background-color: #F04242;
color:#F04242; 
border:0;
margin: 20px 0 ;
}
.f7{
font-size:2.25rem;
font-weight:bold;
}
.f2{
font-size:0.875rem;
}
.f4{
font-size:1.875rem;
font-weight:bold;
}
.f3{
font-size:1rem;
}
/*--------------------------
classes
-------------------------*/
  table{
 table-layout: auto;
  border-color: #FEE1C7;
  background-color: #F7F1E1;
max-width: 100%;
}
article{
padding: 10px 0 10px 0;
}
header h1{
letter-spacing: 3px; 
}

header{
padding: 10px 0;
 display:flex;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:center;
         margin-left: auto;
    margin-right: auto;
      flex:  0 1 auto;
max-width:100%;

}
footer{
padding: 0 0 10px 0;
 display:flex;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:center;
         margin-left: auto;
    margin-right: auto;
      flex:  0 1 auto;
max-width:100%;

}
main{
 display:flex;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:center;
         margin-left: auto;
    margin-right: auto;
      flex:  0 1 auto;
max-width:100%;

}
footer table{
width:600px;
max-width:100%;
border-spacing:4px;
border:4px solid salmon;
}
footer .td2{
height:20px; 
width:200px;
border: 1px solid salmon;
padding:5px;
}
/*-------------------------------
pseudo class
---------------------------*/
.vec{
margin-left: 4em;
margin-right: 4em;
}

    .td2:hover { 
  background: #EDDFBA;
      }
.T2 {
  font-size: smaller;
  vertical-align: text-top; 
}  

.flex{
display:flex;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:center;
         margin-left: auto;
    margin-right: auto;
      flex:  0 1 auto;
max-width:100%;
}
.ind{
text-indent:1.25rem;
}
.nar{
font-family: Arial Narrow, sans-serif;
}
.hrart{
margin-bottom:40px;
}
/*--------------------------------
navigation
---------------------------------*/
     ::-webkit-scrollbar {
  width: 20px;
color: white;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #87CEFA; 
  border-radius: 10px;
}
 

::-webkit-scrollbar-thumb {
  background:  #D7CCB5; 
  border-radius: 5px;
}


::-webkit-scrollbar-thumb:hover {
  background: #176F99; 
}  