/*
Petibio 2018
*/


@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700');

@font-face {
  font-family: "CooperBlaDOTCon W03 Regular";
  src: url("Fonts/1432286/13b0f1f4-6759-4292-b92d-be8cfcef038e.eot?#iefix");
  src: url("Fonts/1432286/13b0f1f4-6759-4292-b92d-be8cfcef038e.eot?#iefix") format("eot"), url("Fonts/1432286/efc2b843-280d-42ce-99c2-68f983960d7a.woff2") format("woff2"), url("Fonts/1432286/8927d3d8-cf7f-4505-8ff0-544dd17b3ccb.woff") format("woff"), url("Fonts/1432286/c46a2b1a-98fd-405a-832c-ad83ab9525b2.ttf") format("truetype");
}

/* ————————————————————————————————————————— GLOBAL ——————————————————————————————————————— */

*, *:before, *:after {
  outline: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
body, html {
  height: 100%;
  margin: 0;
  color: #777;
}
.globalwrapper {
  padding-left: 2vw;
  padding-right: 2vw;
}

/* ————————————————————————————————————————— HEADER ——————————————————————————————————————— */

header {
  text-align: right;
  padding-right: 4vw;
  padding-top: 2vw;
  position: fixed;
  z-index: 99999;
  width:100%; 
  background:transparent; 
  height:60px; 
  line-height:60px;
  border-bottom:0px solid #dddddd;
}

hr {
  width: 5vw;
  margin-left: auto;
  margin-right:auto;
  background-color: #777;
  color: #777;
  height: .2vw;
}

.boutonmenu, .closebtn {
  font-size: 2vw;
  right:4vw;
  text-align: right;
  cursor: pointer;
}


/* ————————————————————————————————————————— INTRO ——————————————————————————————————————— */


section {
  position: relative;
  width: 100vw;
  height: 100vh;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}

/* ————————————————————————————————————————— FONTS ——————————————————————————————————————— */

body, p, a, h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;
}

a {
  text-decoration: none;
}

strong a {
  color: #fc4c02;
  text-decoration: none;
}

h1 {
  font-size: 2.5vw;
  font-weight: 700;
  text-transform: none;
}
h2 {
  font-size: 2.5vw;
  padding-top: 2vw;
  padding-bottom: 4vw;
  color: #fc4c02;
  text-transform: none;
  text-align: center;
  font-weight: 700;
}
h3 {
  text-align: center;
}
p, .text li, .faq dt, .faq dt:before, i {
  font-size: 2vw;
  line-height: 2.8vw;
  font-weight: 400;
  text-transform: none;
}
.sect h1 {
  width: 100%;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 4vw;
  text-align: center; color: #fc4c02;
}

.text ul {
  list-style: none;
}

.text li {
  padding-bottom: 2vw;
}

.text strong {
  color: #fc4c02;
  font-weight: normal;
}

.underline {
  text-decoration: underline;
}




/* ————————————————————————————————————————— SECTIONS ————————————————————————————————————————— */


.bgimg-0 {
  background-color: transparent;
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  white-space: nowrap;
  text-align: center;
}
.bgimg-0 img {
    background: transparent;
    vertical-align: middle;
    height: 22vw;
}
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.bgimg-1 {
  background-image: url("07.jpg");
  /*min-height: 100%;*/
}
.bgimg-2 {
  background-image: url("01.jpg");
}
.bgimg-3 {
  background-image: url("02.jpg");
}
.bgimg-4 {
  background-image: url("08.jpg");
}
.bgimg-5 {
  background-image: url("03.jpg");
}
.bgimg-6 {
  background-image: url("06.jpg");
}
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}
.caption span.border {
  display: none;
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}
.text {
  color: #777;
  background-color: white;
  text-align: center;
  padding-top: 2vw;
  padding-right: 15vw;
  padding-left: 15vw;
  padding-bottom: 20vw;
  text-align: left;
}

.text a {
  color: #fc4c02;
  text-decoration: underline;
  opacity: 1;
}

.text a:hover{
  opacity: .6;
}

