<<<<<<< HEAD
html, body{
    height: 100%;
}

h2{
    font-size: 18px;
    font-weight: bold;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

section{
    padding-top: 60px;
    padding-bottom: 60px;
}

header{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    background-position: top;
    background-size: cover;
}

header img{
    width: 25%;
}

.navbar-light{
    box-shadow: 0px 7px 12px #f3f3f3;
}

.navbar-brand .logo{
    width: 100%;
}

span{
    display: block;
}

button{
    color: #ffffff;
    border-radius: 2px;
    width: 160px;
}

footer{
    font-size: 11px;
    background-color: #F8F8F8;
}

.button-add-play{
    bottom: 60px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}

.btn.signup{
    width: 288px;
}

.bloc-logo img{
    max-width: 150px;
}

.bloc-logo .logo{
    margin-top: 140px;
}

.picture-center{
    width: 100%;
    max-width: 500px;
}

.picture-bandeau{
    width: 100%;
}

.new-password{
    height: 77%;
}

i{
    padding-right: 10px;
}

input[type=submit]{
    font-weight: bold;
}

input[type=text], input[type=email], input[type=password], .custom-file-label{
    background-color: #F7F7F7!important;
    padding-left: 20px;
}

.navbar-toggler{
    width: auto;
}


th{
    background-color: #F3F5F6;
}

.table thead th {
    vertical-align: middle;
    border-bottom: none;
}

.table td, .table th {
    padding: 1.5rem;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

table.no-border td{
    border: none;
}

.nav-item{
    margin-left: 10px;
}

.form-control {
    font-size: 14px;
    height: calc(2.25rem + 2px);;
}

.form-title{
    font-size: 18px;
    font-weight: bold;
}

.participate{
    margin-top: 60px;
    width: 263px;
}

.form-content{
    background-color: #ffffff;
    padding: 40px 0;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 10px 16px 0 rgba(49,49,49,0.18);
}

.pwd{
    color: #000000;
}

.bg-grey{
    background-color: #F3F5F6;
}

.btn-import {
    background-color: #F9FAFD;
    border: 1px solid #E5E5E5;
    font-size: 11px;
    line-height: 24px;
}

.credit {
    padding: 20px 0;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 16px 0 rgba(104,104,104,0.17);
    font-weight: bold;
}

.product img{
    height: 160px;
    width: 230px;
    object-fit: contain;
    margin-bottom: 20px;
}

.product-item{
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.product-thumb{
    display: table-cell;
    vertical-align: top;
    width: 140px;
}

.product-thumb img{
    width: 100%;
}

.product-info{
    display: table-cell;
    vertical-align: middle;
}

.product-title{
    font-weight: bold;
    padding-bottom: 5px;
}

.remove-from-cart{
    color: #EB3030;
}

.price{
    font-weight: bold;
    color: #CE1D2C;
}

#credits{
    display: none;
}

.view-product{
    cursor: pointer;
}

img.product-image {
    width: 50px;
}

.modal-dialog {
    max-width: 992px;
}

.shipping-form{
    padding: 1.5rem 2rem;
}

.close{
    width: 50px;
}

.grid{
    width: 100%;
}

.add-product-line {
    position: absolute;
    padding-top: 10px;
    left: -50px;
    font-size: 16px;
}

.delete-product-line {
    position: absolute;
    padding-top: 10px;
    left: -20px;
    font-size: 16px;
}

@media screen and (min-width: 1300px) and (max-width: 3300px)
{
    .button-add-play{
        bottom: 40px;
    }

    .participate{
        margin-top: 140px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1600px)
{
    .button-add-play{
        bottom: 40px;
    }

    .participate{
        margin-top: 20px;
    }
}

@media screen and (min-width: 911px) and (max-width: 1300px)
{
    .button-add-play{
        bottom: 40px;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px)
{

    .add-product-line{
        position: initial;
        font-size: 30px;
        padding: 0 0 20px 0;
    }

    .head-content{
        text-align: center;
    }

    .navbar-nav{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-item {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }

    .product{
        text-align: center;
    }

    table{
        font-size: 10px;
    }

    .table td, .table th {
        padding: 0.5rem;
    }

    .product-item {
        min-width: auto;
    }

    .product img{
        margin-top: 40px;
    }

    header img{
        width: 50%;
    }

}

@media screen and (min-width: 0px) and (max-width: 450px)
{
    header{
        height: calc(100vh + 128px);
        background-position-y: -190px;
    }

    section{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
