/*Le Defi
auteur: webmaster cmpp.ch
date 15.08.2024
version 1.0----------
-----------------
général
-------------------*/
  body{
 color: black; 
 background-color: #FFFFFF; 
 background-image: url(http://www.cmpp.ch/fond4.jpg);
  font-family: Arial, sans-serif;
font-size: 18px;
  padding: 20px 20px 20px 20px;
margin: 20px 40px 20px 40px;
    overflow: scroll;
text-align: justify;

  }
header h1{
padding: 15px 40px 15px 60px;
letter-spacing: 2px;
background-color: #74743A;
}
main{
padding: 10px 0;
}
 h1{
      text-align: center;
        font-size: 22px;
        font-weight: bold;
      }
h2{
 text-align: center;
        font-size: 25px;
        font-weight: bold;
margin: 0;
padding: 10px 0 10px 0;
}
header{
padding:0;
margin:10px;
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%;
}
article{
padding: 0 0 10px 0;
}
hr{
 height: 4px; 
width: 100%;
background-color: #74743A;
color:#74743A; 
border:0;
margin: 20px 0;
}
footer table{
  width:624px;
  height: 88px;
  border:0;
  text-align:center;
max-width:90%;
margin:10px;
padding:0;
  }

footer{

margin:10px;
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%;
}
article h3{
font-size:10px;
padding:0;
margin:0;
}
/*-----------------------------------------------------
 * pseudo classes
 ------------------------------------------------*/
.tabmenu{
margin: 0 40px 0 40px;
max-width:80%;
}


  .vec{
      padding:20px;
        margin-left: 60px;
        margin-right: 60px;
      }   
.T2 {
  font-size: smaller;
  vertical-align: text-top; 
}
.head{
background-color: #74743A;
color: #FFFF00;
font-size: 1.3em;
text-align: center;
font-weight: bold;
padding: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%;
}


.ctr{
text-align:center;
font-size:0.9em;
}
.pt{
padding-top:25px;
max-width:100%;
}
.l6{
font-size: 36px;
}
.flechegauche{
  width:120px;
  height:72px;
  text-align:right;
max-width:100%;
margin:0;
padding-top:20px;
}
.flechedroite{
  width:120px;
  height:72px;
  text-align:left;
max-width:100%;
margin:0;
padding-top:20px;
}
.menuderoulant{
  width:100%;
  height:72px;;
  text-align:center;
  border:0;
max-width:100%;
margin:0;
}
.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%;
}
  

 /*------------------------
navigation forms
----------------------------*/

form > div {
  margin-bottom: 0;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "▼";
  font-size: 16px;;
  top: 6px;
  right: 10px;
  position: absolute;
}


::-webkit-scrollbar {
  width: 20px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #87CEFA; 
  border-radius: 10px;
}
 

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


::-webkit-scrollbar-thumb:hover {
  background:olive; 
}
button,
label,
input,
select,
progress,
meter {
  display: block;
  font-family: inherit;

  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1px;
  height: 30px;
  
} 
select{
  font-size:14px; 
font-weight:bold; 
background-color:#74743A; 
color:#FFFF00; 
width: 100%;

}