/* general style */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

* {
  font-family: Roboto, Arial, sans-serif;
  -webkit-transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
  -ms-transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s; }

html,
body {
  min-height: 100%;
  background-color: #eee; }

.urbanWrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #fff; }
  


header {
  background-color: #fff;
  text-align: center; }
  header h1 {
    margin: 0; }
  header img {
    height: 32px;
    margin: 15px 0 10px 0; }

nav {
  padding: 20px 0;
  background-color: rgba(69, 97, 143, 0.3);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center; }

nav button,
nav a {
  outline: none;
  width: 90%;
  max-width: 90%;
  height: 38px;
  line-height: 36px;
  background: #45618F;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  margin: 0px auto 20px auto;
  color: #fff;
  border: 1px solid #29446F;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none; }
  nav button i,
  nav a i {
    margin-right: 5px; }
  nav button:nth-child(4),
  nav a:nth-child(4) {
    margin-bottom: 10; }
  nav button:active, nav button:focus, nav button:hover,
  nav a:active,
  nav a:focus,
  nav a:hover {
    background-color: #ffffff;
    color: #29446F;
    text-decoration: none; }
    nav button:active i, nav button:focus i, nav button:hover i,
    nav a:active i,
    nav a:focus i,
    nav a:hover i {
      color: #29446F; }

form select,
form input,
form textarea {
  outline: none;
  width: 100%;
  max-width: 100%;
  height: 32px;
  line-height: 30px;
  border-radius: 8px;
  text-align: left;
  padding-left: 10px;
  display: block;
  margin: 0px auto 10px auto;
  color: #29446F;
  border: 1px solid #29446F;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  background-color: rgba(69, 97, 143, 0.15);
  box-sizing: border-box; }

#inputSubmit {
  height: 44px;
  line-height: 44px;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: white !important;
  background-color: #29446F !important;
  text-align: center !important; }
  #inputSubmit:active, #inputSubmit:focus, #inputSubmit:hover {
    background-color: #eee;
    color: #29446F;
    text-decoration: none; }

.divForm {
  margin-bottom: 10px;
  height: 32px;
  line-height: 32px;
  margin-left: auto;
  margin-right: auto; }

.infosRetour {
  display: none; }

.dateSelector select {
  display: inline-block;
  width: 30%; }
  .dateSelector select:nth-child(2) {
    margin: 0 4%; }

section .box {
  background-color: #fff; }
  section .box form {
    text-align: center; }
  section .box .boxHeader {
    cursor: pointer;
    background-color: #29446F;
    position: relative;
    text-align: center; }
    section .box .boxHeader a {
      text-decoration: none;
      padding: 10px; }
    section .box .boxHeader .retour {
      font-size: 28px;
      color: white;
      position: absolute;
      top: 15px;
      right: 15px; }
    section .box .boxHeader h2 {
      margin: 0;
      padding: 0;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 20px;
      color: white;
      text-decoration: none !important; }
  section .box .boxContent {
    padding: 30px 15px;
    margin: 0 auto; }

@media (max-width: 399px) {
  section .box .boxHeader h2 {
    font-size: 18px; }
  section .box .boxHeader .retour {
    right: 5px; } }
.reservation form {
  display: block;
  text-align: left; }
  .reservation form span {
    font-weight: 500;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1;
    display: block; }
  .reservation form .infosRetour.divForm {
    margin-bottom: 30px !important; }
  .reservation form .radioBox {
    height: 30px;
    line-height: 30px; }
    .reservation form .radioBox label:nth-child(2) {
      margin-right: 20px; }
    .reservation form .radioBox > * {
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      width: auto; }

.tarifs {
  border-bottom: 1px solid green; }

.infos {
  border-bottom: 1px solid blue; }

h3 {
  padding: 30px;
  margin: 0;
  font-size: 20px;
  font-weight: 300; }

@media (min-width: 601px) {
  button,
  nav a {
    height: 46px;
    line-height: 44px;
    font-size: 20px; } }
/* content */
.content {
  text-align: center; }
  .content h2 {
    line-height: 1.3;
    font-size: 18px;
    margin: 0;
    padding: 20px 40px 0 40px;
    color: #090909;
    font-weight: 500; }
  .content p {
    line-height: 1.3;
    font-size: 15px;
    margin: 0;
    padding: 10px 40px;
    color: #121212;
    font-weight: 300; }
  .content h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #45618F;
    margin-bottom: 0px;
    padding-bottom: 0;
    padding-top: 20px; }
  .content span {
    font-weight: 500;
    line-height: 1;
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
    display: block; }
  .content img {
    margin: 30px 0; }
  .content table {
    width: 90%;
    margin: 20px auto; }
    .content table td {
      padding: 6px; }
    .content table tr:nth-child(odd) {
      background-color: rgba(69, 97, 143, 0.3); }
    .content table tr:nth-child(even) {
      background-color: #f3f3f3; }
    .content table td {
      margin-bottom: 5px; }
    .content table td:nth-child(1) {
      text-align: left; }
    .content table td:nth-child(2) {
      text-align: right; }
  .content .respTabl {
    width: 90%;
    margin: 20px auto; }
    .content .respTabl table {
      width: 100%; }
      .content .respTabl table span {
        display: inline-block; }
      .content .respTabl table tr td {
        text-align: center !important; }
      .content .respTabl table thead td {
        text-transform: uppercase;
        background-color: #29446F;
        color: white; }

.infos.content h3 {
  margin-bottom: 15px !important; }
.infos.content p {
  padding: 5px 40px; }

footer {
  box-sizing: border-box;
  width: 100%;
  background-color: #29446F;
  color: #ffffff;
  padding: 20px;
  text-align: center; }
  footer p {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important; }

/* CLASS FOR JQUERY/JS */
.showHide {
  left: 0 !important; }

.show {
  display: block !important; }

/*# sourceMappingURL=main.css.map */
/* MODIF POUR AVIS VERIFIE */
body > div.urbanWrapper > section > div:nth-child(3){
  width: 100% !important;
}

body section #netreviewsWidgetNum3998widget16av{
    position: static !important;
    transform-origin: 0 !important;
    transform: scale(0.803) !important;
    cursor: pointer !important;
    width: 250px !important;
    margin: 0 auto !important;
}