/*!
Theme Name: Izyflex
Theme URI: https://www.itekcom.com
Author: ITEKPHARMA
Author URI: https://www.itekpharma.com
Description: Thèmes izyflex
Version: 1.0.0
Text Domain: itekcom

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

itekcom is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.pagination .page-numbers {
    background: #ffffff;
    color: #0b0b0b;
    display: block;
    width: auto;
    float: left;
    margin: 4px 4px 4px 0;
    padding: 15px 18px 14px 18px;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #f3f1f1;
}

.pagination .page-numbers:hover {
   background: #ff7c00;
   color: #fff;
   text-decoration: none;
}

.pagination .current {
    background: #ff7c00;
    color: #fff;
    padding: 15px 18px 14px 18px;
}

body.blog article .entry-thumb {
    position: relative;
}

body.blog article .time {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 10px 17px;
    border-top-right-radius: 10px;
    color: #ff6d00;
    font-weight: bolder;
}
body.blog article {
    display: inline-block;
    width: 45%;
    margin: 10px;
}
body.blog article {
    display: inline-block!important;
    width: 45%;
    margin: 10px 30px!important;
}
.blog h1  , .page-template-adherents h1{text-align: center;}
.page.page-template-adherents .breadcrumbs {opacity: 1;}
