@charset "utf-8";
/* global fonts*/
@font-face {
  font-family: "Oxygen";
  src: url("./fonts/Oxygen-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Oxygen";
  src: url("./fonts/Oxygen-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Oxygen";
  src: url("./fonts/Oxygen-Bold.ttf");
  font-weight: 700;
}
/* axial variables*/
/* FRAMEWORK VARIABLES */
/* Axial Application Theme */
/* Burger */
/* Header */
/* Header Logo */
/* AxialButton */
/* AxialButtonIcon */
/* AxialToggleCheck */
/* AxialToggleRadio */
/* global variables */
/* OVERRIDE FRAMEWORK VARIABLES */
/* Axial Application Theme */
/* Burger */
/* Header */
/* Header Logo */
/* AxialButton */
/* AxialButtonIcon */
/* AxialToggleCheck */
/* AxialToggleRadio */
/* PROJECT VARIABLES */
/* axial core & application : will be probably merged */
.axial_component_base {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
  text-shadow: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Oxygen", sans-serif;
  background-color: #fff;
  color: #232323;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  color: #232323;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxygen", sans-serif;
  color: #f9b233;
}
input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  appearance: none;
  font-family: "Oxygen", sans-serif;
}
input[type="file"] {
  min-height: 60px;
}
input[type="file" i] {
  font-family: "Oxygen", sans-serif;
  color: #232323;
}
input[type="file"]::file-selector-button {
  min-height: 42px;
  cursor: pointer;
  appearance: none;
  border: none;
  outline: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
  color: #fff;
  font-weight: 500;
  font-family: "Oxygen", sans-serif;
}
textarea {
  font-family: "Oxygen", sans-serif;
}
/* layers */
.axial_background_layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_main_layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_intro_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  /* temp */
  display: none;
}
/* burger */
.axial_burger_holder {
  position: absolute;
  top: 0px;
  right: 20px;
  width: auto;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.axial_burger {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.axial_burger_line {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #0463b1;
}
/* main */
.axial_main {
  position: absolute;
  width: 100%;
  top: 80px;
  bottom: 0px;
}
.axial_main_scroller {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* header */
.axial_header {
  position: absolute;
  width: 100%;
  height: 80px;
}
.axial_header_background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.axial_header_nav_holder {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_header_nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.axial_header_nav_link {
  height: fit-content;
  margin-left: 4px;
  margin-right: 4px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  color: #0463b1;
}
.axial_header_logo_holder {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.axial_header_logo {
  pointer-events: all;
  width: 60px;
  height: 60px;
  /*
    margin-left: 20px;
    margin-right: 20px;
    */
}
.axial_header_logo_image {
  width: 100%;
  height: auto;
}
/* footer */
.axial_footer {
  padding-left: 12px;
  padding-right: 12px;
}
/* application components */
.axial_scroller_base {
  overflow-x: hidden;
  overflow-y: auto;
}
/*
.axial_scroller_base::-webkit-scrollbar
{
    background-color: transparent;
}
.axial_scroller_base::-webkit-scrollbar-track
{
    background-color: transparent;
}
.axial_scroller_base::-webkit-scrollbar-thumb
{
    background-color: transparent;
}
*/
.axial_scroller_item_base {
  animation-delay: 0ms;
  animation-duration: 0ms;
  animation-fill-mode: backwards;
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
/* utils */
.axial_spacer {
  flex-grow: 1;
}
/* axial aniimation */
/* POPUPS ANIMATIONS */
/* Obfuscator fader */
@keyframes axial_obfuscator_fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes axial_obfuscator_fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Popup fader */
@keyframes axial_popup_fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes axial_popup_fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Popup translate_up */
@keyframes axial_popup_translate_up-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes axial_popup_translate_up-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
/* Popup translate_down */
@keyframes axial_popup_translate_down-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes axial_popup_translate_down-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
/* Popup translate_left */
@keyframes axial_popup_translate_left-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes axial_popup_translate_left-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/* Popup translate_right */
@keyframes axial_popup_translate_right-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes axial_popup_translate_right-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* Popup fade_translate_up */
@keyframes axial_popup_fade_translate_up-in {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_up-out {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
/* Popup fade_translate_down */
@keyframes axial_popup_fade_translate_down-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_down-out {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/* Popup fade_translate_left */
@keyframes axial_popup_fade_translate_left-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_left-out {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Popup fade_translate_right */
@keyframes axial_popup_fade_translate_right-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_right-out {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
/**/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**/
@keyframes translate_up-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes translate_up-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
/**/
@keyframes translate_down-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes translate_down-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
/* axial components */
/* AxialButtonBase */
.axial_button_base {
  cursor: pointer;
}
/* AxialButton */
.axial_button {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 42px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
}
.axial_button-label {
  color: #fff;
  font-weight: 500;
  font-family: "Oxygen", sans-serif;
}
/* AxialButtonIcon */
.axial_button_icon {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 42px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
}
.axial_button_icon svg {
  fill: #fff;
}
.axial_button_icon-label {
  color: #fff;
  font-weight: 500;
  font-family: "Oxygen", sans-serif;
}
.axial_button_icon-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
/* AxialToggleCheck */
.axial_toggle_check {
  width: -moz-fit-content;
  width: fit-content;
  /*min-width: 42px;*/
  height: 42px;
  min-height: 42px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.axial_toggle_check-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: #111;
  margin-right: 12px;
  border: solid 2px #fff;
}
.axial_toggle_check-sign {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 200ms;
}
.axial_toggle_check-label {
  color: #232323;
}
/* AxialToggleRadio */
.axial_toggle_radio {
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  min-height: 42px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.axial_toggle_radio-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #111;
  margin-right: 12px;
  border: solid 2px #fff;
}
.axial_toggle_radio-circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 200ms;
}
.axial_toggle_radio-label {
  color: #232323;
}
/* AxialToggleSwitch */
.axial_toggle_switch {
  width: 46px;
  min-height: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 4px;
  background-color: #111;
}
.axial_toggle_switch-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  left: 0px;
  transition-property: left;
  transition-duration: 200ms;
}
/* AxialViewerBase */
.axial_viewer_base {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
}
/* AxialViewBase */
.axial_view_base {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.axial_loader_layer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  visibility: hidden;
}
.axial_loader_background {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.axial_loader_content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.axial_loader_holder {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}
.axial_loader_icon {
  width: 40px;
  height: 40px;
  margin: 20px;
  border-radius: 50%;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  border-right: 5px solid transparent;
}
.axial_loader_number {
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.axial_loader_text {
  width: 100%;
  font-weight: 600;
  text-align: center;
}
@keyframes axial_loader_icon_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* NEW SHADOW */
.axial_popup_layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: none;
}
.axial_popup_obfuscator {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.73);
  visibility: hidden;
  opacity: 0;
  pointer-events: all;
}
.axial_popup_base {
  position: absolute;
  visibility: hidden;
  pointer-events: all;
}
.axial_popup_arrow {
  position: absolute;
  display: none;
}
/* arrow up */
.axial_popup_base_arrow-bottom {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
/* arrow down */
.axial_popup_base_arrow-top {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/* arrow left */
.axial_popup_base_arrow-right {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
}
/* arrow right */
.axial_popup_base_arrow-left {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
}
.ax-progress-element {
  box-sizing: border-box;
  padding: 0;
  /*overflow: hidden;*/
}
.ax-progress-bar {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  transition-property: width;
  transition-duration: 800ms;
}
.ax-progress-indicator {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  transition-property: left;
  transition-duration: 800ms;
}
.ax-tooltip-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.ax-tooltip {
  position: absolute;
  visibility: hidden;
  display: flex;
}
.ax-tooltip-arrow {
  position: absolute;
  visibility: hidden;
}
.ax-tooltip-label {
  height: auto;
  min-height: 10px;
  min-width: 10px;
  max-width: 180px;
  padding: 9px;
  text-align: left;
  display: flex;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background-color: #000;
}
.ax-tooltip-element {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  max-width: 180px;
  height: auto;
  padding: 12px;
  text-align: left;
  display: flex;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background-color: #000;
}
.ax-tooltip-icon-space {
  padding-right: 10px;
}
/* arrow up */
.ax-tooltip-arrow-bottom {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
}
/* arrow down */
.ax-tooltip-arrow-top {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}
/* arrow left */
.ax-tooltip-arrow-right {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #000;
}
/* arrow right */
.ax-tooltip-arrow-left {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #000;
}
/* experimental */
/* AxialCrossContainer */
.axial_cross_container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_cross_container_element {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_cross_container-center {
  transform: translate(0%, 0%);
}
.axial_cross_container-top {
  transform: translate(0%, -100%);
}
.axial_cross_container-right {
  transform: translate(100%, 0%);
}
.axial_cross_container-bottom {
  transform: translate(0%, 100%);
}
.axial_cross_container-left {
  transform: translate(-100%, 0%);
}
/* AxialSliderBase */
.axial_slider_base {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.axial_slider_item_base {
  position: absolute;
  height: 100%;
  width: auto;
  cursor: pointer;
  transition-property: left;
  transition-duration: 500ms;
  transition-timing-function: ease;
}
/* Notifier */
.axial_notifier {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.axial_notifier_holder {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px;
  bottom: 0px;
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
.axial_notifier_content {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #efefef;
  color: #232323;
  min-height: 40px;
  border-radius: 6px;
  box-shadow: 0px 1px 3px #111;
  font-weight: 700;
}
/* global project styles */
:root {
  --white: #fff;
  --whiteDark: #efefef;
  --blue: #02124e;
  --yellow: #f9b233;
  --greyDark: #232323;
  --grey: #434343;
  --greyLight: #a3a3a3;
  --headerHeight: 80px;
  --mainPadding: 20px;
}
body {
  color: #232323;
  background-color: #232323;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--yellow);
  font-weight: 700;
}
.header_base {
  height: var(--headerHeight);
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.logo_holder_base {
  height: 50px;
  width: auto;
}
.logo_image_base {
  height: 50px;
  width: 171px;
}
.main_base {
  top: var(--headerHeight);
  background-color: var(--white);
  padding: var(--mainPadding);
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.p_base {
  color: var(--greyDark);
}
.a_base {
  text-decoration: none;
  color: var(--yellow);
}
.a_base:visited {
  text-decoration: none;
  color: var(--yellow);
}
.form_overflow_x {
  width: 100%;
  height: auto;
  overflow-y: hidden;
  overflow-x: auto;
}
/*
xs 0
s 576
m 768
l 992
xl 1200
xxl 1400

cf boostrap : https://getbootstrap.com/docs/5.0/layout/breakpoints/
*/
/* S */
/* M */
/* L */
/* XL */
/* XXL */
@media screen and (min-width: 1400px) {
  /* VARIABLES */
  /* Header */
  /* Header Logo */
  /* ELEMENTS */
  /* burger */
  .axial_burger_holder {
    display: none;
  }
  /* header */
  .axial_header {
    height: 120px;
  }
  .axial_header_nav_holder {
    display: block;
  }
  .axial_header_logo_holder {
    justify-content: flex-start;
  }
  .axial_header_logo {
    width: 80px;
    height: 80px;
  }
  /* main */
  .axial_main {
    top: 120px;
  }
}
/* local page styles */
:root {
  --white: #fff;
  --whiteDark: #efefef;
  --blue: #02124e;
  --yellow: #f9b233;
  --greyDark: #232323;
  --grey: #434343;
  --greyLight: #a3a3a3;
  --formFontSize: 16px;
  --formFontWeight: 400;
  --mainTitleFontSize: 40px;
  --mainDescriptionFontSize: 20px;
  --sectionWidth: 100%;
  --sectionPadding: 20px;
  --teamHolderFlexDirection: column;
  --teamHolderJustifyContent: unset;
  --teamItemFlexDirection: row;
  --teamItemJustifyContent: unset;
  --teamItemAlignItems: unset;
  --teamItemMarginLateral: 0px;
  --teamItemWidth: 100%;
  --teamTextAlign: left;
  --teamPhotoSize: 80px;
  --teamPhotoMarginRight: 10px;
  --teamNameFontSize: 18px;
  --teamNameMarginTop: 0px;
  --teamNameMarginBottom: 6px;
  --teamSkillsFontSize: 16px;
  --teamSkillsHeight: auto;
  --sectionTitleFontSize: 24px;
  --sectionDescriptionFontSize: 16px;
  --sectionItemTitleFontSize: 19px;
  --sectionItemTextFontSize: 16px;
  --footerPadding: 20px;
  --footerFlexDirection: column;
  --legalFlexDirection: column;
}
input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  appearance: none;
  display: block;
  width: 100%;
  min-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 2px;
  border-radius: 0px;
  border: 2px solid #000;
  background-color: #000;
  outline: none;
}
textarea {
  display: block;
  resize: none;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 10px;
  border-radius: 0px;
  border: 2px solid #000;
  background-color: #000;
  outline: none;
}
.reora_main_layer {
  overflow: auto;
}
.image_background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_background {
  background-color: #ccc;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo {
  display: block;
}
/* MAIN */
.main {
  width: 100%;
  height: auto;
}
.main_title {
  font-size: var(--mainTitleFontSize);
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 6px #000;
}
.main_description {
  font-size: var(--mainDescriptionFontSize);
  color: var(--white);
  text-align: center;
  text-shadow: 0px 0px 4px #000;
}
.main_content {
  background-color: var(--white);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section {
  width: var(--sectionWidth);
  padding: var(--sectionPadding);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.section_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.section_title {
  font-size: var(--sectionTitleFontSize);
  color: var(--greyDark);
  background-color: var(--white);
  margin: 0;
  padding: 10px;
}
.section_description {
  font-size: var(--sectionDescriptionFontSize);
  color: var(--white);
  background-color: var(--grey);
  padding: 10px;
}
.section_intro {
  background-color: transparent;
  height: 100vh;
  width: 100%;
}
.section_team {
  background-color: var(--white);
  width: 100%;
}
.team_holder {
  flex-direction: var(--teamHolderFlexDirection);
  justify-content: var(--teamHolderJustifyContent);
  width: 100%;
  height: auto;
  display: flex;
}
.team_item {
  flex-direction: var(--teamItemFlexDirection);
  justify-content: var(--teamItemJustifyContent);
  align-items: var(--teamItemAlignItems);
  margin-left: var(--teamItemMarginLateral);
  margin-right: var(--teamItemMarginLateral);
  width: var(--teamItemWidth);
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
.team_photo {
  width: var(--teamPhotoSize);
  height: var(--teamPhotoSize);
  margin-right: var(--teamPhotoMarginRight);
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.team_photo_guy {
  background-image: url("./assets/team/guy.webp");
}
.team_photo_olivier {
  background-image: url("./assets/team/olivier.webp");
}
.team_photo_philip {
  background-image: url("./assets/team/philip.webp");
}
.team_photo_gerald {
  background-image: url("./assets/team/gerald.webp");
}
.team_text {
  text-align: var(--teamTextAlign);
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.team_name {
  font-size: var(--teamNameFontSize);
  margin-top: var(--teamNameMarginTop);
  margin-bottom: var(--teamNameMarginBottom);
  color: var(--greyDark);
  font-weight: 700;
}
.team_skills {
  font-size: var(--teamSkillsFontSize);
  height: var(--teamSkillsHeight);
  color: var(--white);
  background-color: var(--yellow);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_project {
  background-color: var(--white);
  background-image: url("./assets/bandeau-project.webp");
  background-size: contain;
  background-position: left;
  align-items: flex-end;
}
.section_service {
  background-color: var(--white);
  background-image: url("./assets/bandeau-service.webp");
  background-size: contain;
  background-position: right;
}
.section_item {
  width: 80%;
  max-width: 80%;
  margin-bottom: 20px;
}
.section_item_title {
  font-size: var(--sectionItemTitleFontSize);
  color: var(--greyDark);
  padding: 10px;
  margin: 0;
  background-color: var(--white);
}
.section_item_content {
  background-color: var(--yellow);
  padding: 10px;
}
.section_item_text {
  font-size: var(--sectionItemTextFontSize);
  color: var(--white);
}
.section_form {
  background-color: #fff;
  min-height: unset;
}
.footer {
  padding: var(--footerPadding);
  flex-direction: var(--footerFlexDirection);
  background-color: var(--greyDark);
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.social_holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
.legal_holder {
  flex-direction: var(--legalFlexDirection);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.legal {
  color: var(--white);
  padding: 4px;
}
.legal_spacer {
  width: 100%;
  height: 20px;
}
.social {
  border-radius: 50%;
  margin-left: 4px;
  margin-right: 4px;
  width: 36px;
  height: 36px;
  border: solid 2px var(--yellow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  fill: var(--yellow);
}
.social_icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  transform: rotateY(0deg);
}
.social:hover .social_icon {
  transform: rotateY(360deg);
}
.contact_link {
  text-decoration: none;
  font-weight: 400;
  color: var(--yellow);
}
.contact_link:visited {
  color: var(--yellow);
}
/* COMPONENTS */
.form {
  width: 100%;
  flex-grow: 1;
}
.reora_contact_form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.form_holder {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.form_item {
  margin-top: 20px;
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.form_item_message {
  flex-grow: 1;
}
.form_item_comp {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0px;
}
.form_item_input {
  color: var(--greyDark);
  background-color: var(--whiteDark);
  border: solid 2px var(--grey);
  font-size: var(--formFontSize);
  font-weight: var(--formFontWeight);
  border-radius: 0px;
}
.form_item_input::placeholder {
  color: var(--grey);
  font-size: var(--formFontSize);
  font-weight: var(--formFontWeight);
  font-family: "Oxygen";
}
.form_item_input:focus {
  border: solid 2px var(--yellow);
}
.form_item_area {
  color: var(--greyDark);
  background-color: var(--whiteDark);
  border: solid 2px var(--grey);
  font-size: var(--formFontSize);
  font-weight: var(--formFontWeight);
  border-radius: 0px;
}
.form_item_area::placeholder {
  color: var(--grey);
  font-size: var(--formFontSize);
  font-weight: var(--formFontWeight);
  font-family: "Oxygen";
}
.form_item_area:focus {
  border: solid 2px var(--yellow);
}
.form_item_button {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: var(--formFontSize);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
  background-color: var(--yellow);
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: ease;
  cursor: pointer;
  border-radius: 0px;
}
/*
xs 0
s 576
m 768
l 992
xl 1200
xxl 1400

cf boostrap : https://getbootstrap.com/docs/5.0/layout/breakpoints/
*/
/* S */
/* M */
/* L */
/* XL */
@media screen and (min-width: 1200px) {
  :root {
    --formFontSize: 16px;
    --formFontWeight: 400;
    --mainTitleFontSize: 60px;
    --mainDescriptionFontSize: 30px;
    --sectionWidth: 80%;
    --sectionPadding: 20px;
    --teamHolderFlexDirection: row;
    --teamHolderJustifyContent: center;
    --teamItemFlexDirection: column;
    --teamItemJustifyContent: center;
    --teamItemAlignItems: center;
    --teamItemMarginLateral: 10px;
    --teamItemWidth: 220px;
    --teamTextAlign: center;
    --teamPhotoSize: 160px;
    --teamPhotoMarginRight: 0px;
    --teamNameFontSize: 20px;
    --teamNameMarginTop: 6px;
    --teamNameMarginBottom: 6px;
    --teamSkillsFontSize: 18px;
    --teamSkillsHeight: 80px;
    --sectionTitleFontSize: 30px;
    --sectionDescriptionFontSize: 22px;
    --sectionItemTitleFontSize: 26px;
    --sectionItemTextFontSize: 20px;
    --footerPadding: 20px;
    --footerFlexDirection: row-reverse;
    --legalFlexDirection: row;
  }
}
/* XXL */
@media screen and (min-width: 1400px) {
  :root {
    --formFontSize: 16px;
    --formFontWeight: 400;
    --mainTitleFontSize: 60px;
    --mainDescriptionFontSize: 30px;
    --sectionWidth: 60%;
    --sectionPadding: 20px;
    --teamHolderFlexDirection: row;
    --teamHolderJustifyContent: center;
    --teamItemFlexDirection: column;
    --teamItemJustifyContent: center;
    --teamItemAlignItems: center;
    --teamItemMarginLateral: 10px;
    --teamItemWidth: 320px;
    --teamTextAlign: center;
    --teamPhotoSize: 200px;
    --teamPhotoMarginRight: 0px;
    --teamNameFontSize: 24px;
    --teamNameMarginTop: 6px;
    --teamNameMarginBottom: 6px;
    --teamSkillsFontSize: 20px;
    --teamSkillsHeight: 80px;
    --sectionTitleFontSize: 36px;
    --sectionDescriptionFontSize: 28px;
    --sectionItemTitleFontSize: 30px;
    --sectionItemTextFontSize: 24px;
    --footerPadding: 20px;
    --footerFlexDirection: row-reverse;
    --legalFlexDirection: row;
  }
}
@media screen and (orientation: portrait) {
  :root {
    --formFontSize: 16px;
    --formFontWeight: 400;
    --mainTitleFontSize: 40px;
    --mainDescriptionFontSize: 20px;
    --sectionWidth: 100%;
    --sectionPadding: 20px;
    --teamHolderFlexDirection: column;
    --teamHolderJustifyContent: unset;
    --teamItemFlexDirection: row;
    --teamItemJustifyContent: unset;
    --teamItemAlignItems: unset;
    --teamItemMarginLateral: 0px;
    --teamItemWidth: 100%;
    --teamTextAlign: left;
    --teamPhotoSize: 80px;
    --teamPhotoMarginRight: 10px;
    --teamNameFontSize: 18px;
    --teamNameMarginTop: 0px;
    --teamNameMarginBottom: 6px;
    --teamSkillsFontSize: 16px;
    --teamSkillsHeight: auto;
    --sectionTitleFontSize: 24px;
    --sectionDescriptionFontSize: 16px;
    --sectionItemTitleFontSize: 19px;
    --sectionItemTextFontSize: 16px;
    --footerPadding: 20px;
    --footerFlexDirection: column;
    --legalFlexDirection: column;
  }
}
