* {
    margin: 0;
    padding: 0;
    font-family: myFonts;
}

@font-face {
    font-family: myFonts;
    src: url(/font/ProximaNova-Regular.ttf);
}
/* nav bar */

header {
    position: fixed;
    color: rgb(255, 255, 255);
    background-image: url(/images/klm.png);
    background-position: center;
    width: 100%;
    z-index: 100;
    top: 0%;

}

nav {
    display: grid;
    gap: 300px;
}

ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 30px 60px;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.list-nav {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.border button {
    border: 1px solid #ffffff;
    background: none;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
}

.logo img {
    width: 120px;
    height: 30px;
}

/* first section events */

.first {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/bg2.png), url(/images/bg.png);
    background-size: cover;
    height: 100vh;
    margin-top: -2px;
}

.first .element {
    margin-top: 80px;
    margin-left: 70px;
}

.first .text-of-image {
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin-right: 40px;
}

.button button {
    padding: 10px 40px;
    border-radius: 30px;
    border: none;
    background: none;
    color: #ffffff;
    font-size: 20px;
}


.button #btn-events {
    background-color: #F5167E;
}

/* banner recherche  */

.recherche {
    margin-top: 50px;
    display: flex;
    width: 950px;
    height: 105px;
    justify-content: space-around;
    align-items: center;
    background-color: #242565;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: rgb(255, 255, 255);
    border: none;
    position: absolute;
    border-radius: 20px;
    font-size: 20px;
}

.all {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}


.recherche label {
    display: block;
}

input,
select {
    color: rgb(15, 15, 15);
    background: none;
    border: none;
}
/* section events */

.events {
    margin-top: 130px;
}

.events-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin: 50px 90px;
    gap: 30px;

}

.all-cards {
    width: 100%;
    border-radius: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.all-cards img {
    width: 100%;
}

#this {
    grid-column: 1 / 3;
}

#this img {
    height: 220px;
}

.all-cards .text {
    padding: 20px;
    margin-bottom: auto;
}

.info-card {
    display: flex;
    justify-content: space-around;
}

.date {
    margin-top: 22px;
    margin-left: 23px;
    font-size: 20px;
}

.Up {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0px;
    margin-bottom: 40px;
}

.row-option {
    display: flex;
    gap: 40px;
}

.row-option select {
    padding: 10px;
    border-radius: 20px;
    background-color: #F2F4FF;
}

.button-lead {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.button-lead button {
    padding: 17px 40px;
    border: none;
    background: none;
    border: 2px solid #3D37F1;
    color: #3D37F1;
    border-radius: 40px;
}

/* section brands */

.brands{
    display: grid;
    justify-content: center;
    align-items: center;
}

.text-brand{
    display: grid;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.text-brand h3{
    color: #242565;
    font-size: 25px;
}

.text-brand h4{
    color: #6A6A6A;
}

/* section blog */

.card-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
    gap: 40px;
}

.card {
    width: 345px;
    height: 430px;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-blog {
    margin: 10px;
}

.text-blog h4 {
    color: #242565;
}

.text-blog h6 {
    color: #A5A5A5;
}

.card img {
    width: 100%;
}

.title-blog {
    margin-top: 60px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.title-blog h2 {
    color: #242565;
}

.title-blog h4 {
    color: #6A6A6A;
}

.button #btn-blog {
    border: 2px solid #ffffff;
}


/* section footer */

footer {
    background-color: #0A075F;
    width: 100%;
    height: 100%;
}

.all-footer {
    padding: 40px;
    display: flex;
    justify-content: space-around;
    color: white;
}

.footers {
    width: 300px;
}

.footers h3{
    font-size: 23px;
}

.footers h5 , p{
    font-size: 12px;
}

.image-logo{
    width: 190px;
    height: 50px;
}

.email-searche {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border: 1px solid #ffffff;
    background-color: #F2F4FF;
    border-radius: 30px;
    padding: 8px 2px;
}

.email-searche button {
    border: none;
    background-color: #F5167E;
    color: white;
    padding: 12px 10px;
    border-radius: 20px;
}

.copyright h5{
    text-align: center;
    color: white;
}