@font-face {
  font-family: Lato-Regular;
  src: url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lato-Regular.woff2') format('woff2'), url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Lato-Bold;
  src: url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lato-Bold.woff2') format('woff2'), url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lato-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Lora-Regular;
  src: url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lora-Regular.woff2') format('woff2'), url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lora-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Lora-Bold;
  src: url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lora-Bold.woff2') format('woff2'), url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lora-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Lora-Italic;
  src: url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lora-Italic.woff2') format('woff2'), url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lora-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Lora-BoldItalic;
  src: url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lora-BoldItalic.woff2') format('woff2'), url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Lora-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Montserrat-Regular.woff2') format('woff2'), url('https://www.l-intermediaire.ch/wp-content/themes/underscore-child/less/../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#resultmessage {
  font-family: Lora-Regular;
}
.title_h2 {
  font-family: Lora-Regular;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: 2.4px;
  text-align: center;
  color: #2a2a2a;
  text-transform: uppercase;
}
.title_h2.white {
  color: white;
}
.title_h2.small {
  font-size: 16px;
}
.title_h3 {
  font-family: Lora-Regular;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #2a2a2a;
}
.text_content {
  font-family: Lora-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a2a2a;
}
.text_content strong {
  color: #233062;
  font-weight: bold;
  font-family: Lora-Bold;
}
.text_content a {
  font-family: Lora-Bold;
  font-weight: bold;
  color: #0dabe2 !important;
  text-decoration: none !important;
  outline: none !important;
}
.custom_link_blue {
  font-family: Montserrat-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none !important;
  outline: none !important;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-flex;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.custom_link_blue:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 110%;
  height: 200%;
  left: 0;
  background-image: linear-gradient(to bottom, #0dabe2 0%, #233062 100%);
  z-index: -1;
  transition: all 0.4s linear;
}
.custom_link_blue:hover:before {
  -webkit-transform: translate3d(50%, 50%, 0);
  transform: translate3d(0, 25%, 0);
}
.custom_link_blue_border {
  font-family: Lato-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #233062 !important;
  text-decoration: none !important;
  outline: none !important;
  text-transform: uppercase;
  border: 1px solid #233062;
  padding: 15px 30px;
  transition: all 0.4s linear;
  display: inline-block;
  margin-top: 20px;
}
.custom_link_blue_border.white {
  color: white !important;
  border: 1px solid white;
}
.custom_link_blue_border:hover {
  border: 1px solid #0dabe2;
  color: #0dabe2 !important;
}
.section_anim {
  transform: translate3d(0, 40px, 0px) scaleY(0.7);
  transform-origin: center bottom;
  opacity: 0;
  -webkit-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
}
.section_anim.active {
  transform: translate3d(0, 0, 0) scaleY(1);
  opacity: 1;
}
