

button {
  display: inline-block;
  font-family: Arial, sans-serif;
  background-color: #ff9800;
  border-radius: 10px;
  border: 4px solid #cccccc;
  color: black;
  text-align: center;
  font-size: 20px;
 
  width: 150px;
  height: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}




 


canvas{
    border: 1px solid black;
}


body{
  width: 800;
  height: 1000px;

    font-family: 'source code pro',Calibri,serif;
    margin: 0px;
    padding :0px;

}


.heading{
  font-size: 20px;
  text-align: right;
  margin-right: 20px;
  color: #ff9800;
  margin-top: 20px;

 
 
}



section.saisie_password{

  margin-top: 80px;
    background-color: white;    
   display: flex;
   flex-direction: column;
   align-items: center;

      /* height: 200px; */
 
  /* justify-content: center; */
 

}



    table{
border-collapse: collapse;
width: 90%;
margin: 0 auto; 
color: #333;
font-family: Arial, sans-serif;
font-size: 14px;
text-align: center;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);


margin-top: 140px;
margin-bottom: 50px;
} 

 table th {
background-color: #ff9800;
color: #fff;
font-weight: bold;
padding: 10px;
text-transform: uppercase;
letter-spacing: 1px;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
text-align: center;
} 

 table tr:nth-child(even) td {
background-color: #f2f2f2;
}

table tr:hover td {
background-color: #ffedcc;
} 

 table td {
background-color: #fff;
padding: 10px;
border-bottom: 1px solid #ccc;
font-weight: bold;
} 

embed {
    content: "Document PDF";
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
    margin-left : 10px;
    margin-right : 10px;
    object-position: center;
    object-fit: contain;
    width: 100%;
    height: 1000px;
    border: 2px solid black  ;
    border-radius: 10px;
}


.CheckBox {

   display: inline-block;
  font-family: Arial, sans-serif;
  background-color: white ;
  border-radius: 5px;
  border: 4px solid black;


  text-align: left;
  font-size: 100px;
 
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin-left: 50px;


} 

.CheckLabel{

  font-family: Arial, sans-serif;

 
  color: black;


  font-size: 30px;
 
  width: 100%;
  height: 30px;
  
}





   object {
    content: "Document PDF";
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
    margin-left : 10px;
    margin-right : 10px;
    object-position: center;
    object-fit: contain;
    width: 100%;
    height: 1000px;
    border: 2px solid black  ;
    border-radius: 10px;
}

    
   

    h1 {
        margin-left: 20px;
        font-size: 24px;
    }
  

   

   






       /* canvas {
        position: absolute;
        width:200px;
        height: 100px;
        left: 0;
        top: 0;
      } */

      .entete{
        position: relative;
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffa200;

      }


      .frameBanner    {
        position: absolute;z-index:1;
        width: 100%;
        min-width:680;
        height: 140px;
        padding: 0;

        top: 0;
        left: 0;
        background-color:#354051;
        border-radius: 0px;
          
       

     
      }
      .frameBanner_phone    {
        position: absolute;z-index:1;
        width: 100%;
        min: width 400px;;
        height: 70px;
        padding: 0;

        top: 0;
        left: 0;
        background-color:#354051;
        border-radius: 0px;
          
       

     
      }
      .frameText {
font-family: Arial, sans-serif;
         font-size: 40px;

         text-align: center;

  color: white;
  margin-top: 40px;
  margin-left: 80px;
    width: 100%;



      }

      .frameText_phone {
font-family: Arial, sans-serif;
         font-size: 20px;
         text-align: center;

  color: white;
  margin-top: 10px;
  margin-left: 20px;
    width: 100%;  
        

 }





      .frameTitle {
font-family: Arial, sans-serif;
         font-size: 20px;
 margin-left: 80px;
         text-align: center;

  color: #d26821;
 
    width: 100%;



      }
      .frameTitle_phone {
font-family: Arial, sans-serif;
         font-size: 16px;
 margin-left: 20px;
         text-align: center;
         color: #d26821;
 
    width: 100%;



      }

img {
        position: absolute; 
        width: 300;
        height: auto;

        margin-top: 0px;



        /* top: 0;
        left: 0;
        background-image: url('images/entete.png');
        background-size: cover;
        background-position: center;
        opacity: 0.5; */
      }

      

      
  @media  screen and (max-width: 600px) {
    
   
    table {
        width: 100%;
        font-size: 12px;
    }
  }

   iframe { 
    display: block; 
    margin: 0 auto; 
     border-radius: 10px; 
     border: 2px solid black;
     text-align: center;"
      height: 300px;
      width: 98%;



  } 

  pre {
  height: 80px;
  width: 400px;
  margin: 20px;
  padding: 20px;
  display: inline-block;
  background-color: #ffa200;
  border-width: 4px;
  box-sizing: border-box;
}

/* Voici des classes pour les exemples */
.b1 {
  border-style: none;
}

.b2 {
  border-style: hidden;
}

.b3 {
  border-style: dotted;
}

.b4 {
  border-style: dashed;
}

.b5 {
  border-style: solid;
}

.b6 {
  border-style: double;
}

.b7 {
  border-style: groove;
}

.b8 {
  border-style: ridge;
}

.b9 {
  border-style: inset;
}

.b10 {
  border-style: outset;
}