/* -----------------------------  CSS Reset*/
* {
  box-sizing: border-box;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}
figure img {
  display: block;
  width: 100%;
}
.center {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
#top {
  background-image: url(medias/bg_top_big3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
#top nav {
  padding: 10px 80px;
  align-items: center;
  background-color: white;
}
#top nav .logo {
  display: block;
  width: 159px;
  height: 70px;
  text-indent: -9999px;
  background: url(medias/logo4.jpg);
  margin-right: auto;
}
#top nav .menu {
  z-index: 9998;
}
#top nav .menu li a {
  display: block;
  line-height: 70px;
  padding: 0 30px;
  color: #599AD0;
  margin: 0 10px;
  font-size: 20px;
}
#top nav .menu li a:hover {
  background-color: #A1D8DC;
}
#top nav .burger {
  width: 40px;
  height: 40px;
  background-image: url(medias/burger-full2.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
  z-index: 9999;
  transition: 0.5s;
  display: none;
}
#top nav .burger.change {
  background-position: right center;
}
header {
  padding: 300px 0;
  height: 100%;
  text-align: center;
  color: aliceblue;
}
header h2 {
  font-size: 100px;
  font-weight: 100;
  margin-bottom: 80px;
  color: aliceblue;
}
header h3 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 40px;
}
header p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.6;
}
section {
  padding: 80px 0;
}
article h3 {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 30px;
}
article h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
}
article p {
  font-size: 24px;
  font-weight: 100;
}
#who article {
  flex: 1;
  text-align: left;
  padding-right: 40px;
}
#who article h3 {
  padding: 0 40px ;
  font-weight: 300;
  color: #599AD0;
  font-size: 40px;
}
#who article p {
  margin-bottom: 20px;
  line-height: 1.8;
}
#who article p:nth-of-type(1) {
  padding-left: 60px;
  border-left: #599AD0 solid 4px;
}
#who .photo {
  width: 40%;
}
#who .photo img {
  margin-bottom: 10px;
}
#who .photo p {
  font-style: italic;
  text-align: left;
}
#who .photo p:after {
  content: '';
  display: block;
  background: url(medias//thumb.php.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 30px;
}
#jossien {
  background-color: #A1D8DC;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#jossien h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
#jossien article {
  text-align: left;
  width: calc(33% - 40px);
  margin-bottom: 40px;
}
#jossien article:nth-of-type(3) {
  width: 100%;
  margin-bottom: 0;
}
#jossien article h3 {
  text-align: center;
  margin-bottom: 20px;
}
#jossien article p {
  margin-right: 20px;
  line-height: 1.8;
  font-weight: 300;
}
#jossien img {
  width: 400px;
  height: 400px;
  padding: 20px;
  margin-right: 20px;
}
#divers {
  padding: 60px 0;
}
#divers article {
  flex: 1;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 180px;
  margin: 20px;
  text-align: center;
  min-height: 400px;
  justify-items: center;
  line-height: 1.8;
  font-weight: 100;
}
#divers article:nth-of-type(1) {
  background-image: url(medias/cours.jpg);
  background-size: 30%;
}
#divers article:nth-of-type(2) {
  background-image: url(medias/planche.jpg);
  background-size: 30%;
}
#location h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
  background: url(medias/planche_bois.jpg);
}
#location article {
  flex: 1;
  margin: 40px;
  padding-top: 120px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: top;
  line-height: 1.8;
}
#location article:nth-of-type(1) {
  background-image: url(medias/surf_picto_1.png);
  background-size: 40%;
  border-radius: 20px;
}
#location article:nth-of-type(2) {
  background-image: url(medias/surf_picto_1.png);
  background-size: 40%;
  border-radius: 50px;
}
#location article:nth-of-type(3) {
  background-image: url(medias/surf_picto_1.png);
  background-size: 40%;
  border-radius: 20px;
}
#location article h3 {
  color: #599AD0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  margin-top: 40px;
}
#location article h3:nth-of-type(2) {
  font-size: 40px;
  margin-top: -50px;
}
#location article p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  border-left: solid 2px #599AD0;
  padding-left: 20px;
}
#location article img {
  animation-duration: 2s;
  animation-name: bouge;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
