
.container.voyage-container{
    width: 87%!important;
    padding-right: 1rem;
    padding-left: 1rem
}
.logo-form{
    display: flex;
    justify-content: center;
    height: 100px;
}

.logo-form img{
    padding: 10px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #1a2d4a;
    object-fit: contain;
    transform: translateY(-50%);
}

.blue-text{
    color: #1a2d4a;
}

.form-title{
    margin-bottom: 4rem;
}

.form-control:focus{
    box-shadow: none !important;
}

.input-form-voyage{
    display: block;
    margin-top: 0rem;
}

.label{
    color: #1a2d4a !important;
    font-size: 15px !important;
}

.input-form-voyage .label_title{
    font-weight: bold !important;
    color: #1a2d4a !important;
    font-size: 15px;
}

.input-form-voyage .group{
    margin: 0;
}

.clearfix-auto .col-sm-12{
    margin-bottom: 1rem;
}

.form-card{
    padding: 1em 1.5em;
    border: 1px solid #dee2e4;
    border-radius: 5px;
    background: #ebf1f3;
 }

.form-card.text-center.paiement-card{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-control{
    height: 38px;
}

.badge-help{
    background: #0001;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    margin-left: 5px;
}

.conditions-list, .conditions-tps{
    margin-top: 0em;
    margin-left: 15px;
    list-style: disc;
}

ul.conditions-list li, ul.conditions-tps li{
    margin-bottom: 0;
    font-size: 16px;
}


.link-pink{
    text-decoration: underline;
    color: #e21564;
}

.link-dark{
    color: #1a2d4a;
    text-decoration: underline;
}

.paiement{
    margin-top: 3em;
}

.paiement .container{
    padding: 0 6em;
}

.paiement-icon{
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 1em;
}

.paiement .form-card{
    cursor: pointer;
}

.paiement .form-card p{
    font-size: 18px;
}

.big-dark-card {
    margin: 3em 0;
    border-radius: 10px;
    background: #1a2d4a;
    color: white;
    padding: 1em 2.5em;
}

.big-dark-card h4{
    display: flex;
    align-items: center;
}

.big-dark-card .fa-info,
.info-facture .fa-info{
    border-radius: 50%;
    flex: 0 0 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.big-dark-card .fa-info{
    border: 1px solid white;
}

.total-montant{
    display: flex;
    justify-content: flex-end;
}

.total-montant .form-card{
    width: 350px;
}

.total-montant .form-card p{
    margin: 0;
}

.info-facture{
    margin-top: 3rem;
    display: flex;
}

.info-facture h5{
    margin: 0;
    line-height: 1.7;
}

.info-facture .fa-info{
    border: 1px solid #1a2d4a;
}

.button-section{
    display: flex;
    justify-content: center;
    padding: 3em;
}

.submit-cheque{
    color: white;
    background-color: #ee4344;
    border: none;
    padding: .2em 2em;
    border-radius: 5px;
    font-size: 17px;
}

.date-input{
    display: flex !important;
    align-items: center;
}

.fa-spinner{
    transform-origin: center;
    animation: loading 1s linear infinite;
}

h5.title-h, .info-facture h5{
    font-size: 15px;
}

.text-center h5{
    font-size: 20px;
}

.form-cheques{
    padding-top: 0px;
}
.voyage-form{
    padding: 1rem;
}

.voyage-form h4{
    margin-top: 2rem;
    font-size: 16px;
    font-weight: bold !important;
}

.voyage-form h5.title{
    margin-bottom: 2em;
}

.voyage-form h5.title-h{
    margin-top: 1.5em;
    font-weight: bold;
}

@keyframes loading {
    from{ transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media only screen and (min-width: 300px) and (max-width: 739px) { 

    .form-cheques{
        padding-top: 1rem;
    }

    .voyage-form{
        padding: 3rem 0;
        font-size: 15px;
    }

    .voyage-form h1.text-center.uppercase.form-title {
        font-size: 14px;
    }

    .voyage-form h4{
        margin-top: 0.5rem;
        font-size: 14px;
    }

    .input-form-voyage .label_title {
        font-size: 15px;
    }

    .input-form-voyage .col-sm-12{
        padding-right: 5px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .mobil-content .col-sm-6{
        padding-right: 0px;
        padding-left: 0px;
    }

    .clearfix-auto .col-sm-12 {
        margin-bottom: 0.5rem;
    }

    .voyage-form h5.title{
        margin-bottom: 1em;
        font-size: 17px;
    }

    .paiement {
        margin-top: 1em;
    }
    .paiement .container {
        padding: 0px!important;
    }

    .big-dark-card {
        margin: 1em 0;
    }

    .info-facture {
        margin-top: 2rem;
    }

    h5.title-h{
        margin-top: 1em;
    }

    .button-section{
        padding:0em;
    }

    .label {
        color: #1a2d4a !important;
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 768px) {
    .inder-header {
        margin-top: 37%;
    }
    .inder-header.cclose {
        margin-top: 22%;
    }
    .shear-menu{
        font-size: 1rem;
    }
    .container-middle {
        padding-bottom: 0px;
    }
    
    .container.voyage-container{
        width: 100%!important;
    }

    .formulaire-li {
        width: 97%
    }

    .voyage-form .uppercase{
        font-size: 14px;
    }

    ul.conditions-list li, ul.conditions-tps li {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 2.5;
    }

    .paiement .form-card {
        padding: .3em 1.5em;
    }

    .paiement .form-card p {
        font-size: 14px;
    }

}