/*
Theme Name: July
Theme URI: https://www.sebastienmerour.com/wordpress
Author: Sébastien Merour
Author URI: https://www.sebastienmerour.com/wordpress
Description: Thème principal pour SébastienMerour.com
Version: 1.0
Text Domain: july
Tags: blog, news, portfolio
*/


/* stylelint-disable selector-list-comma-newline-after */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  height: 100%;
}
main {
  padding-bottom: 75px;
}


.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Oswald", "Lato" , "Playfair Display", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald" , "Lato" , "Playfair Display", Georgia, "Times New Roman", serif;
}
h1 {
  text-transform: uppercase;
}

.display-4 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}


.nav-scroller li a {
  /* padding: .5rem !important; */
  color: #6c757d !important;
}
.nav-scroller li a:active {
  /* padding: .5rem !important; */
  color: #6c757d !important;
}
.nav-scroller li a:hover {
  /* padding: .5rem !important;*/
  color: #6c757d !important;
}
.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }



.jumbotron, .card {
  box-shadow: 5px 5px 3px grey;
}

.fmobile {
  display:none;
}


@media only screen and (max-width: 1175px) {
    .feature {
        display: none;
    }


/*
Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}



/* Footer */
.footer-sm {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 150px; /* Set the fixed height of the footer here */
  line-height: 150px;
  background-color: #EEEEEE;
}
.buttontop {
  float: right;
}

.space {
  min-height: 150px;
}



/*
Search Page  Results
 */
.search-container {
    width: 90%;
    padding-left:10px;
    padding-right:100px;
    padding-bottom:200px;
    padding-top:10px;
    margin:auto;
}
.search-page-title {

    font-size: 34px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:center;
    display:block;
    text-transform:uppercase;
    padding-top:50px;
    padding-bottom:25px;
}
.search-post-title {

    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:left;
    display:block;
}
.search-post-link {

    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 20px;
    text-align:left;
    display:block;
}
.search-post-excerpt {

    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 15px;
    text-align:left;
    display:block;
}