.smoothScroll {
  text-decoration: none;
}

/* ————————————————————————————————————————— FOOTER ————————————————————————————————————————— */

#footer {
  font-size: 1vw;
  width: 100%; height: 8vw;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  color: white;
  text-align: center;
  line-height: 8vw;
}

#footer span {
  font-size: 1vw;
  text-decoration:
  underline;
}

#footer a {
  color: white;
  text-decoration:
  underline;
}

.logos {
  -moz-column-count:4;
  -webkit-column-count:4;
  column-count:3;
  column-gap: 40px;
  -webkit-column-rule: .1vw outset #777; /* Chrome, Safari, Opera */
  -moz-column-rule: .1vw outset #777; /* Firefox */
  column-rule: .1vw outset #777;
}
.logos img {
  max-height: 72px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7vw;
  transition: 0.5s;
}

.logos img:hover {
  opacity: .5;
}
.padtop {
  padding-top: 4vw;
}

/* ————————————————————————————————————————— NAV ————————————————————————————————————————— */

.overlay {
  height: 100%;
  width: 0;
  line-height: 5vw;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 99999999;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 0vw;
}

.overlay a {
  padding: 0;
  text-decoration: none;
  font-size: 2.5vw;
  line-height: 3.8vw;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay p {
  padding: 0;
  text-decoration: none;
  font-size: 1.2vw;
  line-height: 2vw;
  color: #818181;
  display: block;
  transition: 0.5s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 1.8vw;
  right: 4vw;
}

#myBtn {
  font-size: 30px;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  top: 1.8vw; /* Place the button at the bottom of the page */
  left: 2.2vw; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: #777; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  background-color: transparent;
  z-index: 99999999999999;
}

#myBtn:hover {
  color: #999;
}

/* ————————————————————————————————————————— INTRO ——————————————————————————————————————————— */

.demo a {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fc4c02;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
}

.helper {
  display: inline-block;
  height: 93%;
  vertical-align: middle;
}

.sect a {
  text-align: center;
  left: 48%;
  padding-top: 4vw;
  padding-bottom: 8vw;
}
.sect a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4vw;
  height: 4vw;
  bottom: 4vw;
  border-left: .2vw solid #777;
  border-bottom: .2vw solid #777;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.video {
  padding-top: 2vw;
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  z-index: 999;
}

.video a {
  color: #fc4c02;
  line-height: 60px;
  font-size: 1.6vw;
  text-decoration: underline;
  opacity: 1;
}

.video a:hover {
  opacity: .6;
}

.end a {
    font-size: 1.2vw;
    line-height: 2vw;
}

/* ————————————————————————————————————————— MQ ——————————————————————————————————————————— */

/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-width: 1024px) {

.sect a {
  padding-top: 4vw;
  padding-bottom: 20vw;
}

header {
  padding-top: 0;
  height: auto;
  pointer-events: none;

}

#myBtn {
  
  top: 1.8vw; /* Place the button at the bottom of the page */
  left: 2.2vw; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  padding: 15px; /* Some padding */
}

.boutonmenu, #myBtn, .closebtn {
  font-size: 5vw;
pointer-events: initial;
}

h1 {
  font-size: 5vw;
  font-weight: 700;
  text-transform: none;
}
h2 {
  font-size: 5vw;
  padding-bottom: 6.6vw;
  text-align: center;
}
p, .text li, i, .video a {
  font-size: 3.4vw;
  line-height: 4vw;
  text-align: left;
}
.overlay p {
  text-align: center;
}
.video {
  padding-top: 5vw;
}

#footer {
  font-size: 2vw;
}

.bgimg-0 h1 {
  bottom: 8vw;
}

.menu {
  display: inline-block;
}

#footer span {
  font-size: 2vw;
  text-decoration: underline;
}

.text {
  padding-top: 8vw;
  padding-right: 5vw;
  padding-left: 5vw;
  padding-bottom: 60vw;
  text-align: left;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 0vw;
}

#myMen .overlay-content {
  top: 15%;
}

