* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: neo-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

body {
    /* background: transparent url("/resources/bg-desktop.svg") center center/cover no-repeat fixed; */
    background: transparent url("/resources/bg-desktop.jpg") center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    color: white;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

p{
    margin: 0;
}

ul li {
    list-style: none;
}

.mobile-header {
    display: none;
}

.classic-header {
    /* border: indianred dotted 2px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.99px;
    width: 100%;
    /* height: 60px; */
    height: 6.39vh;
    color: white;
}

header p {
    padding: 0 0.26vw;
}

.classic-header p {
    font-size:  0.9375vw;
}

.nom-prenom {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.94px;
}

.raison-sociale {
    color: #6986A1;
    letter-spacing: 0.99px;
}

.devise {
    letter-spacing: 0.94px;
}

.bloc-titre {
    /* border: red dotted 2px; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* margin-top: 220px; */
    margin-top: 23.4vh;
}

.logo {
    /* border: rgb(137, 137, 253) dotted 2px; */
    display: flex;
    justify-content: flex-end;
    /* width: 11.5vw; */
    width: 10%;
    margin-left: 3%;
    margin-right: 2%;
}

.logo img {
    height: 100%;
    width: 7vw;
}

.titre-accueil {
    /* border: rgb(186, 255, 207) dotted 2px; */
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
    font-size: 2.25vw;
}

.titre-accueil h1 {
    font-size: 3.5vw !important;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.07px;
    line-height:normal;
}


.bloc-bouton {
    /* border: gray dotted 2px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    /* margin-bottom: :200px; */
    margin-bottom: 21.3vh;

}

.monbouton {
    /* border: tomato solid 2px; */
    width: 90%;
    height: 6.19vh;
    /* height: 60px; */
    /* height: 6.39vh; */
    margin-top: 15px;
}

.monbouton .bouton, form {
    /* border: blanchedalmond solid 1px; */
    width: 65%;
    height: 100%;
}

.bouton {
    display: block;
    background: linear-gradient(to right, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border-radius: 3px;
    width: 100%; 
    border:white solid 1px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -ms-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    /* font-size: 1.375rem; */
    font-size: 1.35vw;
    line-height:  3.92vh;
    letter-spacing: 0.32px;
}

.bouton:hover {
    background-position: left bottom;
    color: var(--bleu-main);
}

.vehicules {
    /* border: rgb(131, 160, 253) solid 1px; */
    width: 90%;
}

.vehicules ul {
    /* border: blanchedalmond solid 1px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4vh;
    width: 60%;
}

.vehicules li {
    /* border: rgb(211, 235, 146) dotted 1px; */
    display: flex;
    width: 7.5%;
    margin: 0 2.1%;
}

.img-auto {
    /* border: mediumslateblue dotted 3px; */
    width: 70%;
}

/* @media (orientation: portrait) {
    body {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
} */

/* tablettes  */
@media (max-width: 1024px) {
    body {
        background : transparent url("/resources/bg-tablet.svg")  no-repeat center center/cover fixed;
    }
    
    .classic-header {
        margin-top: 2vh;
        padding: 0 2.5vw;
    }
    .classic-header p{
        font-size: 2.2vw;
    }
    .nom-prenom {
        flex-direction: column;
    }

    .raison-sociale {
        margin-left: 3px;
    }

    .bloc-titre {
        margin-top: 15vh;
    }
    .titre-accueil {
        width: 70%;
    }
    .titre-accueil h1 {
        font-size: 6.2vw !important;
    }

    .logo {
        margin-left: 0;
        width: 30%;
        /* width: 200px; */
    }

    .logo img {
        width: 13vw;
    }

    .vehicules {
        width: 100%;
    }

    .vehicules ul {
        width: 100%;
        justify-content: center;
    }
    .vehicules li {
        width: 8.5%;
    }
    .monbouton {
        width: 70%;
    }
    .monbouton .bouton, form {
        width: 100%;
        /* height: 90%; */
        font-size: 3vw;
    }


}

/* Tablettes  */
/* @media (max-width: 768px) {
    body {
        background : transparent url("/resources/bg-tablet.png")  no-repeat center center/cover;
    }
    
    .nom-prenom {
        flex-direction: column;
    }

    .raison-sociale {
        margin-left: 3px;
    }

    .bloc-titre {
        margin-top: 15vh;
    }
    .titre-accueil {
        width: 70%;
    }

    .logo {
        margin-left: 0;
        width: 30%;
    }

    .logo img {
        width: 13vw;
    }

    .titre-accueil {
        font-size: 4.5vw;
    }

    .vehicules {
        width: 100%;
    }

    .vehicules ul {
        width: 100%;
        justify-content: center;
    }
    .vehicules li {
        width: 8.5%;
    }
    .monbouton {
        width: 70%;
    }
    .monbouton .bouton, form {
        width: 100%;
        height: 90%;
    }

    
} */

/* Smartphones */
@media (max-width:567px) {
    body {
        /* background : transparent url("/resources/bg-phone.svg")  no-repeat center center/cover fixed; */
        background : transparent url("/resources/bg-phone.png")  no-repeat center center/cover fixed;
    }

    .classic-header {
        display: none;
    }

    .mobile-header {
        /* border: palegreen solid 1px; */
        margin-top: 15px;
        display: flex;
        height: 7vh;
        align-items: center;
        justify-content: space-between;
    }

    /* Logo header */
    .mobile-header img {
        margin-right: 10px;
        width: 35px;
        /* width: 2.08vw; */
    }

    .logo-devise-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .logo-devise-mobile p {
        text-transform: none;
        font-size: 12px;
    }
    .prenom-nom {
        font-size: 2.8vw;
        /* font-size: 12px; */
    }
    .prenom-nom > p {
        font-size: 12px;
    }

    .raison-sociale {
        color: white;
    }

    .titre-accueil {
        width: 90%;
        margin-left: 10px;
    }

    .titre-accueil h1 {
        font-size: 7vw !important;
    }

    .bloc-titre {
        /* margin-top: 25%; */
        margin-top: 15%;
    }

    .monbouton {
        height: 45px;
        /* height: 5vh; */
        width: 80%;
    }

    .monbouton .bouton  {
        height: 100%;
        font-size: 4vw;
    }
    
    .bouton {
        font-size: 14px;
        font-weight: 100;
    }

    .vehicules {
        width: 100%;
    }
    .vehicules ul {
        margin-top: 3vh;
    }
    .vehicules li {
        width: 11%;
        min-height: 50px;
    }
}