html {
    font-size: clamp(12px, 1.5vw, 22px);
    line-height: 1.5;
}

body {
    background-color: black;
    color: lightgrey;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#container {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding-top: 50px;
}


.contact {
    margin-top: 100px;
    display: flex;
    justify-content: right;
    align-items: right;
    flex-direction: row;
}

.contact-btn {
    background-color: transparent;
    border: none;
    /* color: white; */
    font-size: 1rem;
    font-family: NotoSans, sans-serif;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    border: white 2px solid;
    border-radius: 20px;
    padding: 10px 20px;
}

.contact-btn a {
    text-decoration: none;
    color: white;
}

.contact-btn:hover {
    color: black;
    background-color: rgb(73, 73, 73);
    /* transition: all 0.3s ease; */
}


.fond-carbone {
    background-image: url(images/fond-carbone.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bandeau {
    width: 100%;
    display: flex;
    max-height: 680px;
}

.bandeau-left,
.bandeau-right {
    display: flex;
    justify-content: center;
    align-items: center;
    /* filter: brightness(1); */
}

.bandeau-left {
    width: 60%;
    flex-direction: column;
}

.bandeau-right {
    width: 40%;
}

.bandeau-left img {
    width: 100%;
    height: auto;
    max-height: 800px;
}

.bandeau-right img {
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: contain;
}

.logo img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-top: clamp(2px, 5vw , 50px);
    filter: drop-shadow(rgba(255, 255, 255, 0.521) 2px 2px 2px)
            drop-shadow(rgba(255, 255, 255, 0.521) -2px 2px 2px)
            drop-shadow(rgba(255, 255, 255, 0.521) 2px -2px 2px)
            drop-shadow(rgba(255, 255, 255, 0.521) -2px -2px 2px);
}

h1 {
    text-align: center;
    font-family: NotoSans, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    /* margin: clamp(5px, 5vw , 20px); */
}

h1 span {
    font-weight: 900;
}



.row {
    margin-top: 100px;
}

.row1 {
    margin-top: 20px;
}

@media (max-width: 540px) {
    .row {
        margin-top: 10px;
    }
}


.title {
    height: 120px;
    background-image: url(images/fond-titre.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 210px;
    padding-left: 15px;
}

.title > h2 {
    color: black;
    font-family: Neuro, sans-serif;
    font-size: 2rem;
    font-weight: 100;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-top: 25px;
}

.contenu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
    text-align: center;
}

.column h3 {
    font-family: Varela, sans-serif;
    font-size: 1.5rem;
    font-weight: 100;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

@media (max-width: 440px) {
    .column h3 {
        font-size: 1.2rem;
    }
}

.column-35 {
    width: 30%;
    display: flex;
}

@media (max-width: 640px) {
    .column-35 {
        display: none;
    }
}

.column-65 {
    width: 65%;
}

@media (max-width: 640px) {
    .column-65 {
        width: 80%;
    }
}


.column-30 {
    width: 30%;
    display: flex;
}

.column-70 {
    width: 70%;
}


.utilisation img {
    /* width: 100%; */
    height: 330px;
    border-radius: clamp(2px, 1vw, 5px);
    margin-top: 50px;
}

@media (max-width: 640px) {
    .utilisation img {
        width: 100%;
        height: auto;
        max-height: 330px;
        border-radius: clamp(2px, 1vw, 5px);
        margin-top: 50px;
    }
}


#palmes_air_fins img {
    margin-top: 80px;
    margin-left: 10px;
    width: 100%;
    max-width: 400px;
}

.break {
    border-bottom: white 1px solid;
    /* box-shadow: white 0px 5px 5px; */
    box-shadow: rgb(255, 255, 255) 0px 5px 5px, rgb(255, 255, 255) 0px -5px 5px, rgb(255, 255, 255) 0px 5px 5px, rgb(255, 255, 255) 0px 12px 13px, rgba(255, 255, 255, 0.829) 0px -3px 5px;
}

.around-break {
    height: 100px;;
}

.text1 {
    font-family: NotoSans, sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    text-align: center;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-top: 90px;
}

.text2 {
    background-image: url(images/palmes_air_fins/fond_text2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
    height: clamp(10px, 15vw ,180px);
    font-family: NotoSans, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    line-height: 3rem;
    padding-top: clamp(2px, 2vw, 20px);
}

@media (max-width: 640px) {
    .text2 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}



.text3 {
    /* background-image: url(images/text3.png);
    background-size: contain;
    background-repeat: no-repeat; */
    margin-top: 20px;
    font-family: NotoSans, sans-serif;
    /* padding-top: 20px; */
}

.text3 img {
    width: 100%;
    height: auto;
    max-height: 220px;
    /* margin-top: 50px; */
}

.text4,
.text6,
.text10,
.text12 {
    /* margin-top: 200px; */
    width: 100%;
    align-items: center;
}

.text12 {
    margin-top: 50px;
}

.text4 img,
.text6 img,
.text10 img,
.text12 img {
    width: 80%;
    height: auto;
}

@media (max-width: 540px) {
    .text4 img,
    .text6 img,
    .text10 img,
    .text12 img {
        width: 100%;
        height: auto;
    }
}


.text5 {
    margin-top: 50px;
}

.text5 img {
    width: 100%;
    height: auto;
}

.column-25 {
    width: 25%;
    margin-top: 50px;
}

.rigidite img {
    margin-top: 10px;
    width: 70%;
    height: auto;

}

.text8,
.text11,
.text13 {
    width: 80%;
    margin-top: 50px;
    font-family: NotoSans, sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
    line-height: 2rem;
}

.text11,
.text13 {
    margin-top: 20px;
}

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

.visuel-palmes img {
    max-width: 800px;
    max-height: 700px;
    margin: auto;
}

@media (max-width: 840px) {
    .visuel-palmes img {
        max-width: 100%;
        max-height: 700px;
        margin: auto;
    }
}


.equipe {
    max-width: 350px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
}

.equipe img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 50px;
}

.equipe h3 {
    text-transform: uppercase;
    font-family: neuro, sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.equipe > p {
    font-family: NotoSans, sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.6rem;
}

.final {
    margin-top: 200px;
    margin-bottom: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.logo-final {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.final img {
    width: 100%;
    height: auto;
}

.final .logo-final img {
    width: 50%;
}

.logo-final p {
    width: 80%;
    font-family: NotoSans, sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    line-height: 2.5rem;
    padding-bottom: 10px;
    border-bottom: white 5px solid;
}

@media (max-width: 560px) {
    .logo-final p {
        width: 100%;
        font-family: NotoSans, sans-serif;
        font-size: 1.1rem;
        font-weight: 900;
        text-align: center;
        line-height: 2rem;
        padding-bottom: 10px;
        border-bottom: white 2px solid;
    }
}


.column-60 {
    width: 60%;
    display: flex;
}

.column-40 {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.margin-200 {
    margin-top: 200px;
}

.bg-black {
    background-color: black;
}

div.maintenance img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}