#formules {
  padding: 80px;
}
#formules h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
  background: url(medias/planche_bois.jpg);
}
#formules article {
  flex: 1;
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
#formules article .formules {
  text-align: center;
  width: 60%;
  padding: 20px 20px;
  min-height: 710px;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.4);
}
#formules article:nth-of-type(1) {
  background: url(medias/decouverte.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#formules article:nth-of-type(2) {
  background: url(medias/location.jpg);
  background-position: center;
}
#formules article h3 {
  font-size: 30px;
  border-bottom: solid 4px #599AD0;
  font-weight: 500;
}
#formules article h3 strong {
  text-transform: uppercase;
}
#formules article p {
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 400;
}
#galerie {
  padding: 100px 0;
}
#galerie h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
  background: url(medias/planche_bois.jpg);
}
#galerie p {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
#galerie article {
  width: calc(33% - 20px);
}
#galerie article p {
  margin-bottom: 0px;
}
#galerie article a {
  display: inline-block;
  margin: 10px;
}
#galerie article a.zoom {
  position: relative;
  overflow: hidden;
}
#galerie article a.zoom:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(medias/loupe.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.5s;
}
#galerie article a.zoom:hover {
  box-shadow: 20px 10px 10px rgba(0, 0, 0, 0.8);
}
#galerie article a.zoom:hover img {
  transform: scale(1.5) rotate(10deg);
  transition: 0.5s;
}
#galerie article a.zoom:hover:after {
  opacity: 1;
}
#contact {
  padding: 80px;
}
#contact h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 70px;
  background: url(medias/planche_bois.jpg);
}
#contact article {
  width: 60%;
}
#contact article p {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 30px;
}
#contact img {
  width: 30%;
}
footer {
  background-color: black;
  width: 100%;
  min-height: auto;
  text-align: center;
  padding: 30px 0;
}
footer p {
  color: whitesmoke;
}
/**********************************************************RESPONSIVE TABLETTE DEBUT*****************/
@media screen and (max-width: 810px) {
  .center {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  body {
    margin: 0;
  }
  #top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #top nav ul.menu {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    padding-top: 100px;
    transition: 0.5s;
    left: 100%;
  }
  #top nav ul.menu.change {
    left: 0;
  }
  #top nav ul.menu li {
    width: 100%;
  }
  #top nav ul.menu li a {
    text-align: center;
  }
  #top nav .burger {
    display: block;
  }
  #top header {
    padding: 100px 0;
  }
  #top header h1 {
    font-size: 36px;
  }
  #who article {
    flex: 1;
    width: 100%;
    text-align: left;
    padding-right: 0px;
  }
  #who article h1 {
    margin-bottom: 20px;
    line-height: 1.4;
    padding: 0 50px;
  }
  #who article h1 strong {
    font-weight: bold;
  }
  #who article h3 {
    padding: 0 0px;
    text-align: center;
  }
  #who .photo {
    width: 100%;
  }
  #who .photo img {
    margin-bottom: 10px;
  }
  #who .photo p {
    font-style: italic;
    text-align: center;
  }
  #jossien {
    background-size: cover;
    background-position: center;
    color: aliceblue;
    text-align: center;
  }
  #jossien article {
    flex: none;
    width: 100%;
  }
  #jossien article p {
    margin-bottom: 10px;
    padding: 20px;
    font-weight: 500;
  }
  #jossien img {
    width: 50%;
    margin: 0 auto;
  }
  #divers {
    padding: 60px 0;
  }
  #divers article {
    flex: none ;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 220px;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    min-height: 400px;
    justify-items: center;
  }
  #divers article:nth-of-type(1) {
    background-image: url(medias/cours.jpg);
    background-size: 30%;
  }
  #divers article:nth-of-type(2) {
    background-image: url(medias/planche.jpg);
    background-size: 30%;
  }
  #location {
    padding: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #location h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
  }
  #location article {
    flex: none;
    width: 100%;
    margin: 10px;
    padding: 10px;
    padding-top: 150px;
  }
  #location article:nth-of-type(1) {
    background-image: url(medias/surf_picto_1.png);
    background-size: 30%;
    border-radius: 20px;
  }
  #location article:nth-of-type(2) {
    background-image: url(medias/surf_picto_1.png);
    background-size: 30%;
    border-radius: 50px;
  }
  #location article:nth-of-type(3) {
    background-image: url(medias/surf_picto_1.png);
    background-size: 30%;
    border-radius: 20px;
  }
  #location article h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 40px;
  }
  #location article p {
    margin-bottom: 30px;
    font-size: 25px;
  }
  #formules {
    padding: 80px;
  }
  #formules h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
  }
  #formules article {
    flex: none;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
  #formules article .formules {
    text-align: center;
    width: 100%;
    padding: 20px 20px;
    min-height: 665px;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #formules article:nth-of-type(1) {
    background-color: blue;
  }
  #formules article:nth-of-type(2) {
    background-color: blue;
  }
  #formules article h3 {
    font-size: 40px;
    border-bottom: solid 2px black;
  }
  #formules article p {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  #galerie {
    padding: 100px 0;
  }
  #galerie h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    background: url(medias/planche_bois.jpg);
  }
  #galerie p {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
  }
  #galerie article {
    width: 33.3%;
  }
  #galerie article p {
    margin-bottom: 0px;
    font-weight: 300;
  }
  #galerie article a {
    display: inline-block;
    margin: 10px;
  }
  #contact article {
    width: 100%;
  }
  #contact article p {
    font-weight: 300;
  }
  #contact img {
    width: 50%;
    position: absolute;
    z-index: -1;
    left: 25%;
  }
}
/***************************************************RESPONSIVE TABLETTE FIN**************************/
/*************************************************RESPONSIVE TELEPHONE DEBUT*************************/
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
  }
  #jossien {
    background-size: cover;
    background-position: center;
  }
  #jossien article {
    flex: none;
    width: 100%;
    padding: 0px 20px;
  }
  #jossien article h3 {
    text-align: center;
  }
  #jossien article p {
    margin-bottom: 20px;
  }
  #jossien img {
    width: 90%;
  }
  #divers {
    padding: 60px 0;
  }
  #divers article {
    flex: none ;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 120px;
    margin-bottom: 20px;
    justify-items: center;
  }
  #divers article:nth-of-type(1) {
    background-image: url(medias/cours.jpg);
    background-size: 30%;
  }
  #divers article:nth-of-type(2) {
    background-image: url(medias/planche.jpg);
    background-size: 30%;
  }
  #location h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    background: url(medias/planche_bois.jpg);
  }
  #location article {
    flex: 0;
    width: 100%;
    margin: 0px;
    padding-top: -20px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: top;
    line-height: 1.8;
  }
  #location article:nth-of-type(1) {
    background-image: url(medias/surf_picto_1.png);
    background-size: 0%;
    border-radius: 20px;
  }
  #location article:nth-of-type(2) {
    background-image: url(medias/surf_picto_1.png);
    background-size: 0%;
    border-radius: 0px;
  }
  #location article:nth-of-type(3) {
    background-image: url(medias/surf_picto_1.png);
    background-size: 40%;
    border-radius: 20px;
  }
  #location article h3 {
    color: #599AD0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    margin-top: 40px;
  }
  #location article h3:nth-of-type(2) {
    font-size: 25px;
    margin-top: 0px;
    text-align: left;
  }
  #location article p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    border-left: solid 0px #599AD0;
    padding-left: 0px;
  }
  #formules {
    padding: 80px;
  }
  #formules h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    background: url(medias/planche_bois.jpg);
  }
  #formules article {
    flex: 0;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
  #formules article .formules {
    text-align: center;
    width: 100%;
    padding: 0px 10px;
    min-height: 0px;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #formules article:nth-of-type(1) {
    background: url(medias/decouverte.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #formules article:nth-of-type(2) {
    background: url(medias/location.jpg);
    background-position: center;
  }
  #formules article h3 {
    font-size: 20px;
    border-bottom: solid 4px #599AD0;
    font-weight: 400;
  }
  #formules article h3 strong {
    text-transform: uppercase;
  }
  #formules article p {
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 400;
  }
  #galerie {
    padding: 100px 0;
  }
  #galerie h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    background: url(medias/planche_bois.jpg);
  }
  #galerie p {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
  }
  #galerie article {
    width: 50%;
  }
  #galerie article p {
    margin-bottom: 0px;
    font-weight: 300;
  }
  #galerie article a {
    display: inline-block;
    margin: 10px;
  }
  #contact h2 {
    font-size: 45px;
  }
  #contact article {
    width: 100%;
  }
  #contact article p {
    font-weight: 300;
    width: 100%;
    font-size: 30px;
  }
  #contact img {
    display: none;
  }
}
