@import url(./post.css);

* {
    padding: 0;
    margin: 0;
}

.global-container {
    display: flex;
}
.global-title-container{
        width: 100%;
    height: 18vh;
        background-image: url("https://i.pinimg.com/564x/eb/e2/14/ebe2143150d90a5e3588047c34b3dd6b.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-bottom: solid black 2px;
}
.global-title {
    width: 100%;
height: 100%;
    text-align: center;
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.8vw;
    color: white;
    text-shadow:
        2px 2px 2px black,
        -2px 2px 2px black,
        2px -2px 2px black,
        -2px -2px 2px black;

}

.global-title a {
    text-decoration: none;
}

.search-form {
    padding: 1.1rem;
    background: #f5f5f5;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.category-toggle.active {
    color: #960202; 
    font-weight: bold;
}
.subcategories a.active {
    color: #4a91f4;
    font-weight: bold;
    text-decoration: underline;
}

input[type="search"].input-recherche {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4vh !important;
    padding: 2%;
    border: solid black 1px;
    font-size: 1rem;
    font-family: "Inclusive Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.search-submit {
    height: 4vh;
    width: auto;
    overflow: hidden;
    margin-left: 5%;
}

.search-submit img {
    height: 100%;
    width: auto;
}

.categorie-select {
    width: 22vw;
    display: flex;
    flex-direction: column;
    border-right: solid black 1px;
    min-height: 100vh;
    height: auto;
}

.category-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0.5rem;
    box-sizing: border-box;
}

.category-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 9px;
    text-align: left;
    font-size: 1.5vw;
    cursor: pointer;
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.category-toggle.open {
    color: #dbfeff;
}

.subcategories {
    max-height: 0;
    overflow: hidden;
    background: #f5f5f5;
    transition: max-height 0.3s ease;
}

.subcategories a {
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    color: #333;
    text-decoration: none;
    padding: 0.6rem;
    box-sizing: border-box;
    font-size: 1.4vw;
    font-family: "Inclusive Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.subcategories a:hover {
    background: #dbfeff;
    padding: 0.6rem;
    box-sizing: border-box;
}

.category-item.open .subcategories {
    max-height: 500px;
}

.site-content {
    display: flex;
    flex-direction: column;
    align-items: center;
	width:100%;
}
a{
	text-decoration:none;
}`
.pagination{
	margin:20px 0px 20px 0px
}
.nav-links{
	margin:50px 0px 50px 0px
}
.nav-links a{
	font-size:2vw;
		margin-right:1vw;
			color:black
}
.nav-links span{
	font-size:2vw;
		margin-right:1vw;
	color:blue;
	text-decoration:underline
}
.current{
	font-size:2vw;
}