/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: white;
    width: 100%;
    height: auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

body::-webkit-scrollbar {
    width: 0.2em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #72ccd2;
  outline: 1px solid #72ccd2;
}

/* FONTS */

h1 {
    font-family: din;
    letter-spacing: 1px;
    font-size: 3.8em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-family: din;
    letter-spacing: 0px;
    font-size: 1.3em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3 {
    font-family: din;
    letter-spacing: 1px;
    font-size: 4.2em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h5 {
    font-family: komikax;
    letter-spacing: 1px;
    font-size: 1em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 16px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* BLOCKS */

main {
    width: 100%;
    height: auto;
    background-color: darkgrey;
    position: absolute;
}

.leftblock {
    width: 25%;
    height: 80%;
    background-color: transparent;
    position: fixed;
    z-index: 10;
}

.leftblock3 {
    width: 25%;
    height: 80%;
    background-color: white;
    position: fixed;
    z-index: -1;
}

.logo {
    width: 40px;
    height: auto;
    margin-left: 40px;
    margin-top: 40px;
   
}

.linelogo {
    width: 1px;
    height: 60%;
    background-color: white;
    position: absolute;
    margin-left: 60px;
    margin-top: 40px;
}

.leftblocksmall {
    width: 25%;
    height: 20%;
    bottom: 0;
    background-color: #72ccd2;
    position: fixed;
    z-index: 10;
}

.leftblocksmall a{
    color: white;
    text-decoration: none;
}

.leftblocksmallright {
    width: 25%;
    height: 5%;
    right: 12.5%;
    display: flex;
    justify-content: center;
    bottom: 0;
    background-color: transparent;
    position: fixed;
    z-index: 10;
}

.leftblocksmallright h2 {
    color: grey;
}

.leftblocksmall h2 {
    margin-top: 10px;
    margin-left: 40px;
}
.leftblocksmall h2:first-child {
    margin-top: 40px;
    margin-left: 40px;
}

.leftblocksmall p {
    margin-top: 5px;
    margin-left: 40px;
    max-width: 80%;
    line-height: 20px;
    margin-bottom: 0px;
}

.leftblock2 {
    width: 50%;
    height: 100%;
    background-color: rgb(255, 253, 245);
    position: fixed;
    right: 0;
}

.leftblock2 h1 {
    margin-top: 40px;
    margin-left: 40px;
}

.leftblock2 p {
    margin-top: 20px;
    margin-left: 40px;
}

.leftblocksmall2 {
    width: 25%;
    height: 20%;
    bottom: 0;
    left: 25%;
    background-color: white;
    position: fixed;
    z-index: -10;
}

.mainblock {
    width: 100%;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    right: 0;
}

.rightblock {
    width: 25%;
    height: 80vh;
    background-color: #72ccd2;
    position: absolute;
    right: 50%;
}

.section1 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: springgreen;
}

.maincontainer {
    position: absolute;
    width: 100%;
    height: 90%;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

@keyframes levitate {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 20px);
    }
}

.canette {
    width: auto;
    height: 75%;
    max-width: auto;
    position: relative;
    margin-top: 15%;
    background-color: transparent;
    animation: levitate 1.2s alternate ease-in-out infinite;
}

.canette img {
    max-width: auto;
    height: 100%;
}

.secondcontainer {
    position: relative;
    margin-top: 40px;
    margin-left: 40px;
    width: calc(100% - 40px);
    height: 90%;
    background-color: transparent;
}

.secondcontainer h2 {
    margin-bottom: 40px;
}

#blue{
   visibility: hidden;
}

.button {
    width: 200px;
    height: 40px;
    position: absolute;
    bottom: 0;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    font-size: 1em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button:hover {
    color: #72ccd2;
    background-color: white;
}

.picturecontainer {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: slategray;
}

.picturecontainer img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    background-color: slategray;
}

