* {
  margin: 0;
  padding: 0;
}

.navigation {
	display: none;
}
/* Slider */
.slick-slide {
    margin: 40px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
      box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.06);
      height: 13vw;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{    width: 50%;
     display: block;
     margin: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


h3, h5 {
  font-family: 'Abril Fatface', cursive;
  font-weight: lighter;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

span {
  font-size: .8vw;
  letter-spacing: .1rem;
  font-weight: 400;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

nav {
	position: fixed;
	width: 100%;
	transition: all 0.5s;
  z-index: 2;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.06);
  background-color: white;
}

nav img {
	width: 3%;
	float: left;
	margin-left: 15%;
	margin-top: 1%;
  margin-bottom: 1%;
}

nav ul {
	text-align: right;
	margin-right: 11.5%;
  margin-top: 2.2%;
  margin-bottom: 1.8%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

nav li {
	list-style: none;
	display: inline;
	padding-right: 4%;
}

nav a {
	color: #1B1B1B;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.1s;
}

nav a:hover {
	color: grey;
}

#home {
  background-image: url(image/dekstop.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

section h1 {
  letter-spacing: 1rem;
  text-align: left;
  font-size: 3vw;
  padding: 15% 0 0 15%;
  color: white;
}

section h2 {
  letter-spacing: .5rem;
  font-size: 1.5vw;
  font-weight: 400;
  opacity: .3;
  padding: 1% 0 0 15%;
  color: white;
}

#home .home_p {
  margin: 3% 50% 0 15%;
  opacity: .8;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 400;
  text-align: justify;
}

#social_network {
  width: 20px;
  filter: invert(100%);
  display: block;
  position: absolute;
  right: 15%;
}

#home .bottom {
  width: .5%;
  margin: 3% 0 0 15%;
}

#home .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.facebook {
  margin-top: 10%;
}
.twitter {
  margin-top: 5%;
}

.linkedin {
  margin-top: 15%;
}

#about {
  width: 100%;
  /* height: 95vh; */
  background-color: white;
  background-image: url(image/about.jpg);
  background-size: cover;
  background-position: center;
}

#about h3 {
  font-size: 1.5vw;
  letter-spacing: .1rem;
  text-align: left;
  margin: 2% 0 2% 5%;
  /* color: #128A97; */
}

hr {
  margin: 0 0 0 5%;
  width: 2%;
  height: 1vh;
  background-color: #128A97;
  border: none;
  border-radius: 25px;
}

section p {
  font-weight: 400;
  line-height: 2rem;

}
.corporate {
  padding: 1% 0 0 0;
}

.strategy {
  padding: 2% 0 0 0;
}

#about p {
  text-align: left;
  margin: 2% 30% 2% 5%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  opacity: .6;
  text-align: justify;
}

#about img {
  width: 3%;
  margin: 5% 0 0 5%;
}

#background {
  margin: 3% 0 0 10%;
  padding: 15% 2% 8% 2%;
  width: 50%;
  /* box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 25px; */
}

#brands {
  background-color: white;
  clear: both;
}

.customer-logos {
  text-align: center;
}

.margin {
  padding-top: 5.5%;
}

.customer-logos a {
  color: black;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  transition: ease-in-out .1s;
  font-size: .6vw;
}

.customer-logos a:hover {
  color: #128A97;
  transition: ease-in-out .1s;

}

#leisure {
  width: 100%;
  background-image: url(image/leisure.jpg);
  background-size: cover;
  background-position: top;
  text-align: right;
}

#background_2 {
  display: inline-block;
  margin: 3% 10% 15% 0;
  padding: 5% 2% 2% 2%;
  width: 50%;
  /* box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 25px; */
}

#leisure h3 {
  font-size: 1.5vw;
  letter-spacing: .1rem;
  text-align: right;
  margin: 2% 5% 2% 0;
  /* color: #128A97; */
}

#leisure h5 {
  clear: both;
  margin: 5% 5% 2% 0;
  font-size: 1.5vw;
}

#leisure hr {
  float: right;
  clear: both;
  margin: 0 5% 0 0;
  width: 2%;
  height: 1vh;
  background-color: #128A97;
  border: none;
  border-radius: 25px;
}

.leisure {
  padding: 1% 0 0 0;
}

.aqua {
  padding: 2% 0 0 0;
}

#leisure p {
  text-align: right;
  margin: 2% 5% 2% 30%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  opacity: .5;
  clear: both;
  text-align: justify;
}

