/* -----------------------------------------------------
   Variable
   ----------------------------------------------------- */
@font-face {
  font-family: 'Axiforma';
  font-weight: 900;
  font-style: italic;
  src: url("../font/axiforma/Axiforma-BlackItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: normal;
  font-style: normal;
  src: url("../font/axiforma/Axiforma-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: bold;
  font-style: italic;
  src: url("../font/axiforma/Axiforma-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: bold;
  font-style: normal;
  src: url("../font/axiforma/Axiforma-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: 600;
  font-style: normal;
  src: url("../font/axiforma/Axiforma-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: 300;
  font-style: normal;
  src: url("../font/axiforma/Axiforma-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: 900;
  font-style: normal;
  src: url("../font/axiforma/Axiforma-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: 900;
  font-style: normal;
  src: url("../font/axiforma/Axiforma-Heavy.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: 900;
  font-style: italic;
  src: url("../font/axiforma/Axiforma-HeavyItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: 600;
  font-style: italic;
  src: url("../font/axiforma/Axiforma-SemiBoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: 300;
  font-style: italic;
  src: url("../font/axiforma/Axiforma-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Axiforma';
  font-weight: normal;
  font-style: italic;
  src: url("../font/axiforma/Axiforma-Italic.ttf") format("truetype"); }
/* Colors
  ========================================================================== */
/* Typography
  ========================================================================== */
html {
  font-size: 16px; }

body {
  font-family: "Axiforma", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em; }

html,
body {
  overflow-x: hidden;
  font-family: "Axiforma", Helvetica, Arial, sans-serif;
  color: #3f3f48;
  scroll-behavior: smooth; }

strong {
  font-weight: 700; }

h1 {
  margin-bottom: 2.75rem;
  font-size: 1.92em;
  font-weight: 900;
  letter-spacing: .01em; }

h1.title-section {
  margin: 2.5rem 0 1.1rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #3772a2; }

h2 {
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 1.5rem; }

.home h2 {
  margin-bottom: 2rem; }

h3 {
  font-size: 1.175rem;
  font-weight: normal;
  margin-bottom: 1rem;
  font-weight: 700; }

a {
  color: #3772a2; }

main ul {
  padding: 0 0 0 20px; }
  main ul li {
    position: relative;
    list-style: none; }
    main ul li::before {
      position: absolute;
      top: .6rem;
      left: -20px;
      display: inline-block;
      width: 7px;
      height: 2px;
      content: '';
      background: #3772a2; }

.home main ul li {
  font-weight: 700;
  margin-bottom: 1rem; }

.bg-white {
  background-color: #ffffff; }

.bg-grey {
  background-color: #eff3f5; }

.bg-blue {
  color: #ffffff;
  background-color: #3772a2; }

.bg-greyblue {
  background-color: #E6EDF7; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem; } }
/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Layout
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Header
   ----------------------------------------------------- */
.navbar {
  font-size: 18px;
  font-weight: 700;
  height: 100px;
  background-color: #ffffff; }
  .navbar > .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar .navbar-nav .nav-link {
    color: #12131b; }
    .navbar .navbar-nav .nav-link:hover {
      color: #3772a2; }
  .navbar .dropdown-toggle::after {
    vertical-align: .065em; }
  .navbar .dropdown-toggle::after {
    width: 12px;
    height: 7px;
    border: none;
    background: url(../img/caret.png) no-repeat center center; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

#logo {
  width: 190px; }

.collapsing {
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  position: fixed;
  top: 100px; }
  .collapsing .nav-item {
    text-align: center; }

.navbar-collapse.show {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 100px; }
  .navbar-collapse.show .nav-item {
    text-align: center; }

@media (min-width: 768px) {
  #logo {
    width: 220px; }

  .navbar .navbar-nav .nav-item {
    margin-right: 4rem; }
  .navbar .navbar-nav.navbar-right .nav-item {
    margin-right: 0rem; } }
/* -----------------------------------------------------
   Footer
   ----------------------------------------------------- */
footer {
  padding-top: 32px;
  padding-bottom: 55px; }
  footer a {
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: #3772a2; }
    footer a:hover {
      text-decoration: underline;
      color: #3772a2; }

@media (min-width: 768px) {
  footer a {
    display: inline;
    margin-right: 20px; }
    footer a:last-child {
      margin-right: 0; } }
body {
  padding-top: 100px; }

.typed-cursor {
  position: relative;
  display: inline;
  font-family: 'Courier New';
  font-size: 1.5em;
  font-weight: 500;
  animation: blink 1s infinite;
  opacity: 1;
  color: #3f3f48;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite; }

.form-control {
  border: none;
  border-radius: 0; }

.text-content {
  padding: 1.8rem; }

.text-mini-content {
  padding: 1.1rem 1.2rem; }

/* -----------------------------------------------------
   intro
   ----------------------------------------------------- */
#intro {
  color: #12131b;
  background: #0097d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(to-right), color-stop(#0097d6), to(#009ada));
  background-image: linear-gradient(to-right, #0097d6, #009ada); }
  #intro h1 {
    margin-top: 2.125rem;
    margin-bottom: 1.6875rem;
    color: #3f3f48; }
    #intro h1 .typing {
      color: #ffffff; }
  #intro .presentation-services {
    margin-top: 43px; }
    #intro .presentation-services strong {
      font-size: 18px;
      font-weight: 900; }
    #intro .presentation-services .col-md-4 {
      margin-bottom: 1rem; }

/* -----------------------------------------------------
   about
   ----------------------------------------------------- */
#about {
  padding-top: 25px; }

#from-waste-to-raw-material {
  position: relative;
  z-index: 3; }
  #from-waste-to-raw-material .bg-grey {
    background-color: #eff3f5; }
  #from-waste-to-raw-material h1 {
    margin: 1rem 0 1.5rem; }
  #from-waste-to-raw-material .circular-economy {
    margin-top: 4rem;
    margin-bottom: 2rem; }
    #from-waste-to-raw-material .circular-economy > div {
      margin-bottom: 2rem; }
  #from-waste-to-raw-material .circular-economy-image {
    display: block;
    margin: 0 auto; }
  #from-waste-to-raw-material .win-win-system span {
    font-size: 1.75rem;
    color: #3772a2; }
  #from-waste-to-raw-material .step-1,
  #from-waste-to-raw-material .step-2,
  #from-waste-to-raw-material .step-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

/* -----------------------------------------------------
   services
   ----------------------------------------------------- */
#services {
  position: relative;
  padding-bottom: 4rem; }
  #services::before {
    position: absolute;
    z-index: -1;
    top: -190px;
    width: 100%;
    height: 190px;
    content: '';
    background-color: #eff3f5; }

#waste-trading-in-europe {
  padding-bottom: 3rem;
  background-color: #eff3f5; }

/* -----------------------------------------------------
   avis exterieur
   ----------------------------------------------------- */
#outside-opinion {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 4rem;
  background-color: #eff3f5; }

.outside-opinion__intro {
  margin-bottom: 40px; }

.services-list {
  margin-top: 15px;
  margin-bottom: 2rem; }

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 2.1rem 1.2rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#licences-approvals > .content,
#merger-acquisition > .content {
  padding: 1rem 1.5rem 1rem 1.5rem; }

#merger-acquisition h1 {
  color: #e6edf7; }

/* -----------------------------------------------------
   contact
   ----------------------------------------------------- */
#contact {
  padding: 80px 0;
  background-color: #eff3f5; }

#contact-form {
  margin-bottom: 1.5rem; }

label {
  display: none; }

input.form-control {
  height: 45px;
  margin-bottom: 20px; }

textarea.form-control {
  height: 220px;
  resize: none; }

.btn-submit {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3772a2;
  border-color: transparent;
  border: none;
  background: transparent; }
  .btn-submit:hover {
    background: transparent;
    border: none;
    color: #2a577c; }

::-webkit-input-placeholder {
  color: #12131b; }

:-ms-input-placeholder {
  color: #12131b; }

::placeholder {
  color: #12131b; }

::-webkit-input-placeholder {
  color: #12131b; }

::-moz-placeholder {
  color: #12131b; }

:-ms-input-placeholder {
  color: #12131b; }

:-moz-placeholder {
  color: #12131b; }

@media (min-width: 768px) {
  .illustrations-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .illustrations-row img {
      height: 220px; }

  #waste-trading-in-europe img,
  #outside-opinion img {
    width: 100%; } }
@media (min-width: 992px) {
  #intro h1 {
    margin-top: 8.125rem;
    margin-bottom: 4.6875rem;
    font-size: 3.125rem; }
  #intro p {
    margin-bottom: 2.5rem; }
    #intro p:last-child {
      margin-bottom: 0; }

  .text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  #page-container h1,
  article h1 {
    margin: 2.5rem 0 3.5rem; }

  #importance-of-recycling {
    margin-bottom: 139px; }
    #importance-of-recycling .illustration {
      width: 54.53vw;
      max-width: 54.53vw;
      height: auto; }

  #about {
    padding-top: 50px; }

  #services-container {
    padding-top: 1.8rem; }
    #services-container > div:first-child {
      padding-top: 13rem; }

  #administrative-procedure {
    padding-top: 3.6rem; }

  .bg-grey {
    background-color: #eff3f5; }

  h1 {
    margin: 1rem 0 1.5rem; }

  #from-waste-to-raw-material h1 {
    margin: 4.37rem 0 2.5rem; }
    #from-waste-to-raw-material h1 span {
      position: relative;
      display: block;
      margin-left: 2.1rem;
      padding-left: 1rem; }
      #from-waste-to-raw-material h1 span::before {
        position: absolute;
        top: 61%;
        left: -100%;
        display: block;
        width: 100%;
        height: 1px;
        content: '';
        background-color: #3772a2; }
  #from-waste-to-raw-material .circular-economy {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 5.625rem; }
    #from-waste-to-raw-material .circular-economy::after {
      position: absolute;
      bottom: 37%;
      right: -100%;
      display: block;
      width: 100%;
      height: 1px;
      content: '';
      background-color: #3772a2; }

  #licences-approvals > .content h1,
  #merger-acquisition > .content h1 {
    display: inline-block;
    width: 65%; }

  #licences-approvals > .content,
  #merger-acquisition > .content {
    padding: 3rem 3.5rem 3rem 3.5rem; }

  #merger-acquisition {
    margin-top: 111px;
    text-align: right; }

  #waste-trading-in-europe {
    padding-top: 118px;
    padding-bottom: 97px; }

  #outside-opinion {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 2rem; }
    #outside-opinion::before {
      position: absolute;
      z-index: 0;
      bottom: 0;
      width: 100%;
      height: 280px;
      content: '';
      background-color: #ffffff; }

  .services-list {
    margin-bottom: 130px; }

  #managerial-help .text-mini-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .illustrations-row img {
    height: 294px; } }
@media (min-width: 1300px) {
  #waste-trading-in-europe {
    padding-top: 118px;
    padding-bottom: 97px; }

  #outside-opinion {
    margin-bottom: 3rem;
    padding-bottom: 4rem; }

  .text-content {
    padding: 0 4rem; }

  .illustrations-row img {
    height: auto; } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
