body {
	font-family: 'bebas-neue-pro', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: normal;
    font-family: 'bebas-neue', sans-serif;
}

h1 {
    font-size: 60px;
}

p, a, span, li, label, input, textarea, select {
    font-family: 'bebas-neue-pro', sans-serif;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 120%;
}

input, select, textarea {
    border: none;
    background-color: #f0f0f0;
    border-radius: 0;
    padding: 5px;
    width: 100%;
    max-width: 700px;
}

.banniere {
    background-image: url('img/banniere-laurent-dubin-drone-developpement.jpg');
    height: 400px;
}

.bg-img {
    background-position-y: 40%;
    background-size: cover;
    background-repeat: no-repeat;
}

.txt-blanc {
    color: #ffffff;
}

.bg-gris {
    background-color: #F6F6F6;
}

.txt-grand {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
}

.logo {
    max-height: 200px;
    width: auto;
    object-fit: contain;
}

.btn {
    border-radius: 0;
    font-size: 24px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.btn-1 {
    border-radius: 0;
    background-color: #000000;
    color: #ffffff;
    border: solid 1px #000000;
}
.btn-1:hover {
    background-color: #ffffff;
    color: #000000;
}



.section-lead {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
}


.alert-error {
    background-color: rgba(255, 0, 0, 0.2);
    border: solid 1px #ce0000;
    border-radius: 0;
    color: #ce0000;
}
.alert-error li {
    list-style-type: none;
    vertical-align: middle;
}




.form-group {
    margin-bottom: 20px;
}

label, input {
    display: block;
    margin: 0 auto;
}

textarea {
    height: 150px;
}

footer{
    margin: 50px 0;
}