:root {
    --primary: lightgrey;
    --secondary: dodgerblue;
    --trois: #2e2c2c;
}

html {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: Nunito;
    color: var(--trois);
    font-size: 1rem;
}

.parallax {
    background-image: url("./img/360157-admin_1600x1200.webp");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

.parallax-cpam {
    background-image: url("./img/jeshoots-com-mSESwdMZr-A-unsplash.webp");
    align-items: center;
    min-height: 300px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: none;
    background-size: cover;
}

.parallax-train {
    background-image: url("./img/729734-gare-du-nord-sncf-train-visuel-actualites.webp");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

.parallax-avion {
    background-image: url("./img/avion.webp");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

.suggestion, .suggestion1 {
    background: whitesmoke;
  	margin: 10px;
  	border-radius: 10px;
}

details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px auto 0;
}
.cond {
    display: none;
}

.onglets {
    background: #2e2c2c;
}

.summary, .summary-aeroport, .summary-gare {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: whitesmoke;
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto 0px;
    transition: 2s;
}

.summary-change {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #2e2c2c;
    color: whitesmoke;
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto 0px;
    border-left: 5px solid dodgerblue;
    border-right: 5px solid dodgerblue;
    transition: 2s;
}

.condition, .condition-aero, .condition-gare {
    padding: 10px;
    margin: 10px auto;
    text-decoration: underline 2px dodgerblue;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}

.container-condition, .container-condition-aero, .container-condition-gare {
    display: none;
    flex-direction: column;
}

.qty-btn {
    background: dodgerblue;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.qty-btn:hover {
    background: #2e2c2c;
    color: dodgerblue;
}

.number-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ville-94 {
    display: none;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    margin: 10px;
}

.zone-click {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-left: 10px solid dodgerblue;
    background: whitesmoke;
    text-align: center;
    height: 50px;
}

.zone-click1 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-bottom: 10px solid dodgerblue;
    background: whitesmoke;
    text-align: center;
    height: 50px;
}

.ville {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-left: 5px solid dodgerblue;
    border-right: 5px solid dodgerblue;
    background: whitesmoke;
    text-align: center;
    height: 50px;
    margin-bottom: 30px;
}

.h2-ville {
    margin: 30px auto;
}

ul {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin: auto;
    background: dodgerblue;
    border: 2px solid black;
    width: 100%;
    height: auto;
    padding: 0px auto;
}

li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style-type: none;
    width: 100%;
    padding: 5px;
    color: whitesmoke;
}

.no-scroll {
    overflow: hidden;
}

.scrolled {
    background: var(--trois);
    transition: .5s;
}

/*.button-fixed1  {
    position: fixed;
    display: flex;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 50px;
    transition: .4s;
    background: dodgerblue;
    animation: up 2s linear;
    z-index: 10000;
}

@keyframes up {
    0% {bottom: -50px;}
    100% {bottom: 0;}
}

.button-fixed2 {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 33%;
    height: 50px;
    transition: .4s;
    background: dodgerblue;
    animation: up1 2s linear;
    z-index: 10001;
}

@keyframes up1 {
    0% {top: 90%;}
    100% {top: 80%;}
}

.button-fixed3 {
    position: fixed;
    display: flex;
    bottom: 50px;
    right: 120px;
    width: 33%;
    height: 50px;
    transition: .4s;
    background: #25D366;
    z-index: 10002;
}*/

.btn-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

.formulaires1 {
    position: fixed;
    display: flex;
    margin: 0 0px;
    padding: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    font-weight: 600;
    font-size: 10px;
    transition: .5s;
}

.reserver {
    color: var(--primary);
    text-decoration: none;
    background: var(--secondary);
}

 header {
    background-image: linear-gradient(180deg, lightgrey 20%, dodgerblue 90%, #2e2c2c 100%);
    height: 100vh;
    width: 100%;
    margin-bottom: -2rem;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3.5rem;
    width: 100%;
    z-index: 9999999;
}

.container-modal {
    position: fixed;
    top: -50px;
    right: 0;
    display: none;
    width: 100%;
    height: 40%;
    background: var(--trois);
    transition: .5s;
    animation: 2s descente ease-in-out;
    z-index: 10004;
}

@keyframes descente {
    0% {
        height: 0;
    }
    100% {
        height: 40%;
    }
}

.container-modal1 {
    position: fixed;
    top: 3.45rem;
    right: 0;
    display: none;
    width: 100%;
    height: 0;
    background: var(--trois);
    transition: .5s;
    animation: 2s remonte ease-in-out;
    z-index: 10004;
}

@keyframes remonte {
    0% {
        height: 25%;
        display: flex;
    }
    100% {
        height: 0%;
        display: none;
    }
}

.content-modal {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    background: #2e2c2c;
    align-items: center;
    height: auto;

}

@keyframes opacite {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.content-modal a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.625rem;
    text-decoration: none;
    color: var(--primary);
    font-size: 1rem;
    font-weight: bold;
    width: 100vw;
    height: auto;
}

.content-modal a:nth-of-type(1){
    margin-top: 5rem;
}



.modal {
    width: 60vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    background: var(--trois);
    transition: .5s;
}

.btn-modal-tel,.btn-modal-form, .btn-modal-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.56rem;
}

.btn-modal-whatsapp {
    background: #25D366;
}

.btn-modal-form, .btn-modal-tel {
    background: var(--secondary);
}

.btn-modal-whatsapp svg, .btn-modal-tel svg {
    margin-left: .625rem;
    margin-right: .5rem;
}

.btn-modal-form svg {
    margin-right: 2rem;
}

.container-title-taxi {
    position: absolute;
    top: .625rem;
    left: 1.25rem;
    font-size: calc(2.5rem - 2vw);
    font-weight: 400;
    height: 3.125rem;
    z-index: 100;
}

.container-title-taxi a {
    text-decoration: none;
    color: var(--secondary);
    text-decoration: underline 2px lightgrey;
}

.dots1 {
    position: absolute;
    top: 1.25rem;
    right: 0.938rem;
    content: "";
    width: 30px;
    height: 2px;
    background: dodgerblue;
    border-radius: 10px;
    transition: .5s;
}

.dots2 {
    position: absolute;
    top: 1.875rem;
    right: .938rem;
    content: "";
    width: 40px;
    height: 2px;
    background: dodgerblue;
    border-radius: 10px;
    transition: .5s;
}

.dots3 {
    position: absolute;
    top: 2.5rem;
    right: 0.938rem;
    content: "";
    width: 50px;
    height: 2px;
    background: dodgerblue;
    border-radius: 10px;
    transition: .5s;
}

.dots1-close{
    position: absolute;
    top: 1.875rem;
    right: 0.938rem;
    content: "";
    width: 30px;
    height: 2px;
    background: var(--secondary);
    border-radius: 10px;
    rotate: -45deg;
    transition: .5s;
}

.dots2-close{
    opacity: 0;
    transition: .5s;
}

.dots3-close{
    position: absolute;
    top: 1.875rem;
    right: 0.938rem;
    content: "";
    width: 30px;
    height: 2px;
    background: lightgrey;
    border-radius: 10px;
    rotate: 45deg;
    transition: .5s;
}

.img-taxi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    }

