  .agj-content .agj-postcontent-0 .layout-item-0 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .ie7 .post .layout-cell {
    border: none !important;
    padding: 0 !important;
  }
  .ie6 .post .layout-cell {
    border: none !important;
    padding: 0 !important;
  }
  .InfoRemarque {
    display:none;
  }

  .columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
  }

  .columns img {
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
    box-shadow: 2px 3px 10px #011331;
  }

  .NoColumns img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;;
    box-shadow: none;
  }


  .columns p {
    line-height: normal;
    font-family: Arial;
    font-size: 14px;
  }

  form input:not([type=radio]),
    form textarea,
    form select {
    line-height:16px;
    margin:5px;
    height:16px;
    font-family: Arial;
    font-size: 12px;
  }

  form textarea {
    height:100px;
    width:98%;
    font-family: Arial;
    font-size: 12px;
  }

  form legend {
    font-family: Arial;
    font-size: 14px;
    font-weight:600;
  }

  form p {
    text-align: right;
    clear: both;
    margin-right: 0px;
  }

  form p span {
    float: left;
    padding-left: 25px;
  }

  form button {
    background: #384313;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font: 18px Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    margin: auto;
    padding: 7px 25px;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
  }

  form button:hover {
    background: #1e2506;
    cursor: pointer;
  }

  #Ctc > .InfoRemarque {
    display:none;
  }

  .column {
    flex: 1;
    border: 1px solid gray;
    margin: 2px;
    padding: 10px;
    &:first-child { margin-left: 0; }
    &:last-child { margin-right: 0; }
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #0b2b61;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75), rgba(50,50,50,0.75));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.75)), to(rgba(50,50,50,0.75)));
  }
