body
{
    margin: 0;
    background-color: aliceblue;
    max-width: 100%;
    overflow-x: hidden;
}

.video-container
{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
  
.video-container video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#title
{
    font-family: monospace;
    font-size: 10vh;
    color: white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    width: 50vw;
    height: 20vh;
    top: calc(56.25%/2.7);
    left: calc(50%/2);
}

#underTitle
{
    font-family: monospace;
    font-size: 4vh;
    color: white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    width: 50vw;
    height: 20vh;
    top: calc((56.25%/2) + 10vh);
    left: calc(50%/2);
}

#buttonLanding
{
    font-family: monospace;
    font-size: 2vh;
    color: white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    width: 15vw;
    height: 7vh;
    border: 0.5vh solid;
    border-radius: 2vh;
    border-color: aliceblue;
    top: calc((56.25%/2) + 30vh);
    left: calc((100%/2) - (15vw/2));
    transition: all 0.5s;
    text-decoration: none;
}

#buttonLanding:hover
{
    background-color: aliceblue;
    color: black;
    border-color: aliceblue;
    cursor: pointer;
}

#carContainer
{
    background-color: aliceblue;
    padding-top: 10vh;
    display: flex;
    flex-direction: row;
    height: 60vh;
    justify-content: center;
    align-items: center;
}
 
#car
{
    width: 50vw;
    height: 50vh;
}

#carText
{
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 50vw;
}

#carTextTitle {
    font-family: Roboto;
    font-size: 4vh;
    font-weight: 800;
    padding-bottom: 2vh;
    /* text-align: center; */
    /* padding-left: 7vw; */
    line-height: 7vh;
}

#carTextContent {
    font-family: 'Roboto';
    font-size: 2.2vh;
    padding-bottom: 5vh;
    color: #2d2e2e;
    line-height: 3.7vh;
}

#faqContainer
{
    background-color: rgb(228, 229, 230);
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.question
{
    opacity: 0;
    padding-top: 5vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50vw;
}

.questionTitle {
    font-family: 'Roboto';
    font-size: 4vh;
    font-weight: 500;
    /* padding-bottom: 3vh; */
    color: #2d2e2e;
}

.questionResponse {
    font-family: 'Roboto';
    color: #6e6e6e;
    font-size: 2.5vh;
    margin: 0;
}

.questionResponseRe {
    font-family: 'Roboto';
    color: #6e6e6e;
    font-size: 1.8vh;
    text-align: left;
    margin: 0;
    margin-left: 2vw;
}

.atouts
{
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 7vw;
    opacity: 0;
}

.atoutTexte
{
    padding-top: 5vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.atoutTitle {
    font-family: 'Roboto';
    font-size: 3vh;
    font-weight: 500;
    /* padding-bottom: 3vh; */
    color: #2d2e2e;
}

.atoutSum {
    font-family: 'Roboto';
    color: #6e6e6e;
    font-size: 2vh;
    padding-top: 3vh;
    margin: 0;
    text-align: left;
    line-height: 3.2vh;
}

.logoAtout
{
    height: 5vh;
    width: 5vw;
    padding-top: 5vh;
    padding-right: 2vw;
}

.atout {
    display: flex;
    flex-direction: row;
    width: 27vw;
}

.footer
{
    height: 40vh;
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footerElement
{
    width: calc(100% / 5.1);
    display: flex;
    flex-direction: column;
    align-items: left;
    padding-left: 2vw;
}

.footerTitle
{
    color: rgb(255, 255, 255);
    padding-bottom: 3vh;
    padding-top: 3vh;
    font-family: 'Roboto';
    font-size: 2vh;
}

.textFooter
{
    color: rgb(194, 195, 191);
    font-family: 'Roboto';
}

.textLegal
{
    color: rgb(194, 195, 191);
    font-family: 'Roboto';
    padding-bottom: 1.5vh;
    transition: color ease 0.3s;
    text-decoration: none;
}

.textLegal:hover
{
    color: white;
    cursor: pointer;
}

.coorRow
{
    display: flex;
    flex-direction: row;
    padding-bottom: 2vh;
}

.logoFooter
{
    padding-right: 1vw;
}

.faqContainerRe
{
    background-color: rgb(228, 229, 230);
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#imageConvoyage
{
    width: 50vw;
}

#convImage {
    width: 50vw;
    height: 80vh;
    background-repeat: no-repeat;
    background-image: url("../assets/imgConv.jpg");
    background-size: cover;
    background-position: 1.5vh;
}

.convText {
    font-family: 'Roboto';
    color: #6e6e6e;
    font-size: 2.1vh;
    text-align: center;
    margin: 0;
    margin-left: 2vw;
    padding-top: 3vh;
    line-height: 4vh;
}

.atoutConvoyage
{
    width: 50vw;
}

.logoAtoutConvoyage
{
    margin-left: 2vw;
    padding-top: 4vh;
    height: 7vh;
}

.atoutsConvoyage
{
    gap: 0;
    height: 65vh;
}

.questionTitleConvoyage
{
    overflow-wrap: break-word;
}

.questionResponseConvoyage
{
    overflow-wrap: break-word;
    font-size: 2.3vh;
    line-height: 4vh;
    text-align: left;
}

.faqConvoyage
{
    background-color: rgb(228, 229, 230);
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#faqPartner
{
    background-color: rgb(228, 229, 230);
    height: 90vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.questionResponsePartner
{
    line-height: 4vh;
    text-align: left;
    font-size: 2vh;
}