
.gabarit-telechargement .telechargement .TListe .resume{
    padding-top: 15px;   
}
.gabarit-telechargement svg.svg_extension{  
    margin-right: 10px;
    float: left;
}
.gabarit-telechargement .fileinfo,   
.gabarit-telechargement-tuiles .fileinfo{    
    display: flex; 
    font-size: 12px;   
}
.gabarit-telechargement-tuiles .fileinfo{  
    padding-left: 45px;
}
.gabarit-telechargement .fileinfo > span,    
.gabarit-telechargement-tuiles .fileinfo > span{    
    display: flex;
    margin-right: 5px;
}
.gabarit-telechargement .fileinfo > span:after,    
.gabarit-telechargement-tuiles .fileinfo > span:after{    
   content: ' - ';
   margin-left: 5px;
}
.gabarit-telechargement .fileinfo > span:last-child:after,  
.gabarit-telechargement-tuiles .fileinfo > span:last-child:after{    
   display: none;
 }

.gabarit-telechargement .telechargement .TListe .titre a,
.gabarit-telechargement-tuiles .telechargement .TListe .titre a{
    color: #333;   
    text-decoration: underline;
}
.gabarit-telechargement .telechargement .TListe .titre a:hover,  
.gabarit-telechargement-tuiles .telechargement .TListe .titre a:hover{    
    text-decoration: none;
}

.gabarit-telechargement .telechargement .TListe .titre,   
.gabarit-telechargement-tuiles .telechargement .TListe .titre{    
    display: flex;  
    margin-top: 0;
    font-size: 1.8rem;
    
} 
.gabarit-telechargement-tuiles .telechargement .TListe .novign .titre{  
   padding-left: 15px;
   text-align: left;
   margin-top: 0;
   margin-bottom: 0!important;
   font-size: 1.8rem;
} 
.gabarit-telechargement-tuiles .telechargement .TListe .novign .wrapper_titre{  
    display: flex;
    align-items: center;
} 

.gabarit-telechargement-tuiles .telechargement .TListe .novign .wrapper_titre > svg{  
    flex-shrink: 0;
} 
.gabarit-telechargement span.icon{
    display: inline-block;
    padding: 5px;
}
.gabarit-telechargement .wrapp_icon,
.gabarit-telechargement-tuiles .wrapp_icon{
   display: flex;
   flex-wrap: wrap;  
   align-items: center;
}
.gabarit-telechargement .wrapp_icon > span,
.gabarit-telechargement-tuiles .wrapp_icon > span{
  padding-right: 5px;
}
.gabarit-telechargement .wrapp_icon > span > a,
.gabarit-telechargement-tuiles .wrapp_icon > span > a{
 text-decoration: none;
}

.gabarit-telechargement .paginationcontainer,
.gabarit-telechargement .paginationbas{
    text-align: center;
}
.gabarit-telechargement #pagination_bas .paginationNbResultats {
    display: none;
}

.gabarit-telechargement .pagination .paginationNbResultats, 
.paginationbas .paginationNbResultats,
.paginationNbResultats{
     color: #000000 !important;    
    font-style: italic;
    font-size: 12px;
}

.gabarit-telechargement .lienpagination a:hover {
    text-decoration: none !important;
}
.gabarit-telechargement .lienpagination a {
    color: #000000 !important;
    font-size: 12px;
    text-decoration: none !important;
}
.gabarit-telechargement .idxpagecourante {
    background-color: #a3a3a3;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 12px;
    padding: 2px;
}
.gabarit-telechargement-tuiles .bloc_telechargement {
    margin-bottom: 30px;
    background-color: #f2f2f247;
}
.gabarit-telechargement-tuiles .bloc_telechargement .titre{
    justify-content: center;    
}
.gabarit-telechargement-tuiles .bloc_telechargement a.link_vign{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.gabarit-telechargement-tuiles .bloc_telechargement a.link_vign img{
    max-height: 260px;
}

.gabarit-telechargement-tuiles .bloc_telechargement .btn-url2,
.gabarit-telechargement .TContenu .btn-url2	{		
    color: #494949!important;
    margin-bottom: 15px;			
    font-size: 1.4rem;   
    background: #f2f2f2;		
}

.gabarit-telechargement-tuiles .bloc_telechargement .btn-url2:before,
.gabarit-telechargement .TContenu .btn-url2:before{
    font-family: 'simple-line-icons';    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e087";  
}	

.gabarit-telechargement-tuiles .bloc_telechargement .btn-url,
.gabarit-telechargement .TContenu .btn-url{		
    color: #494949!important;
    margin-bottom: 15px;			
    font-size: 1.4rem;   		
    background: #f2f2f2;
}

.gabarit-telechargement-tuiles .bloc_telechargement .btn-url:before,
.gabarit-telechargement .TContenu .btn-url:before{
    font-family: 'simple-line-icons';   
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e083";
}	

a.voircacher{
    float:left;
}
a.voircacher:hover .voircacherimg{
    transform: rotate(0deg);
}
.voircacherimg{
    float: right;
    margin-left: 4px;
    margin-top: 6px;
    transform: rotate(-90deg);
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 15px;
}
.voircacherimgouvert{
    float: right;
    margin-left: 4px;
    margin-top: 6px;
    transform: rotate(0deg);
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 15px;
}
a.voircacher:hover .voircacherimgouvert{
    transform: rotate(90deg);
}
.encart_haut_contenu,.encart_pied_contenu{
    display:none;
}
#containerfiltre input[type="button"] {
    margin-top: 10px;
}
#containerfiltre {
    padding: 10px;
}
.divlistecritere{
    display: flex;
}
#containerselectlistecrit1 {    
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 0 10px;
}
#containerselectlistecrit2 {
    float: left;
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 0 10px;
}
#containerselectlistecrit3 {
    float: left;
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 0 10px;
}
#containerselectlistecrit4 {
    float: left;
}
#listecritere, .listecritere {
    position: relative;
    margin-bottom: 50px !important;
    background: #f2f2f2;
    padding: 10px;
}
#listecritere label, .listecritere label{
    color: #000;
}
.btn-submit {
    float: right;
    top: 30px;
    margin-top: 20px;
}
@media only screen and (max-width : 768px) {
    .divlistecritere{
        padding: 0;
    }
    #containerfiltre{
        padding: 0;
    }
}