@font-face {
    font-family: MonumentExtended;
    src: url(assets/fonts/MonumentExtended-FreeForPersonalUse/MonumentExtended-Ultrabold.otf);
}

/*{
    border: 1px violet solid;
} */

/* NAVBAR */

nav{
	width: 100%;
	background-color: rgb(25, 25, 25);
	position : fixed;
	top: 0;
    z-index: 9000;
    transition: none;
}

nav > ul::after{
	content: "";
	display: block;
	clear: both;
}

nav > ul{
	margin: 0px;
	padding: 0px;
}

nav > ul > li{
	float: left;
	position: relative;
}

nav li{
	list-style-type: none;
}

nav > ul > li > a{
	padding: 20px 30px;
	color: rgb(235,230,225);
}

nav > ul > li:hover a{
	padding: 17.5px 30px;
}

nav a
{
	display: inline-block;
	text-decoration: none;
	color: rgb(255, 255, 255)!important;
    font-size: clamp(15px, 4vw, 30px);
    transition: none;
}

nav a:hover{
    font-size: clamp(20px, 4vw, 30px);
    transition: none;
}


.menu:hover{
	border-top: 5px solid rgb(255, 0, 0);
	background: rgb(25, 25, 25);;
}

.sel-menu{
    background: rgb(255, 0, 0);
}

.sel-menu:hover{
	border-top: 5px solid rgb(0, 0, 0);
	background: rgb(255, 0, 0);
}

/* FIN NAVBAR */

/* CODE GLOBAL */

body{
    font-family: MonumentExtended;
    background-image: url('assets/img/schz_assets/bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 0;
    margin: auto;
}

section{
    padding-top: 75px;
    padding-bottom: 75px;
}

h1{
    font-size: clamp(30px, 4vw, 50px);
    color: red;
}

h2{
    font-size: clamp(20px, 4vw, 40px);
}

h6{
    font-size: clamp(10px, 4vw, 20px);
}

p{
    font-size: clamp(15px, 4vw, 30px);
    width: 90%;
    margin: auto;
}

.lore{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lore p{
    text-align: center;
    width: 80%;
    height: auto;
}

a{
    font-size: clamp(20px, 4vw, 25px);
    color: red;
    text-decoration: underline;
    transition: 0.7s ease-in-out;
    padding-top: 50px;
    padding-bottom: 50px;
}

a:hover{
    color: rgb(177, 0, 0);
    font-size: clamp(25px, 4vw, 35px);
}

.simple-a{
    font-size: clamp(20px, 4vw, 25px);
    color: red;
    text-decoration: underline;
    transition: 0.7s ease-in-out;
    padding: 0;
}

.simple-a:hover{
    font-size: clamp(20px, 4vw, 25px);
    color: rgb(120, 0, 0);
}

.flex-btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.flex-btn a{
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

img{
    width: 80%;
    height: auto;
    border-radius: 25px;
}

.flex-img{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
}

.flex-img img{
    width: 25%;
}

.mini-logo{
    width: 40%;
    height: auto;
    background-color: white;
    border-radius: 25px;
    padding: 25px;
}

hr{
    width:25%;
    margin: auto;
}

.space-div{
    padding-top: 50px;
    padding-bottom: 50px;
}

.tw{
    color: red;
    text-decoration: underline;
    cursor: help;
    font-size: clamp(15px, 4vw, 20px);
}

/* FIN CODE GLOBAL */

/* IMAGE MR HERR */

.btn{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone{
    width: 50px;
    cursor: pointer;
}

/* FIN IMAGE MONSIEUR HERR */