/* Conseil de Dieu
auteur : webmaster cmpp.ch
date: 04.11.2024
version 1.1

general
---------------------------------*/

body{
 color: black; 
 background-color: #FFFFFF; 
 background-image: url(http://www.cmpp.ch/fond4.jpg);
  font-family:  Arial, sans-serif;
font-size: 18px;
  padding: 10px 30px 20px 30px;
margin: 20px 30px 30px 20px;
 overflow: scroll;
text-align: justify;
display: block inline;
  }
header{
padding: 0 40px 0 60px;
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%;
}
header h1{
margin: 10px 0 10px 0;
background-color:#0033CC;
}
main{
text-align: justify;
padding: 20px;
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{
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%;
}
h1{
      text-align: center;
        font-size: 30px;
        font-weight: bold;
      }
h2{
 text-align: center;
        font-size: 25px;
        font-weight: bold;
margin: 20px 0 20px 0;
}

 p{
text-align: justify;
} 
hr{
 height: 4px; 
width: 100%;
background-color: #0033CC;
color:#0033CC; 
border:0;
} 
article{
padding: 0 0 20px 0;
}

table{
max-width: 100%;
}
footer table{
height: 72px;
width: 787px;
border:0;
text-align:center;
}
/*--------------------------------------------------
pseudo classes
-----------------------------------------------*/
.T2 {
  font-size: smaller;
  vertical-align: text-top; 
}
.head{
background-color: #0033CC;
color: white;
font-size: 28px;
text-align: center;
font-weight: bold;
padding: 10px 40px 10px 60px;

}
 
.ctr1{
text-align:center;
font-size:0.9em;
}
.nar{
font-family: Arial Narrow, sans-serif;

}
.vec{
margin-left: 3em;
}
   .ctr{
      text-align: center;
      }
.pt{
padding-top: 15px;
}
.l7{
font-size:40px;
font-weight:bold;
}
.l6{
font-size:46px;
font-weight:bold;
}
.flechegauche{
height: 72px;
width:120px;
text-align:right;
border:0;
padding-top:20px;
}
.flechedroite{
height: 72px;
width:120px;
text-align:left;
border:0;
padding-top:20px;
}
.menuderoulant{
height:72px;
width:547px;
text-align:center;
border:0;
}
article h3{
font-size:10px;
padding:0;
margin:0;
}
/*---------------------------
navigation, forms
---------------------------*/

.select-wrapper {
  position: relative;
}

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

button,
label,
input,
select,
progress,
meter {
  display: block;
  font-family: inherit;

  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1px;
  height: 30px;
  
}

input[type="text"],
input[type="datetime-local"],
input[type="color"],
select {
  box-shadow: inset 1px 1px 3px #ccc;
  border-radius: 5px;
}

label {
  margin-bottom: 5px;
}

button {
  width: 100%;
  margin: 0 auto;
}
    select {
  -webkit-appearance: none;
  appearance: none;
  font-size:14px; 
font-weight:bold; 
background-color:#0033CC; 
color:#FFFFFF; 
width: 500px;
}
    
     ::-webkit-scrollbar {
  width: 20px;
}


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

::-webkit-scrollbar-thumb {
  background:  #000099; 
  border-radius: 5px;
}
input[type="text"],
input[type="datetime-local"],
input[type="color"],
select {
  box-shadow: inset 1px 1px 3px #ccc;
  border-radius: 5px;
}

label {
  margin-bottom: 5px;
}

button {
  width: 100%;
  margin: 0 auto;
}
    select {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-scrollbar-thumb:hover {
  background: #176F99; 
}
 form > div {
  margin-bottom: 0;
} 
button,
label,
input,
select,
progress,
meter {
  display: block;
  font-family: inherit;

  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1px;
  height: 30px;
  
}