#leisure #leisure_picto {
  width: 3%;
  margin: 0 5% 0 0;
}

.floatleft {
  width: 50%;
  float: left;
  /* padding-top: 5%; */
}

.contact_h {
  font-size: 1.5vw;
  color: black;
  text-align: left;
  padding: 2% 30% 2% 30%;
}

#contact hr {
  margin: 0 0 7% 30%;
  width: 2%;
  height: 1vh;
  background-color: #128A97;
  border: none;
  border-radius: 25px;
}

.information_contact {
  color: black;
  font-weight: 700;
  opacity: .5;
  line-height: 2rem;
  margin: 2% 30% 2% 30%;
  font-size: .8vw;
  font-family: 'Montserrat', sans-serif;
}

#contactform {
	float: left;
	width: 30%;
  margin: 7% 0 0 7%;
}

#contact {
  background-color: white;
  width: 100%;
  /* height: 50rem; */
  background-image: url(image/contact.jpg);
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
}

#contactform input {
  margin: 4%;
  width: 40%;
  display: inline-block;
  outline: none;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 0.1vw;
  letter-spacing: 2px;
  font-size: 1vw;
  border-radius: 0;
  height: 50px;
  background-color: rgba(255,255,255,0);
}


#contactform textarea {
  width: 90%;
  font-size: 1vw;
  display: block;
  margin: 4%;
  outline: none;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 0.1vw;
  letter-spacing: 2px;
  border-radius: 0;
  background-color: rgba(255,255,255,0);
}

#contactform .btn {
  width: 40%;
  font-size: 1vw;
  letter-spacing: 0.5rem;
  border: none;
  color: white;
  background-color: #4ba6b9;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 2%;
  float: left;
  margin: 8% 0 0 4%;
  padding: 3%;
  box-shadow: 0 10px 32px 0 rgba(60, 136, 149, .3);
  border-radius: 25px;
}

#contactform .btn:hover {
  background-color: #3c8895;
}

.done {
  font-size: .8vw;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-left: 3%;
}

.ndone {
  font-size: .8vw;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-left: 3%;
}

.rsx {
  clear: both;
  float: left;
  margin: 15% 0 15% 4%;
  width: 100%;
  text-align: left;
}

.instagram_c {
  margin: 5% 20% 0 20%;
}

.linkedin_c {
  margin-left: 20%;
}

#contact_picto {
  width: 3%;
  margin: 0 0 0 30%;
}

.icontact {
  width: 3%;
  padding: 15% 2% 2% 2%;
}

#contact #social_network_2 {
  width: 20px;
}

footer {
  float: none;
  clear: both;
  text-align: center;
  padding: 5% 0 0 0;
  background-color: white;
  height: 10vh;
  box-shadow: 5px 5px 30px 0 rgba(1, 1, 1, .1);
  font-family: 'Montserrat', sans-serif;
  font-size: .8vw;
}


/*=============================================
=  Ajout Dev Yanis, On se tient au courant ?  =
=============================================*/


#bloccontent{
  display: block;
  overflow: hidden;
}

#bloccontent div {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
}

#bloccontent img{
  width: 100%!important;
  margin-bottom: 15%;
}

.buttonclick{
  cursor: pointer;
}

#bloccontent div span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

#bloccontent div h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 2%;
}

/* #contact .num_l {
  float: none;
  clear: both;
  text-align: right;
  margin: 0 10% 0 10%;
  font-weight: 700;
  font-size: 5vw;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
} */

#contact #social_network {
  margin-bottom: 10%;
}

/*
button{
  border: none;
  background:none;
  cursor: pointer;
  margin: 7% 3% 10% 3%;
  width: 50%;
} */

/*=============================================
=  Ajout Dev Yanis, On se tient au courant ?  =
=============================================*/


/*----------RESPONSIVE--------------*/

