/*
 Theme Name:   Customify Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     customify
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/*
Mon-taux 2012


@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format('woff2');
  font-display: swap;
}

.site-img-logo{
width:auto !IMPORTANT;
height:137px !IMPORTANT;
}

.header-main .light-mode {
    box-shadow: 0 0px 0px 0 #e1e5ea; 
    background: #fff;
}
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #62256a;
    border-color: #62256a;
}

.w2dc-featured-label {
    background-color: #71b851!important;
    
}

.ranking-img {
	height: 80px;
	width: 100px;
	overflow: hidden;
	margin-bottom: 0em;
}
 
li.sga-ranking-list {
	margin-bottom: 2em;
}

.site-footer {
    position: relative;
    z-index: 104;
}

@media screen and (max-width:639px) {
	
.header-bottom .light-mode {
    box-shadow: 0 0px 0px 0 #e1e5ea ; 
    background: #fff;
}
.fix-button {
position: fixed;
bottom: 10px;
right:  10px;
z-index: 99999;
}
}
*/
/*-------------------------

.blog-card {
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #fb8c00;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 0px 10px 15px 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card:before {
  font-family: Arial;
  position: absolute;
  padding: 2px 6px;
  content: " Lire sur Blog de Mon-taux ";
  background-color: #fb8c00;
  color: #fff;
  font-size: .8em;
  z-index: 1;
}

.blog-card a {
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 10px;
}

.blog-card-thumbnail img {
  padding: 0;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
}

.blog-card-title {
  font-size: 1.3em;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4;
}

.blog-card-title:hover {
  text-decoration: underline;
}

.blog-card-excerpt {
  font-size: 1em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .blog-card:before {
    font-size: .70em;
  }
  .blog-card-title {
    font-size: 1em;
  }
  .blog-card-excerpt {
    font-size: .80em;
  }
}
*/