.paralaxGrey
{
    position: fixed;
    bottom: -1000px;
    width: 100%;
    height: 1000px;
    background-color: #F0F0F0;
        background-image: url(../image/cercleBlancRoll.png);
    background-position: top center;
    background-size: 2560px;
    background-repeat: no-repeat;
}

.entete
{
    height: 640px;
    background-color: grey;
    width: 100%;
    position: relative;
    margin-top: 100px;
}





.entete .voile {
    background-image: url(../image/cercleBlanc.png);
    background-size: 2560px;
    background-position: bottom center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
}

.marquesMenu
{
    text-align: center;
    background-color: white;
    padding-top: 35px;
    padding-bottom: 0px;
}

.marquesMenu a
{
    margin-top: 3%;
    margin-right: 3%;
}

.sousNavigation
{
    background-color: white;
    text-align: center;
    margin-bottom: 65px;
}

.sousNavigation a
{
    font-family: "custom";
    font-size: 18px;
    text-decoration: none;
    color: black;
    margin-right: 25px;
    margin-left: 25px;
    color: #004389;

}

.sousNavigation a.select
{
    font-weight: bold;
}


.containerGamme
{
    display: block;
    position: relative;
    background-color: white;
    overflow: hidden;
    padding-bottom: 100px;
}

.courbeBleue
{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../image/cercleBleu.png);
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0; left: 0;
}

.containerGamme .gamme
{
    margin: 0 auto;
    width: 1000px;
    display: block;
    position: relative;
}

.containerGamme .gamme .item
{
    width: 1000px;
    height: 450px;
    position: relative;
    margin-bottom: 35px;
}

.containerGamme .gamme .item .photo
{
    width: 750px;
    float: left;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.containerGamme .gamme .item .texte
{
    width: 250px;
    float: left;
    height: 100%;
    position: relative;
}

.containerGamme .gamme .contenuMod
{
    padding-top: 40px;
}

.containerGamme .gamme .item .texte .modele
{
    font-family: "custom";
    font-weight: bold;
    font-size: 26px;
    padding-left: 40px;
    padding-top: 0px;
    color: #004389;
    line-height: 32px;
}

.containerGamme .gamme .item.impaire .texte .modele {
    font-family: "custom";
    font-weight: bold;
    font-size: 26px;
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 0px;
    color: #004389;
    line-height: 32px;
    text-align: right;
}

.containerGamme .gamme .item .texte .prix
{
    font-family: "custom";
    font-size: 20px;
    color: #004389;
    padding-left: 40px;
    padding-top: 12px;
}

.containerGamme .gamme .item.impaire .texte .prix
{
    font-family: "custom";
    font-size: 20px;
    color: #004389;
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 12px;
    text-align: right;
}

@media screen and (max-width: 2000px)
{

    .entete
    {
        height: 400px;
    }

}


.containerGamme .gamme .item.paire .nb_prix
{
font-family: "custom";
    font-size: 10px;
    padding-left: 40px;
    color: #004389;
    padding-bottom: 40px;
    position: absolute;
    bottom: 0;
}


.containerGamme .gamme .item.impaire .nb_prix
{
font-family: "custom";
    font-size: 10px;
    padding-right: 40px;
    color: #004389;
    padding-bottom: 40px;
    position: absolute;
    bottom: 0;
}


@media screen and (max-width: 700px)
{
    .containerGamme .gamme .item.paire .nb_prix,
    .containerGamme .gamme .item.impaire .nb_prix
    {
        display: none;
    }
}


.containerGamme .gamme .labelInfo
{
    margin-right: 40px;
    margin-left: 40px;
    color: white;
    background-color: #c31e23;
    display: table;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 15px;
}

.containerGamme .gamme .labelInfo,
.containerGamme .gamme .labelInfo.bleu
{
    background-color: #004389;
}

.containerGamme .gamme .labelInfo.bleufonce
{
    background-color: #004389;
}

.containerGamme .gamme .labelInfo.gris
{
    background-color: #a3a3a3;
}

.containerGamme .gamme  .impaire .labelInfo
{
    margin-left: auto;
}

@media screen and (max-width: 1281px)
{
    .containerGamme .gamme  .labelInfo
    {
        margin-bottom: 0;
        font-size: 10px;
    }
}

@media screen and (max-width: 700px)
{
    .containerGamme .gamme .contenuMod
    {
        padding-top: 0px;
    }

    .containerGamme .gamme .item .texte .modele
    {
        font-size: 18px !important;
    }

    .containerGamme .gamme  .labelInfo
    {
        display: none;
    }
}


.occasionAvailable a,
.occasionAvailable p
{
    background-color: #084784;
    color: white;
    border: 1px solid #084784;
    padding: 10px;
    font-size: 18px;
    transition: 0.2s linear all;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    margin-top: 90px;
}

.occasionAvailable a:hover,
.occasionAvailable p:hover
{
    background-color: transparent;
    color: #084784;
    border: 1px solid #084784;
    transition: 0.2s linear all;
}



@media screen and (max-width: 700px)
{
    .occasionAvailable a,
    .occasionAvailable p
    {
        font-size: 14px;
        margin-top: 30px;
    }
}




