body {
  background-color: black;
  margin: 0;
  overflow: hidden; }

.background_img img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-height: 990px;
  object-fit: cover; }

main {
  background-color: #ffffff8a;
  position: absolute;
  margin: 25px 15px;
  height: 100%;
  max-height: 900px;
  width: 50%;
  padding: 20px; }

@media screen and (max-width: 1200px) {
  main {
    width: auto;
    height: auto;
    padding-bottom: 50px; } }

@media screen and (max-width: 800px) {
  main {
    width: auto;
    height: auto;
    padding-bottom: 50px; } }

header {
  display: flex;
  justify-content: space-between; }

.header_logo_nom {
  background-color: #3a546f;
  color: white;
  /*! padding: 2px; */
  text-transform: uppercase;
  font-weight: lighter;
  padding: 5px;
  width: fit-content;
  font-size: 20px; }

.header_langue {
  display: flex; }

.header_langue_item {
  list-style-type: none;
  padding-left: 20px; }
  .header_langue_item a {
    text-decoration: none;
    color: #554f4f;
    font-weight: normal;
    font-size: 18px; }
  .header_langue_item a:hover {
    font-weight: bold; }

.comingsoon {
  font-size: 25px;
  color: #554f4f; }

.presentation {
  color: #3a3d40;
  font-size: 20px; }

.presentation_paragraph {
  text-align: justify; }

.formulaire {
  padding-top: 10px; }

.formulaire_line1 {
  width: 100%; }

.formulaire_line1_input {
  box-sizing: border-box;
  border: 1px solid #625e5e;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px; }
  .formulaire_line1_input:focus {
    outline: 0.5px solid #222369; }

.formulaire_line2 {
  width: 100%;
  display: flex;
  margin-bottom: 10px; }

.formulaire_line2_input {
  box-sizing: border-box;
  border: 1px solid #625e5e;
  border-radius: 5px 0 0 5px;
  padding: 10px;
  width: 75%; }
  .formulaire_line2_input:focus {
    outline: 0.5px solid #222369; }

.formulaire_line2_btn {
  padding: 10px 0;
  width: 25%;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #222369;
  color: white;
  font-weight: bold;
  text-align: center; }
  .formulaire_line2_btn:hover {
    background-color: #1d72a6; }

.formulaire_line3_textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #625e5e;
  border-radius: 5px;
  padding: 10px; }
  .formulaire_line3_textarea:focus {
    outline: 0.5px solid #222369; }

/*  ICON  */
.icon {
  display: flex;
  padding-top: 30px; }

.icon_item {
  padding-right: 20px; }
  .icon_item:hover {
    transform: scale(1.3); }