.img-taxi img {
    margin-top: .5rem;
    width: 100vw;
    height: 30vh;
    transition: .6s;
   /* animation: slide 2s linear;*/
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.container-header-taxi {
    height: 10%;
}

.container-presentation-taxi {
    background: var(--trois);
    color: var(--primary);
    padding: 0rem .3rem 2rem;
}

.container-presentation-taxi h2 {
    text-decoration: underline 2px var(--primary);
}

hr {
    display: flex;
    justify-content: center;
    align-items: center;
    background: lightgrey;
    width: 5rem;
    height: .125rem;
    margin: 30px auto;
    border: 1px solid lightgrey;
}

.block2 {
    display: block;

}

.numero {
    display: block;
    text-align: center;
    font-size: 30px;
    color: dodgerblue;
    cursor: pointer;
}

.numero:hover {
    color: red;
}

.text-taxi {
    margin: 0px auto 0;
    padding: 60px 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: calc(1.2rem - 1vh);
}

.content-presentation-taxi, .container-avis-taxi {
    display: block;
    padding: 10px;
    width: 100%;
    height: auto;
    margin: auto;
}

.title-presentation-taxi, .title-avis-taxi, .title-form-taxi, .title-contact-taxi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    font-size: 20px;
    color: var(--secondary);
    text-decoration: underline black;
    padding-bottom: 20px;
}

.title-contact-taxi {
    text-decoration: underline white ;
}

#counter-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    padding: 0 1.25rem 1.5rem;
    background: var(--trois);
    text-align: center;
}

.counter-box p {
    color: var(--primary);
    font-size: calc(0.9rem + 0.5vw);
}

.counter-box {
    font-family: Nunito;
}

.counter {
    font-size: calc(1.8rem + 1vw);
    font-weight: bold;
    color: var(--secondary);
    display: block;
}

