/*
	Theme Name: framework Child
	Theme URI: http://www.pkm-consulting.com
	Description: PKM is an advanced Theme Framework for WordPress.
	Author: e-Frogg
	Template: framework
	Author URI: https://www.e-frogg.com/
	Version: 1.0
	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, theme-options, multiple-widget
	License: GNU General Public License
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
@import url("css/style.css?ver=1.0.2");


.tabs li a{
    font-size: 14px;
	font-weight:bold;
	text-decoration:italic;
    margin: 0;
    background: none;
	padding: 0;
}

.tabs li a:hover{
    background: none;
}

.tabs>.current_page_item {
    background: none;
}
.tabs>.current_page_item a{
    background: none;
}

/*sexy bouton*/

.tabs>.page_item {
        display: inline-block;
        background-color: #cc1818;
        border-radius: 10px;
        border: 4px double #cccccc;
        color: #eeeeee;
        text-align: center;
        font-size: 28px;
        padding: 20px;
        width: 200px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
		border-radius: 0 10px 0 10px;
}

.tabs>.page_item a {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
		font-style: italic;
		text-transform: uppercase;
      }
	  
      .tabs>.page_item a:after {
         content: "\00bb";
		position:absolute;
		opacity: 0;
		transition:0.5s;
		font-size:35px;
		top:-18px;
		right:-20px;
      }
	  
      .tabs>.page_item:hover {
        background-color: #2d2d2d;
		border-radius:  10px 0 10px 0 ;

      }
      .tabs>.page_item:hover a {
        padding-right: 25px;
      }
      .tabs>.page_item:hover a:after {
        opacity: 1;
        right: 0;
      }



.tabs {
       border-bottom: 0px;
}
