/*********************************************/
/******** Affichage sur petit écran **********/
/*********************************************/
@media screen and (max-width: 1024px) {
  h1 {
    right: 35%;
  }
  .home .image-fond {
    max-width: 55%;
    width: 55%;
  }
  .home section > div {
    width: 100%;
  }
  .home section div.flex-column {
    width: 60%;
  }
  .home h3 {
    width: 100%;
  }
  .home section div:first-child p {
    width: 90%;
  }
  .home section > p {
    width: 35%;
    margin-top: 90px;
  }
  .home section img {
    width: 145px;
  }
  .boat h2 {
    bottom: 4%;
    font-size: 4rem;
  }
  .boat p {
    bottom: 6%;
    width: 50%;
    padding: 0 20px;
  }
  .team .gallery {
    justify-content: space-around;
    max-width: 80%;
  }
  .team figure {
    width: 45%;
  }
  .team .gallery div {
    width: 45%;
  }
  .team h3 {
    font-size: 3.5rem;
  }
  .team figcaption p {
    padding: 15px;
    font-size: 1.5rem;
  }
  .team figcaption h2 {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  article {
    width: 45%;
    padding: 0 20px 0 0;
  }
  .groupe .image-fond {
    max-width: 50%;
    width: 50%;
    min-height: 575px;
  }
  .groupe h2 {
    left: 65%;
  }
  .groupe article > div {
    max-width: 70%;
  }
  .cta {
    font-size: 2rem;
  }
  .groupe h3 {
    font-size: 2rem;
    margin: 10px 0;
  }
  .groupe .cta img {
    margin-right: 10px;
  }
  .groupe .flex-end img {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
  #google-map {
    width: 55%;
  }
  #map {
    height: 530px;
  }
  .title-contact {
    top: 17%;
    left: 40%;
    width: 235px;
    padding: 10px 20px 10px 30px;
  }
  .title-contact h2 {
    font-size: 3.2rem;
  }
  .title-contact ul {
    padding: 5px 0;
  }
  .title-contact li {
    font-size: 1.1rem;
  }
  .contact article {
    align-self: center;
    width: 40%;
  }
  #btn-contact-show div {
    font-size: 1.2rem;
  }
  #btn-contact-show i {
    font-size: 4rem;
  }
  #contact-infos {
    max-width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .menu-wrap {
    overflow: scroll;
  }
  .home div.container {
    flex-direction: column-reverse;
  }
  .home section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
  }
  .home section > div {
    width: 45%;
  }
  .home section div.flex-column {
    width: 100%;
  }
  .home section img {
    display: none;
  }
  .home section div:first-child p {
    width: 90%;
  }
  .home section > p {
    width: 45%;
    margin: 0;
  }
  h1 {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 350px;
    line-height: 1.1;
    font-size: 4.4rem;
  }
  .home .image-fond {
    max-width: 90%;
    width: 90%;
    min-height: 550px;
    margin: 0 auto;
    align-self: center;
  }
  .boat .video-fond {
    width: 80%;
  }
  .boat p {
    font-size: 1.2rem;
    width: 50%;
    padding: 0 20px;
  }
  .boat h2 {
    width: 60%;
    top: 4%;
    font-size: 4rem;
  }
  .team .gallery {
    justify-content: space-around;
    width: 100%;
  }
  .team figure {
    width: 50%;
  }
  .team h3 {
    font-size: 3rem;
  }
  .team .gallery div {
    width: 50%;
  }
  .team figcaption p {
    padding: 15px 10px;
    font-size: 1.5rem;
  }
  .tarif section.flex {
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
  }
  .tarif h2 {
    margin: 10px 0;
    font-size: 4rem;
  }
  .tarif figcaption {
    padding: 5px 0;
    text-align: left;
    font-size: 3.6rem;
  }
  .tarif article {
    padding: 0 0 50px 0;
    width: 100%;
  }
  .tarif figure {
    width: 100%;
  }
  .groupe div.container {
    max-width: 80%;
    flex-direction: column;
    margin: 0 auto;
  }
  .groupe .image-fond {
    max-width: 85%;
    margin: 0 auto;
    width: 85%;
    min-height: 400px;
  }
  .groupe h2 {
    width: 230px;
    margin: 0;
    left: -11%;
    top: 4%;
    font-size: 3.2rem;
  }
  .groupe article {
    padding: 30px 0;
    margin: 0 auto;
    width: 85%;
  }

  .groupe div.flex-end p {
    width: 50%;
  }

  .contact .container {
    align-items: center;
    flex-direction: column-reverse;
  }
  #btn-contact-show div {
    font-size: 1.5rem;
  }
  #google-map {
    width: 80%;
  }
  #map {
    height: 450px;
  }
  .title-contact {
    top: 36%;
    left: 8%;
  }
  .contact article {
    width: 80%;
    padding: 20px 0;
  }
  #contact-infos {
    max-width: 100%;
  }
  #partenaires-overlay h3 {
    font-size: 2.1rem;
  }
  .partenaires-wrapper {
    width: 80%;
  }
  #partenaires-overlay i {
    font-size: 3rem;
  }
  .hidden {
    display: block;
    padding-bottom: 30px;
  }
  .hidden i {
    padding: 0 10px 0 0;
  }
  .hidden li {
    width: 30%;
    font-family: "Edo", sans-serif;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  p {
    line-height: 1.5;
  }
  h3,
  .price.big {
    font-size: 2.2rem;
  }
  .links {
    margin: 0;
  }
  .menu-wrap {
    padding: 1em;
  }
  .menu-button {
    margin: 5px 0;
  }
  .home div.container {
    max-width: 100%;
  }
  .home .image-fond {
    max-width: 100%;
    width: 100%;
    min-height: 350px;
    margin: 0;
  }
  .home h1 {
    right: unset;
    top: unset;
    left: 12%;
    bottom: -3%;
    font-size: 3rem;
    text-shadow: 2px 2px 2px #fff;
  }
  .home section {
    width: 90%;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 20px auto 0 auto;
  }
  .home section div:first-child {
    width: 90%;
    margin: 0 auto;
  }
  .home section > p {
    width: 80%;
    margin-top: 20px;
  }
  .hidden {
    width: 90%;
    margin: 0 auto;
  }
  .hidden ul {
    margin: 30px auto;
  }
  .hidden li {
    text-align: center;
    font-size: 1.7rem;
  }
  .hidden i {
    display: block;
    margin: 10px 0;
  }
  .boat .video-fond {
    width: 100%;
  }
  .boat h2 {
    top: unset;
    right: 0;
    bottom: 9%;
    left: unset;
    width: 100%;
    padding: 0 10px;
    font-size: 4rem;
  }
  .boat .container {
    max-width: 100%;
  }
  .boat p {
    display: none;
  }
  .team figure {
    order: 2;
    width: 100%;
  }
  .team figcaption p {
    font-size: 1.2rem;
  }
  .team .gallery div {
    order: 1;
    width: 100%;
    padding: 8px;
  }
  .team h3 {
    padding: 0 0 20px;
  }
  .tarif section.flex {
    width: 100%;
  }
  .tarif h2 {
    font-size: 2.7rem;
  }
  .tarif figcaption {
    font-size: 2.5rem;
  }
  .tarif figure {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .fp-controlArrow.fp-prev {
    left: 5px;
    background-repeat: no-repeat;
    background-size: 70%;
  }
  .fp-controlArrow.fp-next {
    right: 10px;
    background-repeat: no-repeat;
    background-size: 70%;
  }
  .tarif article {
    width: 85%;
  }
  .tarif p {
    text-align: left;
  }
  .tarif h3 {
    margin: 30px 0;
  }
  .price.small {
    padding: 0 5px;
  }
  .links {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }
  .links i {
    text-shadow: 0.5px 0.5px 3px rgba(255, 255, 255, 1);
  }
  .groupe .image-fond {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    min-height: 300px;
  }
  .groupe div.flex {
    max-width: 100%;
  }
  .groupe h2 {
    width: 100%;
    margin: 0;
    left: 0;
    top: unset;
    bottom: -40px;
    padding: 15px 0;
    text-align: center;
    font-size: 2.5rem;
  }
  .groupe article {
    padding: 0;
    margin: 50px auto;
    width: 65%;
  }
  .groupe article > div {
    max-width: 100%;
  }
  .groupe div.flex-end p {
    width: 100%;
  }
  .cta {
    font-size: 1.8rem;
  }
  .title-contact {
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 50px;
  }
  .title-contact li {
    font-size: 1.2rem;
  }
  .contact .container {
    flex-direction: column;
    max-width: 90%;
  }
  .contact article {
    margin-top: 120px;
  }
  .contact article div.flex {
    flex-direction: column-reverse;
  }
  #btn-contact-show {
    width: 100%;
  }
  #map {
    display: none;
  }
  #contact-infos {
    max-width: 100%;
    overflow: scroll;
  }
  .contact-wrapper {
    max-width: 100%;
    margin-top: 0;
    transform: none;
  }
  .contact-wrapper h3 {
    font-size: 2.5rem;
  }
  .contact-form {
    width: 100%;
    margin-right: 0;
  }
  .field {
    width: 100%;
    padding: 2em 0.1em 0.15em;
    font-size: 1.6rem;
  }
  #submit {
    font-size: 2.2rem;
    margin-top: 30px;
  }
  .icon-list a {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  .tarif-list {
    margin-left: 15px;
  }
}