#myMen .overlay-content p, #myMen .overlay-content a {
  font-size: 3vw;
  line-height: 4.3vw;
}


.overlay a {
  padding: 0;
  text-decoration: none;
  font-size: 5vw;
  line-height: 10vw;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.end p {
  padding: 0;
  text-decoration: none;
  font-size: 5vw;
  line-height: 8vw;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/*.overlay .closebtn {
  top: 10px;
}*/

.bgimg-0, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  background-attachment: scroll;
}

.bgimg-0 img {
    height: 34vw;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  min-height: 600px;
}

.logos {
  -moz-column-count:1;
  -webkit-column-count:1;
  column-count:1;
  column-gap: 0px;
}

}


/* ————————————————————————————————————————— PAGE MENUS ——————————————————————————————————————— */

.menus-txt {
  height: 100vh;
  width: 50vw;
  position: fixed;
  padding: 1rem;
  background-color: white;
  overflow-y: scroll;
}

.menus-txt p {
    font-size: 1.3vw;
    line-height: 1.9vw;
    font-weight: 400;
    text-transform: none;
}

.menus-txt a {
    font-size: 2.2vw;
    line-height: 2.8vw;
    font-weight: 400;
    text-transform: none;
}

.menus-txt h2 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  padding-top: 0vw;
  padding-bottom: 1.8vw;
  color: #fc4c02;
  text-transform: none;
  text-align: left;
  font-weight: 700;
  text-align: left;
  padding-top: 0;
}

.menus-txt .btn {
  color: #fc4c02;
  opacity: 1;
  border: 0.2vw solid #fc4c02;
  border-radius: 3rem;
  padding: 1.4vw;
  line-height: 2vw;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 1rem;
  cursor: pointer;
}

.menus-txt .btn-1 {
  color: white;
  opacity: 1;
  background-color: #fc4c02;
  border: 0.2vw solid white;
  border-radius: 3rem;
  padding: 1.4vw;
  line-height: 2vw;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 1rem;
  cursor: pointer;
  margin-right: 1vw;
}

/*.menus-txt .btn:hover {
  background-color: #fc4c02;
  color: white;
  border: 0.2vw solid white;
}

.menus-txt .btn-1:hover {
    background-color: white;
    color: #fc4c02;
    border: 0.2vw solid #fc4c02;
}*/

.menus-about {
 padding-top: 2vw;
 padding-bottom: 0vw;
}

.menus-bg {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
}

.menus-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.menus-logo {
    width: 24vw;
    margin: auto;
    padding-top: 2vw;
}

#menus-footer a {
  color: #777;
  text-decoration: underline;
}

#menus-footer a:hover {
  text-decoration: none;
}

#menus-footer p, #menus-footer a {
  font-size: 1.3vw;
  line-height: 1.9vw;
}

@media only screen and (max-width: 600px) {

  .menus-txt {
    height: auto;
    min-height: 50vh;
    width: 100vw;
    position: absolute;
    padding: 1rem;
    top: 50vh;
    background-color: white;
  }

  .menus-txt p {
      font-size: 3.3vw;
      line-height: 4.5vw;
      text-align: left;
  }

  .menus-txt a {
      font-size: 3.4vw;
      line-height: 4vw;
      text-align: left;
  }

  .menus-txt .btn, .menus-txt .btn-1 {
    padding: 2.3vw;
    font-size: 4.3vw;
    line-height: 5.1vw;
    border: 0.5vw solid;
  }

  .menus-txt h2 {
    font-size: 3.3vw;
    line-height: 4.5vw;
    text-align: left;
    font-weight: 700;
  }

  .menus-links {
    padding-top: 2vw;
  }

  #menus-footer p, #menus-footer a {
    font-size: 3.3vw;
    line-height: 4.5vw;
  }

  .menus-about {
      padding-top: 2vw;
      padding-bottom: 0vw;
  }

  .menus-logo {
      width: 50vw;
      margin: auto;
      padding-top: 0vw;
  }

  .menus-bg img {
    height: 50vh;
  }

}
