/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.uk-panel-box-secondary .uk-button:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger) {
    border-color: #D26A31;
    box-shadow: 0 0 0 0 #D26A31 inset;
}
.uk-button:not(:disabled) {
    cursor: pointer;
}
.uk-button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 4px solid #D26A31;
    border-radius: 500px;
    box-shadow: 0 0 0 0 #C85F45 inset;
    box-sizing: border-box;
    color: #4b4b4b;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 1rem;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    overflow: visible;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}

.pt-orange  {
	color: #C85F45;
}
.pt-right {
	text-align: end;
}

 a.pt-adresse:link {
  
  }
 a.pt-adresse:visited {
  
  }
 a.pt-adresse:hover {
  color:#C85F45;
  font-weight:normal;
  }
  

.uk-panel-title {
   background: none repeat scroll 0% 0% transparent; 
   position: relative;
   top: 0; 
   border-width: 6px 6px medium; 
   border-style: solid solid none; 
   border-color:  rgb(217, 217, 217) rgb(217, 217, 217);
   -moz-use-text-color; 
   -moz-border-top-colors: none; 
   -moz-border-right-colors: none; 
   -moz-border-bottom-colors: none; 
   -moz-border-left-colors: none; 
   border-image: none;    
   height: 12px;
   padding-bottom: 0px;
   height: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-align: center;
  
}

#blend { position: relative }

#blend img#top:hover { opacity:0 }

#blend img { position: absolute; 
    top: 0; left: 0; opacity: 1;    
    transition: opacity 1s
}





