/*apocalypse
    Author  : webmaster cmpp.ch
    Date    : 04.11.2024
    Version : V.1.1
*/

/*---------------------------------------------------------------------*/
/* GLOBAL */
/*---------------------------------------------------------------------*/
 body{
 color: black; 
 background-color: #FFFFFF; 
 background-image: url(http://www.cmpp.ch/apocalypse/fond4.jpg);
  font-family:  Arial, sans-serif;
font-size: 18px;
  margin: 40px;
padding: 10px;
overflow: scroll;
text-align: justify;
display: block;
  }
header{
background-color: #CC3300;
color: white;
font-size: 40px;
text-align: center;
font-weight: bold;
display:flex;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:center;
         margin-left: auto;
    margin-right: auto;
      flex:  0 1 auto;
width:800px;
max-width:100%;

}
header h1{
margin: 0;
padding: 10px;
font-size: 28px;
display: block ;
text-align: center;
letter-spacing: 6px;
background-color: #CC3300;
}
main h2{
line-height: 1.7;
font-size: 25px;
}
article{
padding: 0;
}
footer{
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 table{
display:table;
box-sizing: border-box;
text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
height:72px;
width:510px;
border:0;
max-width:100%;
  border-collapse: separate;
    }
form{
max-width:50%;
}
/*-------------------
 typography
------------------ */
 h1{
      text-align: center;
        font-size: 35px;
        font-weight: bold;
      }
h2{
 text-align: center;
        font-size: 30px;
        font-weight: bold;
padding: 6px 0;

}
p{
    text-align: justify;
font-size: 18px;
}
article h3{
font-size:10px;
margin:0;
padding:0;
}
/*-----------------------------
 pseudo class et autres
----------------------------*/
hr{
 height: 4px; 
width: 100%;
background: #CC3300;

}
main{
line-height:  10px;
padding: 10px;
}

.T2 {
  font-size: smaller;
  vertical-align: text-top; 

}
.article-img{
text-align: center;
display: inline-block;
max-width:100%;
width: 100%;
}

.ctr{
text-align:center;
font-size:14px;
}
 .ctr1{
      text-align: center;
      }
.nar{
font-family: Arial Narrow sans-serif;

}
.pt{
padding-top: 20px;
}
.head{
width: 300px;
padding: 0;
text-align: center;
 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%;
width:800px;
background-color:#CC3300;
border:0;
}
.vec{
margin-left: 3em;
}

.tab1{
text-align:center;
max-width: 80%;
}
.grecque {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}
.pt{
padding-top: 15px;
}
.l6{
font-size: 38px;
font-weight: bold;
}
.flechegauche{
height:72px;
width:120px;
border:0;
text-align:right;
padding-top:20px;
max-width:100%;
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}
.flechedroite{
height:72px;
width:120px;
border:0;
text-align:left;
padding-top:20px;
max-width:100%;
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}
.menuderoulant{
height: 72px;
width:250px;
text-align:left;
max-width:100%;
padding:0;
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;

}
    .tabflex{
      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
------------*/
::-webkit-scrollbar {
  width: 20px;
}


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

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


::-webkit-scrollbar-thumb:hover {
  background: LightSalmon; 
}

select{
 font-size:14px; 
font-weight:bold; 
background-color:#CC3300; 
color:#FFFFFF; 
width: 250px;
height: 20px;
padding:0;


}
/*-----------------------------------------
menu déroulant 
--------------------------------*/
    form > div {
  margin-bottom: 0;
}



.select-wrapper {
  position: relative;
}

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

button,
label,
input,
select,
progress,
meter {
  display: block;
  font-family: inherit;
margin: 0;
  box-sizing: border-box;
  width: 250px;
  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: 0;
}

button {
  width: 250px;
  margin: 0 auto;

}
    select {
  -webkit-appearance: none;
  appearance: none;
}