@media (max-width: 1000px) {

        nav {
		      display: none;
	      }

      .btn-navigation {
          position: fixed;
          right: 30px;
          top: 30px;
          z-index: 2;
          cursor: pointer;
      }

      .btn-navigation .barre {
          width: 20px;
          height: 5px;
          border-radius: 25px;
          margin-top: 3px;
          transition: background .5s ease-in-out;
          --webkit-transition: transform .5s ease-in-out;
      }

      .btn-navigation .barre {
          background-color: white;
      }

      .barre.black {
          background-color: #1B1B1B;
      }

      .navigation {
	        display: block;
          position: fixed;
          background-color: white;
          width: 100%;
          height: 100%;
          transform: translateX(100%);
          --webkit-transform: translateX(100%);
          transition: transform .5s ease-in-out;
          --webkit-transition: transform .5s ease-in-out;
          z-index: 1;
      }

      .navigation.is0pen {
          transform: translateX(0%);
          --webkit-transform: translateX(0%);
      }

      .navigation img {
        margin-top: 5%;
        width: 10%;
      }

      .navigation ul {
          font-family: 'Montserrat', sans-serif;
          list-style: none;
          margin-top: 5rem;
          margin-bottom: 5%;
          font-weight: 700;
      }

      .navigation ul li {
          margin: 10%;
      }

      .navigation, ul li a {
          color: #1B1B1B;
          text-decoration: none;
          font-size: 5vw;
          text-align: center;
      }

      section h1 {
        text-align: center;
        padding: 35% 15% 0 15%;
        font-size: 7vw;
        letter-spacing: .5rem;
      }

      section h2 {
        text-align: center;
        padding: 3% 10% 0 10%;
        font-size: 3vw;
        letter-spacing: .5rem;
      }

      section h1 span {
        display: none;
      }

      #home {
        text-align: center;
        height: auto;
        position: relative;
      }

      #home .home_p {
        margin: 5% 15% 0 15%;
        text-align: justify;
      }

      #home .bottom {
        width: .5%;
        margin: 10% 0 0 0;
      }

      .facebook, .twitter, .instagram {
        margin-top: 5%;
      }

      .instagram {
        margin: 0 10% 0 10%;
      }

      .linkedin {
        margin-left: 10%;
      }

      #social_network {
        display: inline-block;
        position: inherit;
        right: 0;
      }

      #about {
        text-align: center;
        height: auto;
        background-position: center;
      }

      #background {
        margin: 3% 0 0 0;
        padding: 0;
        width: 100%;
        text-align: center;
      }

      hr {
        margin: 2% auto;
      }

      #about h3 {
        font-size: 5vw;
        text-align: center;
        margin: 2% 0 0 0;
      }

      #about p {
        margin: 2% 15% 2% 15%;
      }

      #about img {
        width: 6%;
        margin: 5% 0 0 0;
      }

      #leisure {
        text-align: center;
        margin: 10% 0 0 0;
        background-image: url(image/leisure.jpg);
        background-position: center;
        height: auto;
      }

      #leisure #background_2 {
        margin: 0% 0 0 0;
        padding: 0;
        float: none;
        clear: both;
        width: 100%;
        text-align: center;
        height: auto;
      }

      #leisure #leisure_picto {
        margin: 5% 0 0 0;
        width: 6%;
      }

      #leisure .leisure {
        font-size: 5vw;
        text-align: center;
        margin: 2% 0 0 0;
      }

      #leisure hr {
        float: none;
        clear: both;
        margin: 2% auto;
      }

      #leisure h5 {
        margin: 5% 0 0 0;
        font-size: 3vw;
      }

      #leisure p {
        text-align: justify;
        margin: 2% 15% 5% 15%;
      }

      .waves_2 {
        display: none;
      }

      #leisure h3 {
        font-size: 5vw;
        margin: 2% 0 0 0;
      }

      #leisure .aqua, .leisure {
        text-align: center;
        padding: 0;
      }

      .slick-slide img
      {
        width: 100%;
      }

      .slick-slider
      {
        height: 20vw;
      }

      .floatleft {
        width: 100%;
        float: none;
        clear: both;
      }

      .floatleft h3 {
        text-align: center;
        font-size: 5vw;
      }

      #contact hr {
        margin: auto;
      }

      #contact_picto {
        display: none;
      }

      #contact p {
        text-align: center;
        margin: 2% 15% 0 15%;
        font-size: 4vw;
      }

      #contactform {
        float: none;
        clear: both;
        width: 90%;
        margin: 5% auto;
      }

      #contactform input {
        font-size: 4vw;
      }

      #contactform textarea {
        font-size: 4vw;
      }

      #contactform .btn {
        float: none;
        clear: both;
        display: block;
        margin: 8% auto 4%;
        font-size: 4vw;
      }

      .rsx {
        text-align: center;
        margin: 10% auto;
      }

      #bloccontent {
        margin: 0 0 5% 0;
      }

      #brands {
        height: auto;
      }

      #bloccontent div {
        width: 100%;
      }

      .slick-slider {
        height: auto;
      }

      footer {
        font-size: 3vw;
      }

      .customer-logos a {
        font-size: 3vw;
      }

}
