/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 déc. 2021, 12:33:01
    Author     : yaelh
*/

.logo_cdf{
    width: 50%;
}

.cart-passager{
    list-style-type: none;
    margin-bottom: 10px;
}

#selected-seats{
    padding: 0;
}
@media (min-width:768px) {
    .img_logo{
        max-width: 300px;
    }
    .desktop_view{
        display: block;
        width: 100%;
    }
    .mobile_view{
        display: none;
    }
    .logo_presta{
        max-height: 100px!important;
    }
}
@media (max-width:768px) {
    .img_logo{
        max-width: 100px;
    }
    .desktop_view{
        display: none;
    }
    .mobile_view{
        display: block;
    }
    .mobile_view img{
        width: 100%;
    }
    .logo_presta{
        max-height: 40px!important;
    }
}

.display_none{
    display: none;
}

.fas{
    cursor: pointer;
}

.save_input{
    background: url(../img/check.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

.copie{
    border: none;
    cursor: none;
    width: 40px;
}
.background_white{
    background: white;
}