  body{
        font-family: "Mono",verdana, "Times New Roman",Times, serif;
        font-size: 11px;
       }
  .page-header{
        margin-bottom:0px;
        padding-top: 0px;
              }
  section{
        margin-top: 20px;
        
         }
[class*="col"] { 
   margin-bottom: 20px;
   margin-top: 20px;
}

footer{
   margin-top:20px;
   padding-top:10px;
   border-top: 1px solid #ded;
   margin-left:0px;
   text-align: right; 
   font-size:9px
 }
 
 li a{
  color:#fff;
}
.col-sm-2,.col-md-2,{
  margin-left:70px; 
}
img {
   width: 80%;     
}
.col-md-6,.col-sm-6,.col-xs-7{
  border: 1px solid #ded;
  margin-top: 20px;
  text-align: center;
  border-radius: 8px 8px 8px 8px;
  webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,0);/*for mobile*/
  box-shadow: inset 0 3px 6px rgba(0,0,0,0);
}

@font-face {
  font-family: 'AlexBrush';
  src:url('police/police.ttf') format('truetype');        
}
@font-face {
  font-family: 'Mono';
  src:url('police/mono.ttf') format('truetype');        
}
@font-face {
  font-family: 'FFFTusj';
  src:url('police/FFF_tusj.ttf') format('truetype');        
}
h2{
  border-bottom:1px solid #ded;
  font-family: 'AlexBrush', verdana, "Times New Roman",Times, serif;
}
h1{
  text-align: center;
  font-family: 'FFFTusj','AlexBrush', verdana, "Times New Roman",Times, serif;
}
h5{
  text-align: right;
  text-shadow:rgb(3, 3, 3) 0 3px 5px;
}

.text-justify{
  width: 90%;
  margin: auto;
  font-size:16px; 
  font-family: "Mono",verdana, "Times New Roman",Times, serif;
  padding: 5px ;
  line-height: 2;
}
.col-md-5,.col-sm-5,.col-xs-6{
  width: 40%;
  margin-left:5%;
}
/*css pour petit ecran*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .col-xs-2{
  margin-left:30px; 
} 
}

iframe,form{
 margin-top :30px;
 margin-left:300px;
}
.text-center{
  margin-top :30px;
  text-align:center;
  font-size:16px; 
  font-family: "Mono",verdana, "Times New Roman",Times, serif;
}
form{
  width:500px;
}


