#sondage{
  width: 100%;
  outline: none;
}

#sondage body{
 width:100%;
}

.texte-gris {color:#B5B5B5;}


@media (max-width: 400px) {
  #sondage { height: 480px; }
}

@media (min-width: 401px) and (max-width: 500px) {
  #sondage { height: 440px; }
}

@media (min-width: 501px) {

#image-background.fr{
	background: #fff url(/ressources/images/b35-concours-projet-epargne-background-f.jpg) no-repeat left top;
	background-size: 100% auto;
  height: 500px;
}

#image-background.en{
	background: #fff url(/ressources/images/b35-concours-projet-epargne-background-e.jpg) no-repeat left top;
	background-size: 100% auto;
  height: 500px;
}
}

@media (min-width: 501px) and (max-width: 600px) {

#sondage{
  height: 420px;
  margin: 250px 0 0 0;
}
}

@media (min-width: 601px) and (max-width: 769px) {

#image-background.fr{
  height: 575px;
}
#sondage{
  height: 420px;
  margin: 250px 0 0 0;
  padding-top: 60px;
}
}

@media (min-width: 770px){
#sondage {width:465px; height:300px; margin: 50px 0 20px 380px; border: solid 1px #cccbcb}
#sondage[seamless] {display: block;}

}
