

/*FONT*/

@font-face{
font-family: 'Helvetica';
src: url('../fonts/HelveticaLTStd-Light.eot');
src: url('../fonts/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/HelveticaLTStd-Light.woff') format('woff'),
	 url('../fonts/HelveticaLTStd-Light.ttf') format('truetype'),
     url('../fonts/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg');
font-weight: lighter;
font-style: normal;
}


@font-face{
font-family: 'Helvetica';
src: url('../fonts/HelveticaLTStd-Roman.eot');
src: url('../fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
     url('../fonts/HelveticaLTStd-Roman.woff') format('woff'),
	 url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'),
     url('../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
font-weight: normal;
font-style: normal;
}

body
{
    font-family: 'Helvetica',helvetica, arial,sans-serif;
    font-weight: lighter;
    background: #faf9f9;
}

.row
{
    margin-right: 0;
    margin-left: 0;
}

/*COLORS*/

.grey
{
    color: #a1a1a1;
}

.grey2
{
    color: #2e3338;
}

.black
{
    color: #000;
}

.blue
{
    color: #009de0;
}

.green
{
    color: #33ff33;
}

pieddepage
{
    background: #fff;
}

/*TEXTS SIZES*/

.jumbotron h1,
h1{
    color: #009de0;
    font-size: 22.71px;
    font-weight: normal;
}


h2
{
    font-size: 22.71px;
    font-weight: normal;
}

h3
{
    font-size: 16.73px;
    font-weight: lighter;
}

p
{
    font-size: 14.34px;
}

.bigger
{
    font-size: 47.123px;
}

.big
{
    font-size: 38.122px;
}

.medium
{
    font-size: 22.71px;
    line-height: 27.25px;
}

.medium2
{
    font-size: 21.2px;
}

.small
{
    font-size: 16.73px;
}

.small2
{
    font-size: 12px;
}
.smaller
{
}

/*Boutons*/

.jumbotron .btn-acheter
{
    background: #2e3338;
    border: 1px solid #5fa6e5;
    border-radius: 0;
    margin-left: 30px;
    color: #fff;
    font-size: 21.2px;
}

.btn-acheter
{
    background: #5fa6e5;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 21.2px;
    margin-bottom: 20px;
}

.btn-acheter2
{
    background: #5fa6e5;
    color: #fff;
    border-radius: 0;
    font-size: 21.2px;
    margin-bottom: 20px;
    border: none;
}

/*LIST STYLE*/

ul
{
    padding-left: 0;
}

li.disc
{
    list-style: disc;
    border-top: none;
}

li
{
    list-style: none;
    border-top: 1px solid #000;
    color: #a1a1a1;
}

li.acheter
{
    list-style: none;
    border-top: none;
    color: #fff;
}

ul.liens_utiles li:first-child
{
    border-top: 1px solid #fff;
}

ul.liens_utiles li
{
    border-bottom: 1px solid #fff;
}

ul.liens_utiles li:last-child
{
    border: none;
}

ul.liens_utiles li a
{
    color: #fff;
}

ul.liens_utiles li a:hover
{
    color: #009de0;
    text-decoration: none;
}

/*FORM*/

.form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: none;
    transition: none;
}
header .logo a:hover,
header .logo a:link,
.logo
{
    font-size: 35.85px;
    font-weight: bold;
    color:#000;
    text-decoration: none;
}
header .logo a:hover{
    color:#666;
}

header
{
    background: #fff;
}

header .container
{
    border-top: 12px solid #ccc;
    margin-top: 40px;
    padding-bottom: 25px;
}

header a:link
{
    text-decoration: underline;
    font-size: 16.73px;
}

header a:hover
{
    text-decoration: none;
    font-size: 16.73px;
    color: #ccc;
}

.jumbotron.vinup
{
    margin-bottom: 0;
    background-color: #2e3338;
    color: #fff;
}

.jumbotron.vinup p
{
    font-size: 22px;
}

.jumbotron.vinup p.megabig
{
    font-size: 60.58px;
    line-height: 60.58px;
    font-weight: lighter;
}

.jumbotron.vinup a
{
    color: #fff;
}

.content
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

footer
{
    background: #2e3338;
    color: #fff;
}

footer .content
{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

/*Media queries*/

@media (min-width: @screen-sm-min)
{
    .vbottom
    {
        float: none;
        display: table-cell;
        vertical-align: bottom;
    }
}

@media screen and (min-width:320px)
{
    .jumbotron.vinup p.megabig
    {
        font-size: 29.124px;
        line-height: 29.124px;
        font-weight: lighter;
    }
    .medium2
    {
        font-size: 14px;
    }
    .bigger {
		font-size: 38px;
	}
    .capture{
        display:none;
    }
    .recherche,
    .tiret{
        display: none;
    }
    .jumbotron {
    padding: 30px 0;
    }

@media screen and (min-width:768px)
{
    .jumbotron.vinup p.megabig
    {
        font-size: 47.123px;
        line-height: 47.123px;
        font-weight: lighter;
    }
    .medium2
    {
        font-size: 18px;
    }
    .bigger{
    	font-size: 47.123px;
	}
    .capture{
        display:block;
    }
    .recherche,
    .tiret{
        display: inline;
    }
    .jumbotron {
    padding: 30px 30px;
    }

}

@media (min-width:1024px)
{
		.vbottom
    {
        float: none;
        display: table-cell;
        vertical-align: bottom;
    }
}

@media (min-width:1200px)
{
    .jumbotron.vinup p.megabig
    {
        font-size: 60.58px;
        line-height: 60.58px;
        font-weight: lighter;
    }
        .medium2
    {
        font-size: 21.2px;
    }
    .bigger{
    	font-size: 47.123px;
	}
	.vbottom
    {
        float: none;
        display: table-cell;
        vertical-align: bottom;
    }
    .capture{
        display:block;
    }
}

