div.half-left {
	display:inline-block;
	width:48.5%;
	margin-right:1%;
	margin-bottom:28px;
}
div.half-right {
	display:inline-block;
	width:48.5%;
	margin-left:1%;
	margin-bottom:28px;
}
div.column-1-3-left {
	display:inline-block;
	width:28%;
	margin-right:5%;
}
div.column-1-3-right {
	display:inline-block;
	width:28%;
	margin-left:5%;
}
div.column-2-3-left {
	display:inline-block;
	width:61%;
	margin-right:5%;
}
div.column-2-3-right {
	display:inline-block;
	width:61%;
	margin-left:5%;
}

@media screen and (max-width: 940px) { 
    div.half-left,
    div.half-right,
    div.column-1-3-left,
    div.column-1-3-right,
    div.column-2-3-left,
    div.column-2-3-right {
	width:95%!important;
	margin-left:2.5%!important;
        margin-right:2.5%!important;
    }
}

div.half-left,
div.half-right,
div.column-1-3-left,
div.column-1-3-right,
div.column-2-3-left,
div.column-2-3-right  { 
	vertical-align:top;
}
div.half-left img,
div.half-right img,
div.column-1-3-left img,
div.column-1-3-right img,
div.column-2-3-left img,
div.column-2-3-right img {
	width:100%!important;
	height:auto!important;
}

a.button-download {
    background-color:#ffce00;
    padding:16px 18px 16px 40px;
    font-size:16px;
    line-height:16px;
    text-transform:uppercase;
    color:#1c1c1c;
    display:inline-block;
    margin-bottom:18px;
    font-family:'Montserrat',Helvetica,sans-serif;
    font-weight:500;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image:url('../img/picto-telecharger.png');
    background-repeat:  no-repeat;
    background-position: 16px center;
    text-decoration: none;
    opacity:0.9;
}
a.button-download:hover {
    opacity:1;
}

img.couverture-document {
    margin-bottom:12px;
    margin-left:0.5%;
    margin-right:0.5%;
    width:32%;
    float:left;
    display:inline;
}
@media screen and (max-width: 960px) { 
    img.couverture-document {
        width:48%;
        margin-left:1%;
        margin-right:1%;
    }
}
@media screen and (max-width: 680px) { 
    img.couverture-document {
        width:100%;
        margin:0;
        display:block;
        margin-bottom:12px;
    }
}