@font-face {
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 100;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-ThinItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 200;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 200;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 300;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 300;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 400;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 500;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 500;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 600;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 600;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 700;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 800;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 900;
  font-style: normal;
  src: url('./fonts/Raleway/Raleway-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 900;
  font-style: italic;
  src: url('./fonts/Raleway/Raleway-BlackItalic.ttf') format('truetype');
}

h2.outil-web-title {
  text-align: center;
  font-weight: normal;
  color: inherit;
  margin-bottom: 40px;
}

h2.outil-web-title a {
  color: inherit;
  text-decoration: none;
}

.jlc-form .form-control {
  height: 38px;
}

.jlc-form label {
  line-height: 16px;
  margin: 11px 0;
}

.jlc-form .btn-primary {
  color: #fff;
  border-color: rgb(33, 37, 41);
  background-color: rgb(33, 37, 41);
  border-radius: 0;
}

.craue_formflow_buttons .btn-back {
  border-radius: 0;
  color: inherit;
  border: 1px solid #666;
  background-color: transparent;
  margin-right: 16px;
}
