/*
Theme Name: Aikihdf
Theme URI: 
Author: Aikido HdF FFAB
Author URI: https://wordpress.org
Description: 
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aikihdf
Tags: 
*/

.uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: 700;
}



body {
	margin: 0;
     font-family: "Sofia Sans Condensed" !important;
}

.yellow{background-color :#FFB901}
.red{background-color:#9B0D0C}
.dark_yelloxw{background-color: #FF9800;}

.fix{
    position: fixed; 
    width:100%;
    background-color: white;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    top:0;
    z-index:50;
}

#subheader{
    border-bottom: 1px solid #d9dde0;
    width:100%;
}

#menu-subheader li a{
    display: block;
    padding: 0.5rem;
    text-decoration:none;
    color: whitesmoke;
    font-size: larger;
}

#header{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

#header li a{
    display: block;
    padding: 0.5rem;
    text-decoration:none;
    color: rgba(0, 0, 0, 0.65);
    font-size: larger;
}

#logo_description a{
    font-size: xx-large;
    color:#9B0D0C;
    text-decoration: none;
}


#banner{
    margin-top: 155px;
    /*background:url(/wp-content/themes/aikihdf/images/stage_prepadan_052025_030.jpg);*/
    height:650px;
    min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

#button_discover, #button_search{
    height: fit-content;
    margin-right: 5%;
    margin-top: 80%;
    padding: 1%;
    border-radius: 10px 100px / 120px;;
    color: whitesmoke;
    font-size: x-large;
    width: 300px;
    text-align: center;
}


#main h1{
    text-align: center;
    padding : 20px;
    color: #555;
}

#main img{
    max-width: 100%;
    height: auto;
}

.home_section{
    border-bottom: solid 1px lightgrey;
}

.home_block_news{
    display:flex;
    padding:35px;
    text-align:center;
}

div.nav-previous, div.nav-next {
    width: 50px;
}

div.nav-previous {
    position: relative;
    display: inline-block;
}

div.nav-next {
    position: relative;
    display: inline-block;
}

div.nav-previous a {
    color: white;
    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1px;
    font-size: xx-large;
    z-index: 20;
    left: -22px;
}

div.nav-next a {
    color: white;
    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1px;
    font-size: xx-large;
    z-index: 20;
    left: 22px;
}

.title_section{
    text-align: center;
   /* height: 75px;
    border-bottom: 1px solid lightgray;
    background-image: url(/wp-content/themes/aikihdf/images/motif2.png);
    background-size: contain;*/
}
    
.title_block_news{
    align-content: center;
    /*background-image: url("https://dev.aikido-hdf.fr/wp-content/themes/aikihdf/images/brush.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;*/
}



.circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.title-with-circle h1 {
  position: relative;
  z-index: 1;
  color: white;
  margin: 0;
  padding: 20px;
}



.home_article{
    /*padding:35px;
    background-color: ghostwhite;
    border: 1px solid darkgray;*/
    margin: 0 15px;
    align-content: center;
    max-width:300px;
}

.home_article h3{
    /*background: white;*/
    padding: 15px;
    /* margin-top: 25px; */
    /*border: 1px solid lightgray;*/
}

.article_excerpt{
   /* background: white;*/
   background-image: url(/wp-content/themes/aikihdf/images/motif.png);
   
    border: 1px solid lightcoral;
    padding: 15px 0;
}

.article_date{
    color:grey;
    margin-top:25px;
    margin-bottom:25px;
}

.button{
    padding: 3% 1%;
    background:
		linear-gradient(135deg, transparent 0px, #FFB901 0) top left,
		linear-gradient(225deg, transparent 10px, #FFB901 0) top right,
		linear-gradient(315deg, transparent 0px, #FFB901 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #FFB901 0) bottom left;
    background-size: 50% 50%;
	background-repeat: no-repeat;
}

.button a{
    color:white;
    text-decoration: none;
}

.button:hover,.button:focus {
    background:
		linear-gradient(135deg, transparent 0px, #FF9800 0) top left,
		linear-gradient(225deg, transparent 10px, #FF9800 0) top right,
		linear-gradient(315deg, transparent 0px,  #FF9800 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #FF9800 0) bottom left;
    background-size: 50% 50%;
	background-repeat: no-repeat;
}

.button i{
 margin-right: 5px;
}

.big-square-red{
background: #9B0D0C;
height: fit-content;
padding: 5% 0 5% 2%;
color:whitesmoke;
background:
		linear-gradient(135deg, transparent 0px, #9B0D0C 0) top left,
		linear-gradient(225deg, transparent 10px, #9B0D0C 0) top right,
		linear-gradient(315deg, transparent 0px, #9B0D0C 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #9B0D0C 0) bottom left;
 background-size: 51% 51%;
	background-repeat: no-repeat;
    margin-right: 2%;
}


.big-square-yellow{
background: #FFB901;
height: fit-content;
padding: 5% 0 5% 2%;
color:whitesmoke;
background:
		linear-gradient(135deg, transparent 0px, #FFB901 0) top left,
		linear-gradient(225deg, transparent 10px, #FFB901 0) top right,
		linear-gradient(315deg, transparent 0px, #FFB901 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #FFB901 0) bottom left;
 background-size: 51% 51%;
	background-repeat: no-repeat;
}

.big-square-yellow a, .big-square-red a{
    color:whitesmoke;text-decoration:none;text-align:left;
}

#single,#page{
    margin: 10% 20%;
}

.single_thumbnail,.page_thumbnail{width:autp;text-align: center;}
.single_thumbnail img, .page_thumbnail img{width:50%}
.single_content, .page_content{
    margin-top:5%;
    font-size: 20px;
}

.backbutton{
    width:250px;
    padding: 1%;
    background:
		linear-gradient(135deg, transparent 0px, #FFB901 0) top left,
		linear-gradient(225deg, transparent 10px, #FFB901 0) top right,
		linear-gradient(315deg, transparent 0px, #FFB901 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #FFB901 0) bottom left;
    background-size: 50% 51%;
	background-repeat: no-repeat;
}

.backbutton a{
    color:white;
    text-decoration: none;
}

.backbutton:hover,.backbutton:focus {
    background:
		linear-gradient(135deg, transparent 0px, #FF9800 0) top left,
		linear-gradient(225deg, transparent 10px, #FF9800 0) top right,
		linear-gradient(315deg, transparent 0px,  #FF9800 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #FF9800 0) bottom left;
    background-size: 50% 51%;
	background-repeat: no-repeat;
}

.backbutton i{
    margin-left: 5px;
}

.wp-block-latest-posts__post-title{
    color:#9B0D0C;
}

.wp-block-latest-posts__list li{
    margin-bottom: 5%;
    border-bottom: 1px solid lightgrey;
}

.wp-block-latest-posts__read-more{
    color:goldenrod;
    text-decoration: none;
    font-weight: bolder;
}

.details_club{
        margin: 5% 0;
    border: 1px solid grey;
    padding: 1%;

}
/**mec events*/
.mec-container{
    margin-top:10%;
}

footer{
    text-align: center;
    margin-top : 200px;
    border-top: 1px solid #d9dde0;
}

#subfooter{
    height: 50px;
    background-color: lightgrey;
}
    