body {
  position: relative;

  height: auto;
  min-height: 100vh;

  margin: 0;

  background-color: #f7f7f7;
  color: #3e3d40;

  /* font-family: "Roboto", sans-serif; */
  font-family: "Gotham SSm A", "Gotham SSm B";
}

/* img.logo {
  width: 600px;
  margin: 0;
  height: auto;
  position: relative;
  z-index: 200;
}

.container h1 {
  width: calc(100% - 40px);
  font-size: 1.688rem;
  line-height: 2rem;
  color: #009fde;
  margin: 0 auto;
}

.container {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;

  justify-content: center;
  -ms-flex-pack: center;
}

.contact_content {
  width: 100%;
}

.top_container {
  max-width: calc(100% - 40px);
  width: 500px;
  position: relative;
  z-index: 100;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;

  justify-content: center;
  -ms-flex-pack: center;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  align-items: center;
}

.top_container span {
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 100%;
  text-align: center;
  color: #797876;
}

.message_bg {
  background-color: #c2d540;
  color: #fff;
  width: calc(100% - 40px);
  max-width: 850px;
  margin: 0 auto;
  padding: 15px 50px;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.message_bg span {
  margin: 0 0 10px 0;
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
}

table td {
  text-align: left;
  padding: 10px 25px;
}

ul {
  list-style: none;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 25px;
  line-height: 30px;
}

.container a {
  color: #fff;
  width: 100%;
  transition: all 0.2s linear;
}
.container a:hover {
  opacity: 0.5;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 600px) {
  img.logo {
    width: auto;
    height: auto;
    max-height: 20vh;
    max-width: 100%;
  }

  .message_bg span {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .top_container span {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 20px 0 0 0;
  }

  .message_bg {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px 20px;
  }
} */

/* NEW CSS */

.container-top {
  background-color: #3e3d40;
}
.container-top-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
img {
  height: 65px;
  margin: 20px;
}

@media only screen and (max-width: 639px) {
  img {
    height: 45px;
    margin: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  img {
    height: 55px;
  }
}

.container-main {
}
.container-main-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
  position: relative;
  top: 0;
  width: auto;

  color: #ffffff;
  font-size: 38px;
  line-height: initial;
  font-weight: 300;
  text-align: center;

  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

p {
  margin: 0 0 20px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;

  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 639px) {
  h1 {
    margin: 20px 30px;
    font-size: 25px;
  }

  p {
    margin: 0 20px 20px 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  h1 {
    margin: 20px 30px;
    font-size: 28px;
  }

  p {
    margin: 0 30px 20px 30px;
    font-size: 17px;
  }
}

/* BUTTON */

.button-container {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-container a {
  display: inline-block;
  margin: 15px;
  padding: 15px 25px;
  background-color: #009fde;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.2s;
}
.button-container a:hover {
  background-color: #ffffff;
  color: #009fde;
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .button-container {
    flex-direction: column;
  }
  .button-container a {
    margin: 7px;
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .button-container a {
    margin: 7px;
    padding: 10px 20px;
    font-size: 16px;
  }
}

/* CONTAINER MAIN - BIG IMAGE */

.container-main {
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  width: 100%;
  height: 75vh;
  min-height: 300px;

  background-image: url(../img/main-image-header-30.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.container-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 79px;
  height: 180px;

  background-image: url(../img/blue-corner.svg);
  background-repeat: no-repeat;
  background-position: right top;

  pointer-events: none;
}

.container-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);

  width: 3000px;
  height: 361px;

  background-image: url(../img/sta-courbe-header.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;

  pointer-events: none;
}
