@charset "UTF-8";
/* CSS Document */

*{
    outline: none;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;}
body{
    min-width: 380px;
    background: #1799f9;
    color: #6199ed;
    font-family: futura, Helvetica, Arial, sans-serif;
    position: relative;
    height: 100%;
    width: 100%;}
html{
    position: relative;
    height: 100%;
    width: 100%;}


@font-face {
    font-family: 'futura';
    src: url('fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('fonts/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'adam';
    src: url('fonts/adam.cg_pro-webfont.woff2') format('woff2'),
         url('fonts/adam.cg_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}


.logoVertical{display: none;}
h1{
    text-transform: uppercase;
    font-family: futura, Helvetica, Arial, sans-serif;
    margin-bottom: 5vw;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: normal;}
h2{
    text-transform: uppercase;
    font-family: futura, Helvetica, Arial, sans-serif;
    margin: 5vw 0 2vw 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;}
h3{
    text-transform: uppercase;
    font-family: futura, Helvetica, Arial, sans-serif;
    margin-bottom: 5vw;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;}
p{  
    color: #fff;
    font-family: futura, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 38px;
    width: auto;}

li{  
    font-family: futura, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    width: 60%;
    margin: 0 auto;}

a{
    color: #6199ed;
    text-decoration: none;}
a.externalLink{
    color: #87b5fb;
    border-bottom: 1px solid #87b5fb;}


.button{
    background: #4cb705;
    padding: 20px;
    color: #fff !important;
    display: inline-block;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;}

.button:hover{
    background: #fff;
    color: #459f09 !important;}


.violetButton{
    background: #9d6aff;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 20px;
    color: #fff !important;
    display: inline-block;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;}

.violetButton:hover{
    background: #61e20b;
    color: #fff !important;}

strong{ letter-spacing:1px; }

.nav{
    min-width: calc(380px - 10px);
    -webkit-transition: all 0.3s; 
    transition: all 0.3s;
    position: fixed;
    width: calc(100vw - 10px);
    height: auto;
    z-index: 1000;
    padding: 10px 5px;}
.nav:hover li a, .nav:hover li{
    color: #02548e;}

.nav ul{
    position: relative;
    text-align: left;
    line-height: 25px;
    width: 100%;}

.nav li:nth-child(1){display: inline;}
.nav li:nth-child(2){display: none;}
    
.nav li{
    font-family: adam, Helvetica, Arial, sans-serif;
    list-style-type:none;
    display: inline;
    margin: 2px 10px 0;
    width: auto;}

.nav li strong{
    font-family: adam, Helvetica, Arial, sans-serif;}

.nav li a, .nav li{
    white-space: nowrap;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    font-family: adam, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #374857;
    text-decoration: none;
    font-weight: normal;
    font-size:14px;
    letter-spacing: 2px;
    background: transparent;
    line-height: 28px;}

.nav li a:hover{
    color: #4cb705;}
.nav li a.spinningPicto:hover .picto{
    transform: rotate(360deg);}

.nav .picto{
    transition: all 1s;
    width: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;}

.mobileMe .nav .picto{
    width: 48px;
    top: -10px; }
.mobileMe.landscape .nav .picto{
    top: -3px; }

.mobileMe.retinaTime .nav .picto{
    top: -2px; }
.alert{
    color: #bd2a2a !important;}


/************************/

.closeMe{
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 20;}
.closeMe img{
    width: 30px;}
.closeMe img, .arrowLeft img{
    transition: opacity 0.5s ease;
    opacity: 0.5;}
.closeMe img:hover, .arrowLeft img:hover{
    opacity: 1;}
.closeMe img{
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));}

.mobileMe .closeMe{
    top: 130px;}
.mobileMe .closeMe img{
    width: 60px;}

.mobileMe.landscape .closeMe{
    top: 60px;}
.mobileMe.landscape .closeMe img{
    width: 30px;}

.catalogue{
    min-width: calc(520px - 20vw);
    width: calc(100vw - 20vw);
    background: #003d69;
    height: auto;
    padding: 5vw 10vw 0 10vw;}


/************************/

.block_01 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: calc(100% - 120px);
    color: white;
    padding: 100px 60px 70px 60px;
    /*clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);*/
/*    background-color:hsla(0,0%,100%,0);
    background-image:
radial-gradient(at 49% 38%, hsla(200,7%,91%,1) 0px, transparent 50%),
radial-gradient(at 17% 38%, hsla(200,7%,91%,1) 0px, transparent 50%),
radial-gradient(at 0% 12%, hsla(200,7%,91%,1) 0px, transparent 50%),
radial-gradient(at 3% 59%, hsla(200,7%,91%,1) 0px, transparent 50%);*/
}

.block_01 .logo{
    display: none;
    width: clamp(345px, 70vw, 1000px);}

/************************/


.block_02{
    width: calc(100% - 120px);
    color: #838b92;
    padding: 90px 60px 30px 60px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    position: relative;
    background-color: hsla(0,0%,100%,1);
    background-image: radial-gradient(at 65% 51%, hsla(202,77%,87%,1) 0px, transparent 50%), 
    radial-gradient(at 0% 50%, hsla(0,0%,100%,1) 0px, transparent 50%), 
    radial-gradient(at 100% 0%, hsla(81,91%,77%,1) 0px, transparent 50%), 
    radial-gradient(at 36% 65%, hsla(198,0%,100%,1) 0px, transparent 50%), 
    radial-gradient(at 0% 100%, hsla(202,77%,87%,1) 0px, transparent 50%), 
    radial-gradient(at 80% 100%, hsla(82,0%,100%,1) 0px, transparent 50%), 
    radial-gradient(at 0% 0%, hsla(205,0%,100%,1) 0px, transparent 50%); 
    z-index: 30;
    margin-bottom: -150px;}


.block_02 p{
    color: #838b92;
    padding-left: 130px;
    line-height: 35px;
    margin-bottom: 30px;
    z-index: 30;}

.block_02 .logo{
    width: 800px;
    margin: 50px 0 100px;}

.smallSize .block_02 .logo{
    display: none;}
.smallSize .block_02 .logoVertical{
    display: block;
    width: 280px;
    margin: 0px 0 100px;
    min-width: 200px;}
.smallSize .block_02 p {
    padding-left: 105px;}









.intro{
    min-width: calc(520px - 20vw);
    width: calc(100vw - 20vw);
    background: #00497e;
    height: auto;
    padding: 15vw 10vw 10vw;}
.intro h1{
    display: none;
    padding-left: 40px;
    background-image: url(../images/pictoBDV.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top left;
}




.visusdefilant {
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff !important;
    height: calc(100vh - 90px) !important;
    font-size: 0;}

.visusdefilant div {
    position: absolute;
    min-width: 100%; /* au minimum la largeur du conteneur */
    height: calc(100vh - 90px) !important;}

.visusdefilant div span{ 
    font-size: 0 !important;
    position: relative;
    top:0; 
    left:0;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    height: 100%;}

.visusdefilant div span:first-child {
  animation: defilement 80s infinite linear;
}
 
.visusdefilant div span:last-child {
  position: absolute;
  animation: defilement2 80s infinite linear;
}

.visusdefilant .itemVisual{
    background-size: cover !important;
    height: 80vh;
    display: inline-block;}

.visusdefilant img{
    vertical-align: top;
    display: inline-block;
    height: 100% !important;
    width: auto;
    opacity: 0.8;}

.visusdefilant .itemVisual:nth-child(1) {background: #ededed url(../images/champagne_01.jpg) center center;}
.visusdefilant .itemVisual:nth-child(2) {background: #ededed url(../images/fraje_01.jpg) center center;}
.visusdefilant .itemVisual:nth-child(3) {background: #ededed url(../images/cyberlibris_01.jpg) center center;}
.visusdefilant .itemVisual:nth-child(4) {background: #ededed url(../images/sitechampagne_01.jpg) center center;}
.visusdefilant .itemVisual:nth-child(5) {background: #ededed url(../images/mandr_01.jpg) center center;}
.visusdefilant .itemVisual:nth-child(6) {background: #ededed url(../images/randomhouse_01.jpg) center center;}
.visusdefilant .itemVisual:nth-child(7) {background: #ededed url(../images/griboujazz_01.jpg) center center;}
.visusdefilant .itemVisual:nth-child(8) {background: #ededed url(../images/veilleuses_01.jpg) center center;}


.indexButton{
    z-index: 20;
    position: absolute;
    top: calc(100vh - 195px);
    right: 30px;
}


.indexButton .button{
    padding: 45px 20px 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(2, 24, 40, 0.3);
}

.presentation{
    text-align: center;
    display: block;
    padding: 0;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    height: auto;
    background: #1799f9;
    color: #e6ebee !important; }
.presentation .content{
    position: relative;/*
    white-space: nowrap;*/
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 1.5px;
    padding: 25px 60px 0px 60px;}
.presentation .content p{
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 1.5px;
    color: #ffffff;}
.presentation .content a{
    color: #ffffff;}
.mobileMe .presentation .content {
    padding: 30px 60px;}
.mobileMe .presentation .content p {
    font-size: 50px;
    line-height: 110px;}
.mobileMe.landscape .presentation .content p{
    font-size: 22px;
    line-height: 55px;}
.mobileMe.landscape .presentation .content {
    padding: 15px 40px;}

.iPad .presentation .content p {
font-size: 22px;
line-height: 60px;
letter-spacing: 1.5px;
color: #ffffff;
}













.messagedefilant {
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 80px;
    background: #1799f9;
    color: #e6ebee !important;}

.messagedefilant div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}

.messagedefilant a {
    color: #fff !important;}
 
.messagedefilant div span {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 21px;
    line-height: 40px;
    padding: 0 60px 0 120px;}





.messagedefilant:first-child {
    height: 100px;
    background: #74ce00;}
.messagedefilant:first-child div span {
    font-size: 55px;
    line-height: 100px;}

.messagedefilant a {
    color: #fff !important;}
 
.messagedefilant div span {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 70px;
    padding: 0 60px 0 120px;}

.ipad .messagedefilant div span{
    font-size: 20px !important;}
 
.messagedefilant div span:first-child {
  animation: defilement 30s infinite linear;}
.messagedefilant div span:last-child {
  position: absolute;
  animation: defilement2 30s infinite linear;}

.messagedefilant:first-child div span:first-child {
  animation: defilement 60s infinite linear;
    padding-left: 30vw;}
.messagedefilant:first-child div span:last-child {
  position: absolute;
  animation: defilement2 60s infinite linear;
  padding-left: 30vw;}
 
@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
 
@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}

.block_02 .button{
    margin-top: 20px;
}

.goDownBaby{
    animation-delay: 0s;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    z-index: 20;
    width: 100px;
    top: calc(100vh - 150px);
    left: calc(50% - 50px);}
.goDownBaby img{
    width: 100%;}
.goDownBaby a{
    display: block;
    padding: 20px;}
.smallSize .goDownBaby{
    top: calc(100vh - 150px);}
.showMeGoDownBaby{
    animation: showMeGoDownBaby 2s ease 1 forwards;}
.remindMeBaby{
     animation: vibrate 5s ease-in-out infinite;}


@keyframes showMeGoDownBaby {
  0%   { opacity: 0; transform: translateY(-100px);}
  50%  { opacity: 0; transform: translateY(-100px); }
  80%  { opacity: 1; transform: translateY(0px);}
  100% { opacity: 1; }
}

@keyframes vibrate {
  0%   { transform: scale(1); opacity: 1;}
  91%   { transform: scale(1); }
  92%  { transform: scale(1.4); }
  93%  { transform: scale(0.8); }
  94%  { transform: scale(1.4); }
  95%  { transform: scale(0.8); }
  96%  { transform: scale(1.4); }
  97%  { transform: scale(0.8); }
  98%  { transform: scale(1.4); }
  99%  { transform: scale(0.8); }
  100% { transform: scale(1); opacity: 1;}
}


/************************/

.block_03{
    font-size: 0;
    background: #fff;}

.block_03 .item{
    background: #fff;
    width: 100%;
    height: 50vw;

    display: flex;
    align-items: stretch;
    max-height: 650px;
}



.item {
  opacity: 0;
  transform: translateY(40px);         
  transition: opacity 3.0s ease-out, transform 1.0s ease-out;}
.item.visible {
  opacity: 1;
  transform: translateY(0);
}

.block_03 .itemText{
    color: #333030 !important;
    /*overflow: hidden;*/
    vertical-align: top;
    padding: 60px;
    position: relative; 
    width: calc(50% - 120px);
    height: calc(50vw - 120px);
    display: inline-block;}

.block_03 a{
    color: #333030;}
.block_03 h1{
    color: #333030;
    text-transform: lowercase;
    font-size: 41px;
    line-height: 45px;
    letter-spacing: 0;
    margin: 0 0 5px -10px;}


.mediumSize .block_03 h1{
    font-size: 31px;
    line-height: 35px;
    letter-spacing: 0;
    margin: 0 0 5px -10px;}

.smallSize .block_03{
    min-width: 380px;}
.smallSize .block_03 .item{
    min-width: 380px;
    display: flex;
    align-items: stretch;
    height: auto;}
.smallSize .block_03 .item:first-child {
  padding-top: 0;}
.smallSize .block_03 .itemText{
    padding: 30px;
    width: calc(50% - 60px);
    height: auto;
    flex: 1;}
.smallSize .block_03 .itemVisual{
    height: auto;}
.smallSize .block_03 h1{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    margin: 0 0 5px -10px;}
.block_03 h2{
    color: #333030;
    text-transform: initial;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0;
    margin: 0;}
.block_03 p{
    color: #333030 !important;
    margin-top: 20px;}
    
.block_03 .itemVisual{
    position: relative; 
    width: 50%;
    height: 100%;
    display: inline-block;}

.block_03 .itemVisual.large{
    position: relative; 
    width: 100%;
    height: inherit;
    display: inline-block;}



/************************/

.block_03 .itemVisual{
    background-size: auto !important;
    background-size: cover !important;}
.block_03 .itemVisual a{
    width: 100%;
    height: 100%;
    display: block;}

.block_03 .item:nth-child(1) .itemVisual{background: #ededed url(../images/cyberlibris_01.jpg) center center;}
.block_03 .item:nth-child(2) .itemVisual{background: #ededed url(../images/fraje_01.jpg) center center;}
.block_03 .item:nth-child(3) .itemVisual{background: #ededed url(../images/champagne_01.jpg) center center;}
.block_03 .item:nth-child(4) .itemVisual{background: #ededed url(../images/veilleuses_01.jpg) center center;}
.block_03 .item:nth-child(5) .itemVisual{background: #ededed url(../images/mandr_01.jpg) center center;}



/************************/
.arrow {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.arrowRight, .arrowLeft{
    position: fixed;
    top: calc(50vh - 50px);
    z-index: 25;}
.arrowRight img, .arrowLeft img{
    transition: opacity 0.5s ease;
    opacity: 0.5;}
.arrowRight img:hover, .arrowLeft img:hover{
    opacity: 1;}
.arrowRight img, .arrowLeft img{
    height: 100px;}
.arrowRight img{
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));}
.arrowLeft img{
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));}
.arrowLeft{left: 10px;}
.arrowRight{right: 10px;}

.details{
    font-size: 0;
    background: #fff;}

.details .item{
    background: #fff;
    width: 100%;
    height: auto;
}

.details .item:first-child{
    padding-top: 52.5px;}


.details .itemText{
    color: #333030 !important;
    /*overflow: hidden;*/
    vertical-align: top;
    padding: 60px;
    position: relative; 
    width: calc(50% - 120px);
    height: calc(50vw - 120px);
    display: inline-block;}
.details .item:nth-child(1) .itemText, .details .item:nth-child(2) .itemText{
    height: auto;}
.details a{
    color: #333030;}
.details h1{
    color: #333030;
    text-transform: lowercase;
    font-size: 41px;
    line-height: 45px;
    letter-spacing: 0;
    margin: 0 0 5px -10px;}
.details h2{
    color: #333030;
    text-transform: initial;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0;
    margin: 0 0 10px 0;}
.details p{
    color: #333030 !important;
    /*margin-top: 20px; */}
    
.details .detailVisual{
    position: relative; 
    width: 50%;
    height: 50vw;
    display: inline-block;}

.details .detailVisual img{
    width: 100%;
    height: 100%;
    object-fit: cover;}

.details .large{
    position: relative; 
    width: 100%;
    height: inherit;
    object-fit: initial;
    display: inline-block;}

.details .large img{
    width: 100%;
    height: auto;}

.smallSize .details .itemText h1 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
  margin: 0 0 5px -10px;}
.smallSize .details .itemText h2{
  font-size: 18px;
  line-height: 25px;}
.smallSize .details .itemText p {
  font-size: 17px;
  line-height: 33px;
  margin: 0 0 5px -10px;}
.smallSize .details .item {
  min-width: 380px;
  display: flex;
  align-items: stretch;
  height: auto;}
.smallSize .details .itemText {
  padding: 30px;
  width: calc(50% - 60px);
  height: auto;
  flex: 1;}
.smallSize .details .itemVisual {
  height: auto;}
.smallSize .details .detailVisual {
  height: auto;}

/************************/


.block_04{
    width: calc(100% - 120px);
    color: #9998ff;
    padding: 60px 60px 140px 60px;
    position: relative;
    background: #5755fc;
    margin-bottom: -80px;}
.block_04 *{
    text-transform: initial;}
.block_04 h2{
    font-size: 44px;
    line-height: 60px;}


/************************/


.block_05{
    background-color: #279bf0;
    position: relative;
    width: calc(100% - 250px);
    color: white;
    padding: 300px 60px 200px 190px;
}

.block_05 .itemVisual{
    max-height: 500px;
    display: inline-block;
    background-size: auto !important;
    background-size: cover !important;
    width: calc(40vw - 120px);
    height: calc(40vw - 120px);
    background: #ededed url(../images/renatoBaccarat.jpg) center center;}
.block_05 .itemText{
    vertical-align: top;
    padding: 0 60px;
    position: relative; 
    width: calc(60% - 120px);
    height: auto;
    display: inline-block;}


.block_05 .itemText h2{
    margin-top: 0;
    font-size: 18px;}

.block_05 .itemText p{
    margin-top: 0;
    font-size: 17px;
    line-height: 40px;}

.smallSize .block_05 {
    width: calc(100% - 220px);
    padding: 200px 60px 200px 160px;}
.smallSize .block_05 .itemVisual{
    width: calc(100vw - 220px);
    height: 50vh;
    display: block;}
.smallSize .block_05 .itemText {
    padding: 0;
    width: 100%;
    margin-top: 70px;}



/************************/

.block_06{
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 90%);
    width: calc(100% - 250px);
    color: #d9faa0;
    padding: 140px 60px 150px 190px;
    position: relative;
    background: #7fc20a;
    margin: -100px 0;
    color: #d9faa0;}

.block_06 .itemText h2{
    color: #d9faa0;
    margin-top: 0;
    font-size: 18px;}

.block_06 .itemText p{
    font-style: italic;
    color: #d9faa0;
    margin-top: 0;
    font-size: 17px;
    line-height: 40px;}
.block_06 .itemText p.referenceSignature{
    font-style: normal;
    color: #fff;
    margin-bottom: 40px;}

.smallSize .block_06 {
  width: calc(100% - 220px);
  padding: 220px 60px 280px 160px;
  margin: -200px 0;}

/************************/


.footer{
    color: #279bf0 !important;
    position: relative;
    min-width: calc(380px - 20vw);
    width: calc(100vw - 20vw);
    background: #003d69;
    height: auto;
    padding: 5vw 10vw 10vw;}
.footer h2{
    display: block;
    margin: 50px 0 20px;}
.footer h2:nth-child(2){
    display: none;}
.footer p, .footer a{
    color: #279bf0 !important;}
.footer p{
    margin-top: 0;
    line-height: 28px;
    margin-left: clamp(84px, 11.5vw, 165px); }
.footer .logo{
    width: clamp(345px, 70vw, 1000px);}
.footer .smallFooter{
    font-size: 20px;
    line-height: 28px;
    color: #066ebb !important;
    letter-spacing: 1px;}
.smallSize .footer .logo{
    width: clamp(220px, 50vw, 1000px);
    margin-bottom: 30px;}
.smallSize .footer h2{
    display: none;
    margin: 50px 0 20px;}
.smallSize .footer h2:nth-child(2){
    display: block;}
.smallSize .footer p {
    margin-left: clamp(85px, 18vw, 1000px);}
.discoveryHandler{
    position: absolute;
    bottom: 5vw;
    right: 5vw;}
.discoveryHandler img{
    width: 10vw;
    min-width: 200px;}

/************************/



.mobileMe p{
    -webkit-text-size-adjust: none;
    font-size: 40px;
    line-height: 70px;}

.mobileMe .nav li:nth-child(1), .smallSize .nav li:nth-child(1){display: none;}
.mobileMe .nav li:nth-child(2), .smallSize .nav li:nth-child(2){display: inline;}
.mobileMe.landscape .nav li:nth-child(1){display: inline;}
.mobileMe.landscape .nav li:nth-child(2){display: none;}

.mobileMe .arrowRight img, .mobileMe .arrowLeft img {
    height: 20vw;}
.mobileMe.landscape .arrowRight img, .mobileMe.landscape .arrowLeft img {
    height: 10vw;}
.mobileMe .arrowRight, .mobileMe .arrowLeft {
    bottom: 4vh;
    top: auto;}
.mobileMe.landscape .arrowRight, .mobileMe.landscape .arrowLeft {
    bottom: 10px;
    top: auto;}


.mobileMe .nav li a{
    font-size: 40px;
    line-height: 80px;
    -webkit-text-size-adjust: none;
    letter-spacing: 3px;}
.mobileMe .visusdefilant{
    height: calc(100vh - 310px) !important;}
.mobileMe .visusdefilant div{
    height: calc(100vh - 310px) !important;}


.mobileMe.retinaTime .visusdefilant{
    height: calc(100vh - 450px) !important;}
.mobileMe.retinaTime .visusdefilant div{
    height: calc(100vh - 450px) !important;}


.mobileMe .block_01{
    top: 50px;}
.mobileMe .logo {
    width: 95%;}
.mobileMe .messagedefilant {
    height: 140px;}
.mobileMe .messagedefilant div span {
    font-size: 55px;
    line-height: 130px;}
.mobileMe .indexButton p a{
    font-size:44px;
    line-height: 70px;}
.mobileMe .indexButton .button {
    padding: 70px 20px 70px;}
.mobileMe .indexButton {
    top: calc(100vh - 500px);
    bottom: auto;}
.retinaTime .indexButton {
    bottom: 185px;}
.smallSize .indexButton{
    bottom: auto;
    top: calc(100vh - 245px) !important;}


.mobileMe .messagedefilant:first-child div span{
    font-size: 75px;
    line-height: 145px;}
.mobileMe .messagedefilant:first-child {
    height: 150px !important;}

.mobileMe.landscape .nav li a{
    font-size: 15px;
    line-height: 20px;}
.mobileMe.landscape .visusdefilant{
    height: calc(100vh - 160px) !important;}
.mobileMe.landscape .visusdefilant div{
    height: calc(100vh - 160px) !important;}
.retinaTime.landscape .visusdefilant{
    height: calc(100vh - 200px) !important;}
.retinaTime.landscape .visusdefilant div{
    height: calc(100vh - 200px) !important;}
.mobileMe.landscape .block_01{
    width: 45%;
    padding: 5px 10px;}
.mobileMe.landscape .goDownBaby{
    top: calc(100vh - 220px);
    width: 100px;
    left: calc(50% - 50px);}

.smallSize .block_01{
    width: 95%;
    padding: 45px 20px;
    margin-top: 30px;}

.mobileMe.landscape .logo {
    width: 100%;
    min-width: 100px;}
.mobileMe.landscape .indexButton{
    bottom: auto;
    top: calc(100vh - 25px) !important;}
.mobileMe.portrait .indexButton{
    bottom: auto;
    top: calc(100vh - 500px) !important;}
.retinaTime.portrait .indexButton{
    bottom: auto;
    top: calc(100vh - 530px) !important;}
.mobileMe.landscape .indexButton{
    bottom: auto;
    top: calc(100vh - 250px) !important;}
.mobileMe.landscape .indexButton p a {
    font-size: 34px;
    line-height: 40px;}
.mobileMe.landscape .messagedefilant:first-child{
    height: 55px !important;}
.mobileMe.landscape .messagedefilant div span {
font-size: 35px;
line-height: 90px;}
.mobileMe.landscape .messagedefilant {
    height: 55px;}
.mobileMe.landscape .messagedefilant div span {
    font-size: 25px;
    line-height: 50px;}

.mobileMe .goDownBaby{
    width: 130px;
    top: calc(100vh - 400px);
    left: calc(50% - 65px);}

.mobileMe.retinaTime .goDownBaby{
    top: calc(100vh - 490px);}
.mobileMe.retinaTime.landscape .goDownBaby{
    top: calc(100vh - 260px);}


.iPad .goDownBaby{
    top: calc(100vh - 240px);}

.galaxyTime .visusdefilant{
    height: calc(100vh - 145px) !important;}
.galaxyTime .visusdefilant div{
    height: calc(100vh - 145px) !important;}
.galaxyTime.portrait .visusdefilant{
    height: calc(100vh - 390px) !important;}
.galaxyTime.portrait .visusdefilant div{
    height: calc(100vh - 390px) !important;}
.retinaTime .visusdefilant{
    height: calc(100vh - 425px) !important;}
.retinaTime .visusdefilant div{
    height: calc(100vh - 425px) !important;}


.iPad .visusdefilant{
    height: calc(100vh - 170px) !important;}
.iPad .visusdefilant div{
    height: calc(100vh - 170px) !important;}


.smallSize .visusdefilant{
    height: calc(100vh - 0) !important;
    min-height: 450px !important;}
.smallSize .visusdefilant div{
    height: calc(100vh - 0) !important;
    min-height: 450px !important;}


.mobileMe.landscape .block_02{
    padding-top: 70px;}
.mobileMe.landscape .block_02 .logo {
    width: 700px;
    margin: 30px 0 50px;}
.mobileMe.landscape .block_02 p {
    font-size: 35px;
    line-height: 55px;
    padding-left: 120px;}
.galaxyTime .block_02{
    padding-top: 100px;}
.galaxyTime.landscape .block_02 .logo {
    width: 800px;
    margin: 20px 0 80px;}
.galaxyTime.landscape .block_02 p {
    line-height: 35px;
    font-size: 22px;}


.mobileMe .block_03 .item:first-child{
    height: calc(50vw + 110px);}
.mobileMe .block_03 .item:first-child .itemText{
    padding-top: 130px;
    height: calc(50vw - 160px);}
.mobileMe .block_03 a{
    font-size: 40px;
    line-height: 65px;}
.mobileMe.landscape .block_03 .item:first-child .itemText {
    padding-top: 60px !important;}
.mobileMe.landscape .block_03 .item{
    width: 100%;
    height: 70vh;
    min-height: 360px;
    flex: 1;}
.mobileMe.landscape .block_03 .itemText {
    height: auto;
    padding: 60px;}
.mobileMe.landscape .block_03 .itemVisual {
  height: auto;}
.mobileMe.landscape .block_03 h1 {
    font-size: 31px;
    line-height: 35px;}
.mobileMe.landscape .block_03 a {
    font-size: 30px;
    line-height: 35px;}





.mobileMe.landscape .block_04 .item:first-child {
    padding-top: 45px;}



.mobileMe .details .item:first-child {
    padding-top: 100px;}
.mobileMe .details .itemText {
    width: calc(100% - 120px);
    height: auto;
    display: block;}
.mobileMe .details .detailVisual {
    position: relative;
    width: 100%;
    height: auto;
    display: block;}
.mobileMe .details h1 {
    -webkit-text-size-adjust: none;
    font-size: 51px;
    line-height: 75px;
    margin: 0 0 25px -10px;}
.mobileMe .details h2 {
    -webkit-text-size-adjust: none;
    font-size: 45px;
    line-height: 65px;
    margin: 0 0 25px 0;}
.mobileMe .details p {
    -webkit-text-size-adjust: none;
    font-size: 45px;
    line-height: 65px;
    margin: 0 0 25px 0;}
.mobileMe .details .detailVisual img {
    width: 100%;
    height: auto;
    object-fit: default;}

.mobileMe.landscape .details h1 {
    -webkit-text-size-adjust: none;
    font-size: 41px;
    line-height: 45px;
    margin: 0 0 25px -10px;}

.mobileMe.landscape .details .item:nth-child(1) .itemText, .details .item:nth-child(2) .itemText {
    padding: 0 60px;}
.mobileMe.landscape .details h1 {
    font-size: 31px;
    line-height: 35px;
    margin: 0 0 25px -10px;}
.mobileMe.landscape .details h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 15px 0;}
.mobileMe.landscape .details p {
    font-size: 22px;
    line-height: 35px;}


.mobileMe .block_05{
    padding: 300px 60px 300px 190px;}
.mobileMe .block_05 .itemVisual{
    width: calc(100vw - 380px);
    height: 50vh;
    display: block;}
.mobileMe .block_05 .itemText{
    display: block;
    padding: 60px 0;
    width: 100%;}
.mobileMe .block_05 .itemText h2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 70px;}
.mobileMe .block_05 .itemText p {
    margin-top: 0;
    font-size: 40px;
    line-height: 70px;}
.mobileMe.landscape .block_05 .itemText h2 {
    font-size: 25px;
    line-height: 35px;}
.mobileMe.landscape .block_05 .itemText p {
    font-size: 22px;
    line-height: 35px;}



.mobileMe .block_06 {
    margin: -250px 0 -250px 0;
    padding: 250px 60px 400px 190px;
    width: calc(100% - 250px);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 95%);}
.mobileMe .block_06 .itemText h2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 70px;}
.mobileMe .block_06 .itemText p {
    margin-top: 0;
    font-size: 40px;
    line-height: 70px;}
.mobileMe.landscape .block_06 .itemText h2 {
    font-size: 25px;
    line-height: 35px;}
.mobileMe.landscape .block_06 .itemText p {
    font-size: 22px;
    line-height: 35px;}




.mobileMe.landscape .footer .logo {
    width: 700px;}
.mobileMe.landscape .footer  p{
    font-size: 25px;
    line-height: 35px;
    margin-left: 120px;}
.mobileMe .footer .smallFooter{
    font-size: 35px;
    line-height: 63px;
    color: #066ebb !important;
    letter-spacing: 1px;}


.giantSize .indexButton p{
    font-size: 45px;
    line-height: 75px;}
.giantSize .indexButton.splash .button{
    padding: 100px 50px;}
.giantSize .indexButton.splash{
    top: calc(100vh - 375px);
    bottom: auto;}






































































