footer{
  width: 100%;
  position: relative;
  color: #1A3365;

}
footer::after {
  content: "";
  background: url(../images/footer.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

footer{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.ft-wrapper{
    padding-left: 5%;  
}

.ft-title{
  font-size: 5em;
}

.ft-subtitle{

  margin-top: 0;
  font-weight: 400;
  margin-bottom: 70px;
  font-size: 1.6em;
}

.ft-menu{
  display: flex;
  align-items: left;
  justify-content: center;
}

.ft-menu-list {
  padding: 0;
  width: 20vw;
}
.ft-menu-head{
  font-weight: bold;
}

.ft-menu-list > li{
    list-style: none;
    height: 25px;
}

.ft-menu-list > li > a{
  text-decoration: none;
  color: #1A3365;

}

.newsletter{
  /*display: grid;
  align-items: end;*/
  grid-template-rows: 150px 40px;
}

.newsletter-titre{
  width: 100%;
  font-size: 1.8rem;
}

.newsletter-input{
  color: #1A3365;
  padding: 7px 20px;
  font-weight: bold;
  border: none;

}

::-webkit-input-placeholder { /* Edge */
  color: #1A3365;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #1A3365;
}

::placeholder {
  color: #1A3365;
}

.newsletter-btn{
  background-color: #ffbb00;
  color: #1A3365;
  padding: 7px 20px;
  font-weight: bold;
  border: none;
}



/*************************************** media ***************************************/
@media (min-width: 1025px) and (max-width: 1280px) {
  .ft-title{
    font-size: 5em;
  }

  .ft-subtitle{
    font-size: 1.6em;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .ft-title{
    font-size: 4.5em;
  }

  .ft-subtitle{
    font-size: 1.4em;
  }

  .ft-menu-list {
    font-size: 1.1rem;
  }

  .ft-menu-list > li{
    font-size: 1rem;
  }

  .newsletter-titre{
    font-size: 1.7rem;
  }

  .newsletter-input{
    font-size: 15px;
  }

  .newsletter-btn{
    font-size: 15px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .ft-title{
    font-size: 4em;
  }

  .ft-subtitle{
    font-size: 1.2em;
  }

  .ft-menu-list {
    font-size: 1rem;
  }

  .ft-menu-list > li{
    font-size: 0.9rem;
  }

  .newsletter-titre{
    font-size: 1.5rem;
  }

  .newsletter-input{
    font-size: 13px;
  }

  .newsletter-btn{
    font-size: 14px;
  }
}


@media (min-width: 481px) and (max-width: 767px) {
  .ft-title{
    font-size: 3em;
  }

  .ft-subtitle{
    font-size: 1.1em;
  }

  .ft-menu-list {
    font-size: 0.9rem;
  }

  .ft-menu-list > li{
    font-size: 0.8rem;
  }

  .newsletter-titre{
    font-size: 1.4rem;
  }

  .newsletter-input{
    font-size: 12px;
  }

  .newsletter-btn{
    font-size: 13px;
  }
}


@media (min-width: 200px) and (max-width: 480px) {
  .ft-title{
    font-size: 2em;
  }

  .ft-subtitle{
    font-size: 0.9em;
  }

  .ft-menu-list {
    font-size: 0.8rem;
  }

  .ft-menu-list > li{
    font-size: 0.7rem;
  }
  .newsletter-titre{
    font-size: 1.2rem;
  }

  .newsletter-input{
    font-size: 11px;
  }

  .newsletter-btn{
    font-size: 11px;
  }
}
/*************************************** media ***************************************/
