.gap {
    height: 5px;
    width: 100%;
    clear: both;
    display: block;
}
.gapTable {
    height: 10px;
    width: 100%;
    clear: both;
    display: block;
}
.duree{
    color:red;
}
.padding-l-r{
    padding-left: 25px;
    padding-right: 25px;
}
.stripe-button{
    color: red;
}
.uppercase{
    text-transform: uppercase;
}
@-webkit-viewport{
    width: device-width;
    zoom: 1;
    user-zoom:fixed;
}
@-moz-viewport{
    width: device-width;
    zoom: 1;
    user-zoom:fixed;
}
@-ms-viewport{
    width: device-width;
    zoom: 1;
    user-zoom:fixed;
}
@-o-viewport{
    width: device-width;
    zoom: 1;
    user-zoom:fixed;
}@-ms-viewport{
    width: device-width;
    zoom: 1;
    user-zoom:fixed;
}
@viewport{
    width: device-width;
    zoom: 1;
    user-zoom:fixed;

}
.logo-height-mobile{
    height: 30px;
}
.logo-height{
    height: 50px;
}
.error{
    color: #a94442;
    border-color: #a94442;
}
.popover  {
    max-width: none;
    width:340px;
}