.ingredients {
    width: 90%;
    height: 80%;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ingredient1 {
    width: 100%;
    height: 20%;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ingredient1 img {
    margin-top: 0;
    width: auto;
    width: 20%;
    height: auto;
    max-width: 200px;
    margin-right: 20px;
}

.ingredient1 p {
    max-width: 70%;
    color: grey;
    font-size: 14px;
    line-height: 15px;
}

.ingredient1 h2 {
    max-width: 70%;
    color: grey;
}

.newscontainer{
    width: 90%;
    height: 78%;
    background-color: white;
    position: absolute;
    top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 25px; */
}

.news{
    width: 100%;
    height: 33%;
    background-color: black;
    position: relative;
}

.news img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}

.news img:hover{
    opacity: 1;
    transition: ease 0.5s;
}

.titlenewsmain{
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
}

.titlenewsmain p{
    font-size: 0.7em;
}

.titlenewsmain h2{
    font-size: 2em;
}
 
.plusicon{
    width: 95%;
    height: 40px;
    background-color: transparent;
    position: absolute;
    left: 48.2%;
    bottom: 6%;
}

.plusicon img{
    height: 100%;
    width: auto;
    background-color: transparent;

}
/* NAVIGATION HEADER */

header {
    width: 50%;
    height: auto;
    background-color: transparent;
    position: fixed;
    z-index: 10;
    right: 0%;
    margin-top: 40px;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

nav li a.active {
    color: lightblue;
    border-bottom: 1px solid lightblue;
}

li {
    font-family: din;
    display: inline;
    margin-right: 40px;
}

li a {
    color: grey;
    text-decoration: none;
    font-size: 1.2em;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li:last-child {
    margin-right: 0px;
}

li a:hover {
    color: lightblue;
    border-bottom: 1px solid lightblue;
}

li a.is-selected {
    color: #72ccd2;
    border-bottom: 1px solid #72ccd2;
}

/* .active {
    color: lightblue;
    border-bottom: 1px solid lightblue;
} */

.socials {
    width: 50%;
    height: 50px;
    position: absolute;
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 20px;
    bottom: -20px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    
}

.socials a{
    width: 20px;
    margin-right: 20px;
    background-color: transparent;
}

.socials img {
    max-width: 20px;
}

.linetitle {
    width: 100px;
    height: 1px;
    background-color: white;
    margin-bottom: 40px;
    margin-top: 30px;
}

.linetitle p{
    font-size: 0.5em;
}

.filtre{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 90%;

}



/* SECTIONS SCROLL */

/* .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
} */

/* section{
    height: 100vh;
} */

/* .section {
    width: 100%;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
}

#one{
    background-color: tomato;
}

#two{
    background-color: blue;
}

#three{
    background-color: greenyellow;
}

#four{
    background-color: red;
}

#five{
    background-color: snow;
} */

.swiper-container {
    background-color: transparent;
    height: 100vh;
}

.swiper-slide {
    display: block;
    overflow: hidden;
    width: 100%;
}

.swiper-slide.swiper-slide-active .swiper-half-1 {
    opacity: 1;
    transform: translateY(0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.swiper-slide-active .swiper-half-2 {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .swiper-half-3 {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .swiper-half-4 {
    opacity: 1;
    transform: translateY(0);
    z-index: 10;
}

.swiper-slide .swiper-half-1 {
    float: right;
    height: 100vh;
    opacity: 0;
    position: relative;
    transform: translateY(-100%);
    transition: 1s ease;
    width: 50%;
}

.swiper-slide .swiper-half-2 {
    float: right;
    height: 80vh;
    opacity: 0;
    position: relative;
    transition: 1s ease;
    transform: translateY(100%);
    width: 25%;
}

.swiper-slide .swiper-half-3 {
    float: left;
    height: 80vh;
    opacity: 0;
    position: relative;
    transition: 1s ease;
    transform: translateY(-100%);
    width: 25%;
}

.swiper-slide .swiper-half-4 {
    float: right;
    height: 20vh;
    opacity: 0;
    position: relative;
    transition: 1s ease;
    transform: translateY(100%);
    width: 25%;
}

.swiper-slide:first-of-type .swiper-half-1 {
    background-color: transparent;
}

.swiper-slide:first-of-type .swiper-half-2 {
    background-color: transparent;
}

.swiper-slide:first-of-type .swiper-half-3 {
    background-color: red;
}

.swiper-slide:first-of-type .swiper-half-4 {
    background-color: orange;
}

.swiper-slide:nth-of-type(2) .swiper-half-1 {
    background-color: transparent;
}

.swiper-slide:nth-of-type(2) .swiper-half-2 {
    background-color: transparent;
}

.swiper-slide:nth-of-type(2) .swiper-half-3 {
    background-color: yellow;
}

.swiper-slide:nth-of-type(2) .swiper-half-4 {
    background-color: transparent;
}

.swiper-slide:nth-of-type(3) .swiper-half-1 {
    background-color: transparent;
}

.swiper-slide:nth-of-type(3) .swiper-half-2 {
    background-color: transparent;
}

.swiper-slide:nth-of-type(3) .swiper-half-3 {
    background-color: greenyellow;
}

.swiper-slide:nth-of-type(3) .swiper-half-4 {
    background-color: red;
}

.swiper-slide:nth-of-type(4) .swiper-half-1 {
    background-color: #2a00b3;
}

.swiper-slide:nth-of-type(4) .swiper-half-2 {
    background-color: #8a7dff;
}

.swiper-slide:nth-of-type(4) .swiper-half-3 {
    background-color: greenyellow;
}

.swiper-slide:nth-of-type(4) .swiper-half-4 {
    background-color: red;
}

.swiper-slide:nth-of-type(5) .swiper-half-1 {
    background-color: #8a7dff;
}

.swiper-slide:nth-of-type(5) .swiper-half-2 {
    background-color: #00b0b3;
}

.swiper-slide:nth-of-type(5) .swiper-half-3 {
    background-color: yellow;
}

.swiper-slide:nth-of-type(5) .swiper-half-4 {
    background-color: blue;
}

.content-area {
    background-color: #b4d455;
    display: block;
    float: left;
    height: 700px;
    width: 100%;
}

/* 
///INTROPAGE/// */

.warning{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -10000;
    background-color: #72ccd2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-warning{
    width: 80%;
    height: 60%;
    background-color: transparent;
}

.logo-warning{
    width: 100%;
    height: 80px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-warning img{
    width: 30px;
}

.text{
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    margin-top: 10%;
    text-align: center;
}

.text p{
    line-height: 25px;
    font-size: 18px;
}



.warning-mobile{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -10000;
    background-color: #72ccd2;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.container-warning-mobile{
    width: 90%;
    height: 60%;
    background-color: transparent;
}

.logo-warning-mobile{
    width: 100%;
    height: 80px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-warning-mobile img{
    width: 80px;
}

/* carte google maps */
.maincontainer .map-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.map-container iframe {
    position: relative;
    border: none;
    top: -50px;
    height: 110%;
    width: 100%;
}

.full-container {
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

/* 
RESPONSIVE */


/* RESPONSIVE */

@media only screen and (max-width: 1441px) {
    .leftblocksmall p {
        /* margin-top: 20px; */
        margin-left: 40px;
        max-width: 80%;
        line-height: 15px;
        margin-bottom: 5px;
        font-size: 0.8em;
    }
    .leftblocksmall h2 {
        margin-top: 0px;
    }
    .leftblocksmall h2:first-child {
        margin-top: 10px;
    }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .swiper-slide .swiper-half-1 {
        float: right;
        height: 100vh;
        opacity: 0;
        position: relative;
        transform: translateY(-100%);
        transition: 1s ease;
        width: 60%;
    }
    .swiper-slide .swiper-half-2 {
        float: left;
        height: 80vh;
        opacity: 0;
        position: relative;
        transition: 1s ease;
        transform: translateY(100%);
        width: 40%;
    }
    .swiper-slide .swiper-half-3 {
        display: none;
    }
    .swiper-slide .swiper-half-4 {
        display: none;
    }
    .leftblocksmall {
        width: 40%;
        height: 20%;
        bottom: 0;
        background-color: #72ccd2;
        position: fixed;
        z-index: 10;
    }
    .rightblock {
        width: 40%;
        height: 81vh;
        background-color: #72ccd2;
        position: absolute;
        left: 0%;
    }
    .button {
        bottom: 150px;
    }
    .secondcontainer {
        margin-top: 200px;
    }
    .linelogo {
        display: none;
    }
    li a {
        color: grey;
        text-decoration: none;
        font-size: 1em;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    header{
        right: 5%;
    }
    .leftblocksmallright{
        right: 17.5%;
    }
    .textfruit p{
        line-height: 20px;
    }
    
  
    
}

/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    li a {
        color: grey;
        text-decoration: none;
        font-size: 0.9em;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
   

    header{
        right: 0%;
       margin-top: 25px;
    }
    .leftblocksmallright h2{
       font-size: 1em;
    }

    .secondcontainer h3{
        font-size: 2.5em;
    }
    .secondcontainer p{
        font-size: 0.8em;
        max-width: 70%;
    }

    .textfruit p{
        line-height: 12px;
        font-size: 0.7em;
    }

    .button{
        width: 150px;
        height: 30px;
        font-size: 0.8em;
    }
    .secondcontainer{
        margin-left: 25px;
        margin-top: 25px;
    }

    .leftblocksmall h2{
        margin-left: 25px;
        font-size: 1em;
    }

    .leftblocksmall p{
        margin-left: 25px;
        font-size: 0.8em;
    }

    .socials{
        margin-left: 25px;
    }
    .socials img{
        max-width: 15px;
        margin-top: 20px;
    }
    .logo{
        margin-left: 25px;
        margin-top: 25px;
        width: 25px;
    }
    .linelogo{
       display: none;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

/* Declare the same value for min- and max-width to avoid colliding with desktops */

/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */

/* Declare the same value for min- and max-width to avoid colliding with desktops */

/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

/* Declare the same value for min- and max-width to avoid colliding with desktops */

/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */

/* Declare the same value for min- and max-width to avoid colliding with desktops */

/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}




/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    header{
        width: 100%;
    }
  .swiper-slide .swiper-half-3 {
      display: none;
  }
  .swiper-slide .swiper-half-4 {
      display: none;
  }
  .swiper-slide .swiper-half-1 {
      top: 0;
      height: 100vh;
      opacity: 0;
      position: relative;
      transform: translateY(-100%);
      transition: 1s ease;
      width: 100%;
  }
  .canette{
      background-color: transparent;
      margin-top: 300px;
  }
  li a{
      font-size: 1.8em;
  }
  .swiper-slide .swiper-half-2 {
     display: none;
  }
  .leftblocksmall{
      display: flex;
      justify-content: center;
  }
  .leftblocksmall h2{
      display: none;
  }

  .leftblocksmall p{
     display: none;
  }
  .leftblocksmall {
      height: 5vh;
      width: 100%;
  }
  .rightblock{
    display: none;
  }
  .socials{
      margin-left: 0px;
  }
  .socials img{
      max-width: 35px;
      margin-top: 0px;
  }
  .textfruit p{
      max-width: 80%;
      line-height: 30px;
      font-size: 1.8em;
  }
  .textfruit h2{
      font-size: 3em;
  }
  .leftblocksmallright{
      width: 15%;
      height: 5%;
      right: 42.5%;
      display: flex;
      justify-content: center;
      bottom: 90px;
      background-color: transparent;
      position: fixed;
      z-index: 10;
  }
  .leftblocksmallright h2{
      font-size: 2em;

  }
  #white{
    display: none;
}
#blue{
    visibility: visible;
}
.filtre{
    display: none;
}  

  .ingredients{
      margin-top: 0px;
  }
  .canette{
      margin-top: 180px;
  }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .swiper-slide .swiper-half-3 {
        display: none;
    }
    .swiper-slide .swiper-half-4 {
        display: none;
    }
    .rightblock{
       width: 50%;
       right: 60%;
       bottom: -476px;
       height: 100vh;
      }
      .linelogo{
          margin-left: 38px;
      }
      .logo{
          margin-left: 25px;
          margin-top: 25px;
      }
      .logo img{
          width: 30px;
          margin-left: 0px;
      }
      .swiper-slide .swiper-half-2 {
        display: none;
    }
    .swiper-slide .swiper-half-1 {
        top: 0;
        height: 86vh;
        opacity: 0;
        position: relative;
        transform: translateY(-100%);
        transition: 1s ease;
        width: 100%;
    }
    .leftblocksmall{
        width: 100%;
        height: 14vh;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    li a{
        font-size: 1em;
    }
    nav{
        margin-left: -500px;
        background-color: transparent;
    }
    .linelogo{
        display: none;
    }
    .leftblocksmall h2{
        display: none;
    }

    .leftblocksmall p{
       display: none;
    }
    .rightblock{
        display: none;
    }
    .canette{
        margin-top: 60px;
    }
    .socials{
        margin-left: 0;
        margin-top: 0px;
    }
    .leftblocksmallright{
        margin-right: 25%;
        margin-bottom: 16vh;
    }
  .filtre{
      display: none;
  }
  .ingredient1 img{
      max-width: 90px;
  }
  .textfruit p{
      line-height: 20px;
  }
  .ingredients{
      background-color: transparent;
      margin-top: 20px;
  }
  #white{
      display: none;
  }
  #blue{
      visibility: visible;
  }
    

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
      header{
          width: 100%;
      }
    .swiper-slide .swiper-half-3 {
        display: none;
    }
    .swiper-slide .swiper-half-4 {
        display: none;
    }
    .swiper-slide .swiper-half-1 {
        top: 0;
        height: 100vh;
        opacity: 0;
        position: relative;
        transform: translateY(-100%);
        transition: 1s ease;
        width: 100%;
    }
    .canette{
        background-color: transparent;
        margin-top: 300px;
    }
    li a{
        font-size: 1.8em;
    }
    .swiper-slide .swiper-half-2 {
       display: none;
    }
    .leftblocksmall{
        display: flex;
        justify-content: center;
    }
    .leftblocksmall h2{
        display: none;
    }

    .leftblocksmall p{
       display: none;
       margin-bottom: 20px;
    }
    .leftblocksmall {
        height: 5vh;
        width: 100%;
    }
    .rightblock{
      display: none;
    }
    .socials{
        margin-left: 0px;
    }
    .socials img{
        max-width: 35px;
        margin-top: 0px;
    }
    .textfruit p{
        max-width: 80%;
        line-height: 30px;
        font-size: 1.8em;
    }
    .textfruit h2{
        font-size: 3em;
    }
    .leftblocksmallright{
        width: 15%;
        height: 5%;
        right: 42.5%;
        display: flex;
        justify-content: center;
        bottom: 90px;
        background-color: transparent;
        position: fixed;
        z-index: 10;
    }
    .leftblocksmallright h2{
        font-size: 2em;

    }
    .filtre{
        width: 140%;
    }
    .ingredients{
        margin-top: 40px;
    }
    #white{
        display: none;
    }
    #blue{
        visibility: visible;
    }
    .filtre{
        display: none;
    }  

    


}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .swiper-slide .swiper-half-3 {
        display: none;
    }
    .swiper-slide .swiper-half-4 {
        display: none;
    }
    .rightblock{
       width: 50%;
       right: 60%;
       bottom: -476px;
       height: 100vh;
      }
      .linelogo{
          margin-left: 38px;
      }
      .logo{
          margin-left: 25px;
          margin-top: 25px;
      }
      .logo img{
          width: 30px;
          margin-left: 0px;
      }
      .swiper-slide .swiper-half-2 {
        display: none;
    }
    .swiper-slide .swiper-half-1 {
        top: 0;
        height: 86vh;
        opacity: 0;
        position: relative;
        transform: translateY(-100%);
        transition: 1s ease;
        width: 100%;
    }
    .leftblocksmall{
        width: 100%;
        height: 14vh;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    li a{
        font-size: 1em;
    }
    nav{
        margin-left: -500px;
        background-color: transparent;
    }
    .linelogo{
        display: none;
    }
    .leftblocksmall h2{
        display: none;
    }

    .leftblocksmall p{
       display: none;
    }
    .rightblock{
        display: none;
    }
    .canette{
        margin-top: 60px;
    }
    .socials{
        margin-left: 0;
        margin-top: 0px;
    }
    .leftblocksmallright{
        margin-right: 25%;
        margin-bottom: 16vh;
    }
  .filtre{
      display: none;
  }
  .ingredient1 img{
      max-width: 90px;
  }
  .textfruit p{
      line-height: 15px;
      margin-bottom: 0px;
  }
  .ingredients{
      background-color: transparent;
      margin-top: 20px;
      
  }
  #white{
      display: none;
  }
  #blue{
      visibility: visible;
  }
    
  
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
      .ingredients{
          margin-top: 30px;
      }
     

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

    .swiper-slide .swiper-half-1 {
        float: right;
        height: 100vh;
        opacity: 0;
        position: relative;
        transform: translateY(-100%);
        transition: 1s ease;
        width: 60%;
    }
    .swiper-slide .swiper-half-2 {
        float: left;
        height: 80vh;
        opacity: 0;
        position: relative;
        transition: 1s ease;
        transform: translateY(100%);
        width: 40%;
        /* display: none; */
    }
    .swiper-slide .swiper-half-3 {
        display: none;
    }
    .swiper-slide .swiper-half-4 {
        display: none;
    }
    .leftblocksmall {
        width: 40%;
        height: 20%;
        bottom: 0;
        background-color: #72ccd2;
        position: fixed;
        z-index: 10;
    }
    .leftblocksmall h2{
        display: none;
    }
    .leftblocksmall p{
        display: none;
    }
    .rightblock {
        width: 40%;
        height: 81vh;
        background-color: #72ccd2;
        position: absolute;
        left: 0%;
    }
    .button {
        bottom: 150px;
    }
    .secondcontainer {
        /* margin-top: 20px; */
        
    }
    .linelogo {
        display: none;
    }
    li a {
        color: grey;
        text-decoration: none;
        font-size: 1em;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    header{
        right: 5%;
    }
    .leftblocksmallright{
        right: 17.5%;
    }
    .textfruit p{
        line-height: 20px;
    }
    
    .logo{
        display: none;
    }

.leftblock{
    /* display: none; */
}

}

/* Landscape */
@media only screen 
  and (max-device-width: 768px) { 
      nav {
          font-size: 14px;
      }
}


/* @media (max-width: 1100px) {
    .warning{
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 10000;
        background-color: #72ccd2;
        
    }

} */

/* RESPONSIVE DESKTOP */


@media (max-width: 575px) {
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 1919px) {
}

@media (min-width: 1920px) {
}