/**
 * Theme Name: Aikidoc
 * 
 */


 
.uppercase {
    text-transform: uppercase;
}

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



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

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

#header{
    width: 100%;
}

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

#banner{
    /*margin-top: 155px;*/
    background:url(/wp-content/themes/aikidoc/images/27I24-43.jpg);
    height:650px;
    min-height: 500px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.navbar-header a{ 
    text-decoration:none;
    color: rgba(0, 0, 0, 0.65);
    font-size: larger;
}

 .navbar-custom.header-variation-2 {
    background-color: lavender !important;
    width: 100%;
}

.site-content{
    margin-top:5%;
    min-height: 750px;
}

.homepage .row{
    margin-bottom: 10%;
}

.home_entry{
    border: 1px solid lightgrey;
    border-radius: 2%;
    text-align: center;
    margin: 0 1%;
    padding: 0;
    background-color: beige;
}

.home_entry a{
    text-decoration: none;
    font-size: x-large;
    text-transform: uppercase;
    color: steelblue;
}

.img_entry{
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    padding:0;
    background-color: white;
}

.img_entry_phototheque{
    background-image: url(/wp-content/themes/aikidoc/images/27I24-25_300.jpg);
   
}

.img_entry_prepa{
    background-image: url(/wp-content/themes/aikidoc/images/prepa_300.jpg);
}

.img_entry_bf{
    background-image: url(/wp-content/themes/aikidoc/images/30-03-2024_BF_300.jpg);
}

.img_entry_stages{
    background-image: url(/wp-content/themes/aikidoc/images/67.jpg);
}

.img_entry_clubs{
    background-image: url(/wp-content/themes/aikidoc/images/67.jpg);
}
.img_entry_videotheque{
    background-image: url(/wp-content/themes/aikidoc/images/video.jpg);
}

.title_entry{
    background-color: white;
    padding: 5% 0 2% 0;
}

.title_entry i{
    font-size: xx-large;
    color: lightsteelblue;
}

.description_entry{
    text-align: justify;
    padding: 7% 7%;
    color: dimgrey;
    border-top: 1px solid lightgray;
    background-color: beige;
}

.list-group a{
    text-decoration: none;
    margin-bottom: 2%;
}

.list-group li:hover{
    background-color: ghostwhite;
}

.btn-with-icon i {

    transform: translateX(-5px);
    opacity: 0;
    transition: all .2s ease;
}

.btn-with-icon:hover i {
    transform: translateX(0);
    opacity: 1;
    margin-right: 2%;
}

#footer{
    background-color: ghostwhite;
    padding: 1%;
    border-top: 1px solid lightgray;
}