/* ---------------------------------------------- */

body,
html {
  margin      : 0;
  padding     : 0;
  background  : white;
  font-family : 'Arial',
                Arial,
                Helvetica,
                sans-serif;
}

.noselect * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.container a {
  color           : black;
  text-decoration : none;
}

.center-text {
  text-align: center;
}

.wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}

#clicker {
  padding: 30px;
}

.row {
  display: flex;
  position: relative;
  width: fit-content;
  width: 100%;
  max-width: 390px;
  min-width: 290px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  background: white;
  flex-direction: row;
}

.row p {
  white-space: nowrap;
  margin : 0;
  font-size: 13px;
  line-height: 16px;
}

p.small {
  font-size: 11px;
}

[class^="col-"] {
  /* width: 100%; */
}

.logo-ensa {
  width : 75px;
}
.logo-box {
  display: none;
  width: 122px;
  margin: 12px 0;
}

.col-logo {}

.col-infos {
  padding-left : 34px;
}

.separator {
  width: 14px;
  height: 1px;
  background: black;
  display: block;
  margin-top: 10px;
  margin-bottom: 8px;
}

.underline {
  text-decoration: underline;
  color: black;
}

.client-form-container {
  display   : block;
  position  : relative;
  width     : 100%;
  max-width : 600px;
  /* margin    : 0 auto; */
  padding: 0 30px;

}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
