body {
  background-color: #07484d; }

.container {
  background-image: url("Images/raw.jpg");
  background-size: 1510px;
  border: 1px solid #33B6BF;
  /*-webkit-box-shadow: #099EA8;*/
  /*box-shadow: #099EA8;*/
  height: 1000%; }

.bienvenu {
  background-color: #33B6BF;
  font-size: 3rem;
  color: white;
  width: 50%;
  margin: auto;
  margin-top: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: bienvenu 1000ms 1000ms;
  animation: bienvenu 1000ms 1000ms; }

@-webkit-keyframes bienvenu {
  0% {
    -webkit-transform: translateX(-9999px);
    transform: translateX(-9999px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bienvenu {
  0% {
    -webkit-transform: translateX(-9999px);
    transform: translateX(-9999px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.portfolio {
  margin-top: 6px;
  text-align: center;
  font-size: 6rem; }
  .portfolio__nom {
    font-size: 4rem; }

.plus {
  font-size: 2rem;
  color: #33B6BF;
  text-align: right;
  margin-top: 100px;
  padding-bottom: 50px; }
  .plus .bouton {
    border: none;
    margin-right: 50px;
    border-radius: 50px;
    outline: none;
    height: 100px;
    width: 100px;
    background-color: red;
    -webkit-animation: input 1000ms 1000ms ease-in-out alternate infinite;
    animation: input 1000ms 1000ms ease-in-out alternate infinite; }
    .plus .bouton .ici {
      text-decoration: none;
      color: black; }

@-webkit-keyframes input {
  0% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@keyframes input {
  0% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@media all and (max-width: 499px) {
  .portfolio {
    font-size: 3rem; }
    .portfolio__nom {
      font-size: 2rem; }

  .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .plus .bouton {
      margin: auto; } }