#map {
    height: 80vh;
    width: 100vw;
}

#info {
    padding: 0rem;
    font-family: Nunito;
}

.title-experience-taxi {
    height: auto;
    text-decoration: underline dodgerblue;
    color: lightgrey;
    font-size: 20px;
    margin: 20px 0;
}

.container-avis-taxi {
    background: whitesmoke;
}

.title-propos-taxi {
    text-decoration: underline black;
    color: dodgerblue;
    font-size: 20px;
    margin: 0px 0;
    text-align: center;
}
.p-renseignement {
    width: 80%;
    text-align: center;
    margin: 0 40px;
}

.h2-propos-taxi {
    margin-bottom: 20px;
}

.h2-presentation-taxi {
    display: flex;
    justify-content: left;
    align-items: center;
}

.paragraphe-presentation-taxi {
    font-size: 20px;
    text-align: center;
}

.container-propos-taxi {
    display: block;
    margin: 20px 15px;
}

.content-propos-taxi {
    color: var(--trois);
    padding: 10px;
}

.prestation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.1rem;
    text-transform: capitalize;
    color: var(--trois);
    padding-bottom: 20px;
}

.content-propos-taxi:nth-of-type(1) {
    margin: 20px auto 0;
}

.container-formulaire {
    display: block;
}

.formulaire {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 0;
}

iframe {
        width: 100%;
        height: auto;
        justify-content: start;
        border: 0;
        pointer-events: none;
        margin: 0;
    }

.p-reservation {
    width: 100%;
    text-align: center;
    margin: 30px auto 0;
    padding: 10px;
    font-size: 1rem;
}

/*.btn-form, .btn-tel, .btn-whastapp {
    display: flex;
    justify-content: space-around;
    margin: auto;
}*/

.content-modal a:nth-of-type(7), .content-modal a:nth-of-type(6), .content-modal a:nth-of-type(5){
    color: var(--trois);
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.813rem;
    background: dodgerblue;
    border: none;
    color: var(--trois);
    text-align: center;
    text-decoration: none;
    font-size: .75rem;
    font-weight: bold;
    transition: .6s;
    z-index: 999;
}

.button:hover {
    background: #005596;
    color: whitesmoke;
}
.btn-tel {
    width: 100%;
}

.btn-form {
    width: 100%;
}

.btn-whatsapp {
    width: 100%;
}
.button-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.813rem;
    background: lightgray;
    color: var(--trois);
    text-align: center;
    text-decoration: none;
    font-size: .75rem;
    font-weight: bold;
    z-index: 999;
}

.button-tel:hover {
    background: rgb(145, 144, 144);
}

.button-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.813rem;
    background: #25D366;
    color: var(--trois);
    text-align: center;
    text-decoration: none;
    font-size: .75rem;
    font-weight: bold;
    z-index: 999;
}

.button-whatsapp:hover {
    background: #178840;
}

.button-tel img {
    margin-right: 10px;
    margin-left: 5px;
}

.button img {
    margin-right: 10px;
    margin-left: 5px;
}

.formulaires {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    transition: .5s;
}

/*.formulaires p:nth-of-type(1) {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: none;
    color: var(--trois);
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}*/

.img-propos {
    display: flex;
    justify-content: center;
    align-items: start;
    padding-bottom: 30px;
}

.texte-propos {
    text-align: center;
    font-size: 18px;
}

.block-commentaire {
    display: flex;
    justify-content: left;
    align-items: center;
}

.bottom {
    transition: 9s;
    animation: bottom  ease-in-out;
    animation-timeline: view();
    animation-range: cover cover 40%;
}

/*.right {
    transition: .3s;
    animation: right  ease-in-out;
    animation-timeline: view();
    animation-range: cover cover 50%;
}

@keyframes right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}*/

/*@keyframes bottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}*/

/*.left {
    transition: .3s;
    animation: left ease-in-out;
    animation-timeline: view();
    animation-range: cover cover 50%;
}

@keyframes left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translate(0);
    }
}*/

.paragraphe-avis-taxi {
    background: lightgrey;
    padding: 10px;
    border-radius: 0px;
    margin: 20px auto;
    width: 90%;
}

.name-commentaire {
    padding-left: 20px;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    margin: 20px 0 0;
}

.number {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.choice {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto 0;
    padding: 0 20px;
    width: 100%;
}

.choice label {
    display: block;
}

label {
    margin: 2.5px;
}

.number label {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

input[type=text], input[type=tel], #datetime, #email, #email-renseignement {
    text-align: center;
    width: 300px;
    height: 40px;
    border-radius: 0%;
    margin: 2px;
}

input[type=number] {
    text-align: center;
    width: 50px;
    height: 40px;
}

#bagage {
    border-left: 1px solid dodgerblue;
    border-right: 1px solid dodgerblue;
    height: 30px;
}

