.head {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

p {
    font-size: 1rem;
}

.titrehead {
  color: white;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titrehead>h1 {
    font-weight: 500;
    font-size: 4rem;
}

.titrehead>h2 {
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
}

.titrehead>img {
    width: 50%;
    margin-bottom: 3.5vh;
}

.fleche {
  position: absolute;
  top: 75vh;
  animation: flechemontetdescend 5s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
}

@keyframes flechemontetdescend {
  0% {
    top: 75vh;
  }
  50% {
    top: 77vh;
  }
  100% {
    top: 75vh;
  }
}

.ocean { 
    height: 100vh;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: -10;
    background: linear-gradient(0deg, #003844, #055e5d);
    overflow: hidden;
  }

.oceanhaut { 
    height: 100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: -9;
  }

.wavehaut {
    background: repeat-x url(../medias/accueil/wave.svg); 
    background-size: auto;
    position: absolute;
    top: 0px;
    width: 6400px;
    height: 400px;
    animation: wavealenvers 28s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform:rotate(180deg);
    opacity: 1;
  }
  
  .wavehaut:nth-of-type(2) {
    top: 0px;
    animation: swellalenvers1 35s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite;
    opacity: 1;
  }

  @keyframes wavealenvers {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: -3250px;
    }
  }

  @keyframes swellalenvers1 {
    0% {
      transform: translate3d(0,50px,0) rotate(182deg);
    }
    70% {
      transform: translate3d(0,0px,0) rotate(185deg);
    }
    100% {
      transform: translate3d(0,50px,0) rotate(182deg);
    }
  }

/*1er paragraphe*/
.premierparagraphe {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vh 10vw 10vh 10vw;
    background-color: #003844;
    color: white;
}

.lineseparate {
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, #00C19F, #055557);
    margin: 2vh 0 2vh 0;
}

@media screen and (min-width: 768px) {
    .premierparagraphe {
        padding: 10vh 10vw 10vh 10vw;
    }
}

@media screen and (min-width: 1080px) {
    .premierparagraphe {
      text-align: center;
        padding: 10vh 30vw 30vh 30vw;
    }
}

/*2eme paragraphe*/
.backsecondparagraphe {
  display: flex;
  justify-content:end;
  padding: 10vh 0 10vh 0;
  background-color: #003844;
  position: relative;
}

.secondparagraphe {
  width: 70vw;
  text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.90);
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.196));*/
    border-radius: 20px 0 0 20px;
    z-index: 3;
}

.texte {
  display: block;
  width: 80vw;
}

.backsecondparagraphe img {
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}

@media screen and (min-width: 768px) {
  .titrehead>h2 { font-size: 2rem;}
  .texte {width: 50vw;}
  .premierparagraphe {text-align: justify;}
  .secondparagraphe {text-align: justify;}
}

/*Nos solutions*/
.nossolutions {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vh 0 10vh 0;
    background: linear-gradient(#003844, #1f5966, white);
}

.nossolutions>h2 {
  color: white;
}

.lessolutions {
    display: flex;
    flex-direction: column;
    padding: 0 5vw 0 5vw;
    margin: 1rem;
}

.lessolutions div {
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lessolutions div>img {
    width: 60%;
}

.solution {
  width: 20rem;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 5vh 0 0 0;
    background-color: white;
    border-radius: 20px;
}


.btn {
    padding: 20px 40px 20px 40px;
    border-radius: 15px;
    text-decoration: none;
    display: block;
}

.decouvrir {
    margin-top:10px;
    background-color: #003844;
    color: white;
}

.decouvrir:hover {
  background-color: #2f6974;
}

@media screen and (min-width: 768px) {
    .lessolutions div>img {
        width: 60%;
    }
}

@media screen and (min-width: 1080px) {
    .nossolutions {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15vh 0 10vh 0;
    }
    
    .lessolutions {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 0 5vw 0 5vw;
    }
    
    .lessolutions div {
        padding: 2vW;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .lessolutions div>img {
        width: 10vw;
    }
 
    .solution {
        width: 15rem;
        height: 30rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 0 0 0 0;
        margin: 1rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.111);
    }
    
    .btn {
        padding: 20px 40px 20px 40px;
        border-radius: 15px;
        text-decoration: none;
    }
    
}



/*Ils parlent de nous*/
.ilsparlentdenous {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10vh 0 10vh 0;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.117);
    background-color: white;
    padding: 2rem;
}

.slider {
    height: 80%;
    width: 80%;
    position: relative;
  }
  
  .slider_content {
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
  }
  
  .slider_content_item {
    height: 100%;
    min-width: calc(100%/3);
  }
  
  .slider_content_item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }

  @media screen and (min-width: 768px) {
      .slider_content_item {
        height: 100%;
        min-width: calc(100%/4);
      }
}

  @media screen and (min-width: 1080px) {
    .ilsparlentdenous {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15vh 10vw 10vh 10vw;
    }
    
    .slider {
        height: 80%;
        width: 80%;
        position: relative;
      }
      
      .slider_content {
        height: 100%;
        width: 100%;
        display: flex;
        overflow: hidden;
        scroll-behavior: smooth;
      }
    

      .slider_content_item {
        height: 100%;
        min-width: calc(100%/6);
      }
      
      .slider_content_item img {
        max-width: 50%;
        max-height: 50%;
        width: auto;
        height: auto;
      }
}


/*Equipe*/

.team {
    display: flex;
    flex-direction: column-reverse;
    padding: 5vh 5vw 5vh 5vw;
    margin: 5vh 5vw 5vh 5vw;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.117);
    background-color: white;
}

.team>img {
    max-width: 90vw;
    max-height: 25vh;
    margin: 0 0 3vh 0;
    object-fit: cover;
    border-radius: 10px;
}

.textteam {
    text-align: center;
    padding: 0 2vw 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90%;
}

.textteam>p {
    margin: 0 0 5vh 0;
}

.textteam>h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.btnteam {
    margin: 1vh 0 0 1vw;
    background-color: #003844;
    color: white;
}

.btnteam:hover {
    background-color: #aabdc1;
}

@media screen and (min-width: 768px) {
.team {
    height: 60vh;
}

    .boutonsteam {
        display: flex;
    }
}

@media screen and (min-width: 1080px) {
    .team {
        display: flex;
        padding: 5vh 2.5vw 5vh 5vw;
        margin: 10vh 10vw 10vh 10vw;
        height: 45vh;
        align-items: center;
        flex-direction: row;
    }
    
    .team>img {
      max-width: 50vw;
      width: 25vw;
      max-height: 45vh;
        height: 45vh;
        object-fit: cover;
        margin: 0 0 0 0;
        border-radius: 10px;
    }
    
    .textteam {
        text-align: right;
        padding: 0 2vw 0 0;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        height: 90%;
    }
    
    .textteam>p {
        margin: 0 0 5vh 0;
    }
    
    .btnteam {
        background-color: #003844;
        color: white;
        margin: 0 0 0 1vw;
        transition: 0.25s;
    }
    
    .btnteam:hover {
        background-color: #aabdc1;
        transition: 0.25s;
    }
}