.widget_rappel { position: fixed; top: 0; left: 0; width: 300px; height: 100%; z-index: 100000; display:none; overflow: auto;
  background: #eee;
}
@media (max-width: 767px) {
  .widget_rappel { width: 90%; max-height: 90%; }  
}

.widget_rappel h3 { font-size: 0.875em }

#WebrappelRappelForm {  }

#WebrappelRappelForm div { margin-bottom: 5px }
#WebrappelRappelForm label {}
#WebrappelRappelForm .civ { }
#WebrappelRappelForm .nom {}
#WebrappelRappelForm input, #WebrappelRappelForm select {}
#WebrappelRappelForm .nom input { }
.widget_rappel select, .widget_rappel input { }

.widget_rappel .submit {margin-top: 10px}
 
#closeRappel { cursor: pointer; position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; background: url(../../img/close_mentions.png) no-repeat transparent; text-indent: -9999px;} 