@font-face {
    font-family: "HK_grotesk";
    src: url("fonts/hk-grotesk/HKGrotesk-Medium.otf");
}

@font-face {
    font-family: "HK_grotesk_bold";
    src: url("fonts/hk-grotesk/HKGrotesk-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "plaid";
    src: url("fonts/Plaid-XL-Web/Plaid-XL.woff") ;
}


/*TEMPS DE CHARGEMENT*/
.loader {
    width: 24px;
    height: 24px;
    border: 5px solid #FFF;
    border-bottom-color: #F47A2A;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body {
     font-family: "HK_grotesk";
    font-size: 16px;
 }

h1{
    font-family: "plaid";
    color: #0F1923;
    font-size: 50px;
}

h2{
    font-family: "plaid";
    color: #0F1923;
    font-size: 30px;
    font-weight: bold;
}

h3{
    font-family: "plaid";
    color: #0F1923;
    font-size: 24px;
    font-weight: bold;
}

h4{
    font-family: "HK_grotesk";
    color: #0F1923;
    font-weight: bold;
    font-size: 24px;
}

h5{
    font-family: "plaid";
    color: #0F1923;
    font-size: 16px;
    font-weight: bold;
}

h6{
    font-family: "plaid";
    color: #0F1923;
    font-size: 12px;
    font-weight: bold;
}

footer{
    background-color: #0F1923;
}

/*///////////////////////////////////
CSS MODIFICATION DE LA POLICE
////////////////////////////////////*/

.police_plaid{
    font-family: "plaid";
    font-size: 11px;
    font-weight: bold;
}

.text_price{
    font-family: "plaid";
    color: #0F1923;
    font-size: 16px;
    font-weight: bold;
}


/*///////////////////////////////////
CSS MODIFICATION DE LA COULEUR DU TEXTE
////////////////////////////////////*/

.subtitle{
    color: #383E3A;
}

.text_orange{
    color:#F47A2A;
    text-transform: uppercase;
}

.uppercase{
    text-transform: uppercase;
}

.text_orange_lowercase{
    color:#F47A2A;
}

.text_grey{
    color: #808080;
}

.text_light_grey{
    color: #DBD9D2;
}

.text_center{
    text-align: center;
}

.text_rouge{
    color: red;
}

/*///////////////////////////////////
CSS MODIFICATION DES ICONES EN FONCTION DE LA PAGE LOGIN/INFO/CHECKOUT
////////////////////////////////////*/

.bs-stepper-circle{
    background-color: #DBD9D2;
    font-family: "plaid";
}

.active .bs-stepper-circle{
    background-color: #F47A2A;
}

.finished .bs-stepper-circle{
    background-color: #F47A2A;
}

.orange{
    background-color: #F47A2A;
}

.bs-stepper-label{
    color: black;
    font-family: "plaid";
}

.icon_step{
    color: white;
    padding: .7em;
    background: no-repeat center url("../svg/_sprite/grey_circle.png");
    display: inline-block;
    margin-right: .5em;
}

.icon_step.active{
    background: no-repeat center url("../svg/_sprite/rond_orange.png");
}

.bar{
    background: no-repeat center url("../svg/_sprite/rectangle.png");
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(244, 122, 42, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(244, 122, 42);
}


/*/////////////////////////////////////////
MODIFICATION DES SELECT
 */
select option{
    font-family: "HK_grotesk";
    font-size: 14px;
}

@-moz-document url-prefix() {
    select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url('../favicons/pngkey.com-down-arrow-png-117105.png');
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: right 10px center;
    }
    select option{
        font-family: "HK_grotesk";
        font-size: 14px;
    }
}

option{
    font-family: "HK_grotesk";
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*///////////////////////////////////
CSS MODIFICATION DU CONTENU DE LA NAVBAR
////////////////////////////////////*/

.nav-link {
    font-family: "plaid";
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.nav_title {
    font-family: "plaid";
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.collapseButton{
    font-size: 25px;
    color: black;
    font-weight: bold;
}

a:hover{
    text-decoration: none;
    color: black;
}

.nav-item{
    position: relative;
    font-size: 20px;
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
}

.top_menu_animation:hover{
    color: #F47A2A;
    transition-duration: 0.6s;
}

.nav_border{
    border-top : solid 1px #DBD9D2;
    border-bottom: solid 1px #DBD9D2;
}

.nav_border_top{
    border-top : solid 1px #DBD9D2;
}

.nav_border_bottom{
    border-bottom : solid 1px #DBD9D2;
}

.nav_border ul{
    margin-bottom: 0;
}

/*///////////////////////////////////
CSS MODIFICATION DES BORDURE
////////////////////////////////////*/
.all_border{
    border: solid 1px #DBD9D2;
}

.border_bottom{
    border-bottom: solid 1px #DBD9D2;
}
/*///////////////////////////////////
CSS MODIFICATION DES BOUTONS
////////////////////////////////////*/

.orange_btn{
    font-family: "plaid";
    color: white;
    background-color: #F47A2A;
    border-radius: 0;
    font-weight: bold;
    font-size: 12px;
}

.orange_btn_border{
    font-family: "plaid";
    color: black;
    border-radius: 0;
    font-weight: bold;
    font-size: 12px;
    border: solid 2px #F47A2A;
}

.themes_btn{
    background-color: black;
    color: white;
    text-transform: uppercase;
}

.grey_btn{
    font-family: "plaid";
    color: #808080;
    background-color: #DBD9D2;
    border-radius: 0;
    font-weight: bold;
    font-size: 12px;
}




/*///////////////////////////////////
CSS MODIFICATION DES ICONES + OU - DU NOMBRE DE PASSAGERS
////////////////////////////////////*/

.sign_size{
    color: black;
    margin-top: -4px;
}

.remove_pass{

}

.passenger_up.bs-stepper-circle{
    background-color: white;
    border: solid 2px #F47A2A;
}

.passenger_dec.bs-stepper-circle{
    background-color: white;
    border: solid 2px #DBD9D2;
}

/*///////////////////////////////////
CSS MODIFICATION DE LA PARTIE TRIP SUMMARY (DROITE)
////////////////////////////////////*/

.trip_summary{
    background-color: #FAF7F2;
}

/*///////////////////////////////////
CSS MODIFICATION DU MARGIN
////////////////////////////////////*/

.margin_bottom_neg{
    margin-bottom: -50px;
}

/*///////////////////////////////////
CSS MODIFICATION DES INPUT
////////////////////////////////////*/
.border_input{
    border-radius: 0;
}

.border_invisible{
    border : 0;
    -webkit-appearance: none;
    font-weight: bold;
    font-family: "plaid";
}

.form-control{
    border-radius: 0;
    height: calc(2em + .75rem + 2px);
}

/*///////////////////////////////////
CSS MODIFICATION DU FOOTER
////////////////////////////////////*/

.padding_section{
    padding-top: 5em;
}

.footer_hr{
    border-color: #DBD9D2;
}

.footer_text{
    color: white;
}

.form-control.invalid{
border-color: #dc3545;
}

.form-group.invalid .invalid-feedback{
    display: block;
}

.valid_data_submit{
    display: none;
}

.active.valid_data_submit{
    display: block;
}

.wrapper{
    flex-direction: row;
}
/*///////////////////////////////////
CSS MEDIA QUERY AFFICHAGE EN COLONNE QUAND MOBILE
////////////////////////////////////*/

@media screen and (max-width: 300px) {
    .wrapper{
        flex-direction:column;
    }
    .nav-item{
        width:202px;
        height:4em;
    }
    .responsive_col_btn{
        flex-direction: row;

    }
}


/*///////////////////////////////////
CSS ANIMATION DES BOUTONS
////////////////////////////////////*/

.btn_animation{
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: all 2s , border-width 1s ease-out;
    border-width: 0;
    z-index: 1;
    overflow: hidden;

}

.orange_btn_border.btn_animation{
    border: solid 2px #F47A2A;
}

.btn_animation:after{
    position: absolute;
    content: "";
    width: 0;
    height: 120%;
    background: #0F1923;
    transition: all 2s, border-width 1s ease-out;
    left: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(1, 1);

}

.btn_animation:hover{
    color: #fff;
    border-width: 0px;
}

.btn_animation:hover:after {
    width: 100%;
    transform: skewX(-25deg) scale(2, 1);
}

.btn_animation span{
    position: relative;
    z-index: 2;
}

/*///////////////////////////////////
CSS TAILLE DES IMAGES
////////////////////////////////////*/

.header_img_payment_accept{
    width: 300px;
    height: 242px;
}

/*///////////////////////////////////
INPUT PHONE NUMBER
////////////////////////////////////*/
/*.iti__flag {background-image: url("../img/flags/flags.png");}*/

/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {*/
/*    .iti__flag {background-image: url("../img/flags/flags@2x.png");}*/
/*}*/


