.bandeGrise_3px {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ebebeb;
    font-size: 1px;
	margin-top:5px;
}
#content {
    margin: 0 auto;
    position: relative;
    width: 980px;
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
    box-sizing: border-box;
}
#content #titre {
    font-size: 30px;
    font-family: 'AvantGardeMedium', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
}
.gc-clickandcollect *, .gc-clickandcollect *:before, .gc-clickandcollect *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
}
.gc-clickandcollect{
    width: 100%;
    padding-top: 20px;
    max-width: 1440px;
}
.gc-mention {
    font-family: Arial;
    font-size: 10px;
    color: #838383;
    font-style: italic;
    line-height: 12px;
    margin-left: 20px;
}
.gc-clickandcollect header {
    text-align: center;
    margin-bottom: 5px;
}
.gc-clickandcollect img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}
.gc-clickandcollect h1 {
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'AvantGardeBold';
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 5px;
}
.gc-clickandcollect .subtitle {
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 45px;
}
.steps-list {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 395px;
}
.steps-list li {
    display: table-cell;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    width: 33%;
}
.steps-list section {
    margin: 60px 10px 0 10px;
}
.steps-list li header {
    font-family: 'AvantGardeMedium';
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
    height: 50px;
    text-transform: uppercase;
}
.steps-list strong {
    font-family: 'AvantGardeMedium';
    font-size: 16px;
    font-weight: bold;
}
.steps-list .content {
    height: 250px;
    font-size: 12px;
}
.steps-list .content p {
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
}
.steps-list .content img{
	max-height: 100%;
	max-width: 100%!important;
	vertical-align: middle;
	margin-top: 0px;
}
/* MEDIA QUERIES */
@media (max-width: 980px) and (max-device-width: 980px) {
	#content{
		padding:0 10px;
	}
	.steps-list {
		width: 100%;
		text-align: center;
		padding: 0;
		height: auto;
	}
	.steps-list li header,
	.steps-list .content,
	.steps-list li{
		display:table;
		margin: 0 auto;
	}
	.steps-list li{
		width: 100%;
	}
	.steps-list .content {
		height: auto;
		font-size: 12px;
	}
}