.bagage, .personne {
    margin: 10px;
    
}

#personne {
    border-right: 1px solid dodgerblue;
    border-left: 1px solid dodgerblue;
    height: 30px;
}

input[type=datetime-local] {
    padding: 5px 80px;
}

textarea {
    margin: 2px;
    width: 300px;
}

textarea::placeholder {
    text-align: center;
    padding: 25px 0;
}

input, textarea {
    border: none;
    border-bottom: 1px solid dodgerblue;
    border-left: 1px solid dodgerblue;
    border-right: 1px solid dodgerblue;
    background: var(--trois);
    background: whitesmoke;
}

#textarea-renseignement, textarea  {
    font-family: Nunito;
}

.submit, .submit-renseignement {
    width: 150px;
    height: 45px;
    background-image: linear-gradient(90deg, #2e2c2c, dodgerblue, #2e2c2c);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-image .3s, color .3s, background-size .3s;
    background-position-x: right;
    border: none;
    color: var(--primary);
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 0;
    cursor: pointer;
}

.submit {
    background-image: linear-gradient(90deg, #fff, dodgerblue, #fff);
}

.submit:hover, .submit-renseignement:hover {
    background-size: 100% 100%;
    background-position-x: left;
    color: whitesmoke;
}

.msgErreur {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    color: red;
    text-decoration: none;
}

.borderFalse {
    border-bottom: 2px solid rgb(179, 35, 38);
    border-left: 2px solid rgb(179, 35, 38);
    border-right: 2px solid rgb(179, 35, 38);
}

.borderTrue {
    background: whitesmoke;
    border-bottom: 2px solid dodgerblue;
    border-left: 2px solid dodgerblue;
    border-right: 2px solid dodgerblue;
}

.footer {
    display: block;
    background: var(--trois);
    color: var(--primary);
    width: 100%;
    height: auto;
    padding: 20px 10px;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.choix-radio {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer a{
    padding: 0px;
    color: white;
    text-decoration: none;
}

.appel, .mail, .localisation {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 5px;
    padding: 20px 0;
}

.localisation a {
    text-align: center;
    width: 200px;
}

.appel img, .mail img, .localisation img {
    margin: 10px;
}

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

.reseaux {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.copyright {
    background: lightgrey;
    text-align: center;
    margin-bottom: 45px;
}

.copyright a {
    color: var(--trois);
    text-decoration: none;
}

@media screen and (min-width: 1000px) {
    .container-title-taxi {
        font-size: 30px;
    }

    .block2 {
        display: block;
        margin: 100px;
    }

    .btn-modal-form, .btn-modal-tel, .btn-modal-whatsapp {
        display: none;
    }

     .p-reservation {
        font-size: 20px;
        font-weight: 400;
     }

    .formulaire {
        display: flex;
        justify-content: space-around;
        flex-direction: row-reverse;
    }

    .img-taxi img {
        width: 80%;
        height: 300px;
    }

    .container-modal {
        display: none;
        justify-content: space-around;
        align-items: center;
        background: #2e2c2c;
        width: 100%;
        height: auto;
        animation: none;
    }

    .content-modal {
        display: none;
        animation: none;
    }

    .onglets {
        display: none;
        justify-content: space-around;
        align-items: center;
        background: #2e2c2c;
        color: black;
        width: 50%;
        z-index: 88888888;
    }

    iframe {
        width: 50%;
        height: 500px;
        justify-content: start;
        align-items: start;
    }

    .block-renseignement {
        display: block;
        align-items: start;
        }

        .detail {
            width: 40%;
            display: block;
            justify-content: space-around;
            align-items: center;

        }

        .contact1 {
            display: flex;
            justify-content: space-around;
            width: 100%;
        }

        .block-avis {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .paragraphe-avis-taxi {
            margin: 0 10px;
            width: 50%;
            height: 230px;
        }

        .block-counter {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .summary-aeroport, .summary-gare, .summary {
            width: 25%;
        }

        .condition, .condition-aero, .condition-gare {
            text-align: center;
        }

        .burger {
            display: none;
        }

        .block-service {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .texte-propos { 
            width: 50%;
        }

        .reversed {
            flex-direction: row-reverse;
        }

        .img-propos img  {
            width: 400px;
          height: 400px;
        }


}

