/*clear le positionement de gauche*/ .cleft{ clear: left; } /*clear le positionnement de droite*/ .clright{ clear: right; } .descriptiond{ color : rgb(35,42,92); font-size : 23px; text-align: justify; margin-right: 40px; margin-left: 40px; } .gallery { border: 1px solid #062F4F; border-radius: 15px/13px; } .gallery img { width: 100%; height: auto; max-width:99%; padding-top:3px; border-radius: 15px/13px } .desc { padding: 10px; text-align: center; } .responsivel { padding: 0 6px; float: left; width: 45%; } .responsiver { padding: 0 6px; float: right; width: 45%; } @media only screen and (max-width: 700px) { .responsive { width: 49.99999%; margin: 6px 0; } } @media only screen and (max-width: 500px) { .responsive { width: 100%; } } .clearfix:after { content: ""; display: table; clear: both; }