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

@font-face {
    font-family: 'CaeciliaHeavy';
    src: url('fonts/CaeciliaLTPro85Heavy.eot');
    src: url('fonts/CaeciliaLTPro85Heavy.eot') format('embedded-opentype'),
         url('fonts/CaeciliaLTPro85Heavy.woff2') format('woff2'),
         url('fonts/CaeciliaLTPro85Heavy.woff') format('woff'),
         url('fonts/CaeciliaLTPro85Heavy.ttf') format('truetype'),
         url('fonts/CaeciliaLTPro85Heavy.svg#CaeciliaLTPro85Heavy') format('svg');
}
@font-face {
    font-family: 'CaeciliaRoman';
    src: url('fonts/CaeciliaLTPro55Roman.eot');
    src: url('fonts/CaeciliaLTPro55Roman.eot') format('embedded-opentype'),
         url('fonts/CaeciliaLTPro55Roman.woff2') format('woff2'),
         url('fonts/CaeciliaLTPro55Roman.woff') format('woff'),
         url('fonts/CaeciliaLTPro55Roman.ttf') format('truetype'),
         url('fonts/CaeciliaLTPro55Roman.svg#CaeciliaLTPro55Roman') format('svg');
}
*{	outline: none;
	margin: 0;
	padding:0;
	outline: none;}


html{
    width: 100vw;
    position: relative;
	font-family: CaeciliaRoman, Helvetica, Arial, sans-serif;
	color: #828282;}


body{overflow: hidden;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;}


.visuals{
    height: 100vh;
    width: 400vw;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    animation: slideMeBaby 25s; /* Boucle d'animation ! */
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;}

.visualItem{
    display: table-cell;
    width: 100vw;
    height: 100vh;}

.visualItem:nth-child(1){
    background: url(../images/visual_01.jpg) center center;
    background-size: cover;}
.visualItem:nth-child(2){
    background: url(../images/visual_02.jpg) center center;
    background-size: cover;}
.visualItem:nth-child(3){
    background: url(../images/visual_03.jpg) center center;
    background-size: cover;}
.visualItem:nth-child(4){
    background: url(../images/visual_04.jpg) center center;
    background-size: cover;}

@-webkit-keyframes slideMeBaby { /* Safari, Opera, Chrome */
    0% {left: 0vw;}
    18% {left: 0vw;}
    20% {left: -100vw;}
    47% {left: -100vw;}
    50% {left: -200vw;}
    82% {left: -200vw;}
    85% {left: -300vw;}
    97% {left: -300vw;}
    100% {left: 0vw;} 
}

@keyframes slideMeBaby { /* Tous les autres navigateurs */
    0% {left: 0vw;}
    18% {left: 0vw;}
    20% {left: -100vw;}
    47% {left: -100vw;}
    50% {left: -200vw;}
    82% {left: -200vw;}
    85% {left: -300vw;}
    97% {left: -300vw;}
    100% {left: 0vw;} 
}

.downloadButton{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    background: #a3683f;
    text-align: center;
    -webkit-border-radius: 160px;
    border-radius: 160px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    padding: 70px 40px 10px 45px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0px 0px 35px 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: CaeciliaRoman, Helvetica, Arial, sans-serif;
    z-index: 100;
    text-decoration: none;
    text-transform: uppercase;
}
.downloadButton:hover{
    background: #fff;
    color: #a3683f;}

.smallSize .downloadButton{
    display: none;}

.footer{
    width: 400vw;
    display: table-cell;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    animation: slideMeBaby 25s; 
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;}
.contentItem{
    position: absolute;
    top: 0;
    background: #ae9d91;
    display: table-cell;
    width: calc(100vw - 80px);
    padding: 40px;}
.contentItem:nth-child(1){left: 0;}
.contentItem:nth-child(2){left: 100vw;}
.contentItem:nth-child(3){left: 200vw;}
.contentItem:nth-child(4){left: 300vw;}
.contentItem:nth-child(5){left: 400vw;}
.logosStuff{
    background: #fff;}

.stepCircle{
    text-decoration: none; 
    position: absolute;
    background: #fff;
    color: #ae9d91;
    font-size: 16px;
    padding: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px -5px 4px rgba(0, 0, 0, 0.3);
    height: 25px;
    width: 25px;
    line-height: 25px;}
.logosStuff .stepCircle{
    background: #ae9d91;
    color: #fff;}
.logosVisual{
    width: 100%;
    max-width: 800px;}

.navigation{
    display: none;}
.stepBack{
    top: -10px;
    left: 10px;}
.stepForward{
    top: -10px;
    right: 10px;}

p{
    margin-bottom: 40px;
    font-size: 18px;&}
p:last-child{margin-bottom: 0;}


a.contact, a.archive{
    white-space: nowrap;
    padding: 8px 10px 6px 10px;
    background: #a3683f;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    cursor: hand;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #fff;
    font-weight: normal;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px -5px 4px rgba(0, 0, 0, 0.3);}
a.contact:hover, a.archive:hover{
    background: #fff;
    color: #a3683f;}


.archive, .contact{
    position: absolute;
    left: 20px;}
.archive{bottom: 20px;}
.contact{bottom: 60px;}


.landscape .dateVisual{
    margin-right: 5vw;
    display: inline-table;
    width: 50%;
    vertical-align: middle;}
.landscape .logoVisual{
    display: inline-table;
    width: 15%;
    vertical-align: middle;}


.mediumSize.landscape .dateVisual{
    margin-right: 2vw;
    display: inline-table;
    width: 70%;
    vertical-align: middle;}
.mediumSize.landscape .logoVisual{
    display: inline-table;
    width: 20%;
    vertical-align: middle;}

.mediumSize.portrait .dateVisual{
    margin-right: 0;
    display: block;
    width: 100%;
    vertical-align: middle;}
.mediumSize.portrait .logoVisual{
    display: block;
    width: 30%;
    vertical-align: middle;}

.smallSize.portrait .dateVisual{
    margin-right: 0;
    display: block;
    width: 100%;
    vertical-align: middle;}
.smallSize.portrait .logoVisual{
    display: block;
    width: 30%;
    vertical-align: middle;}
.smallSize.portrait .visualItem:nth-child(2){
    background: url(../images/visual_02.jpg) center 160px;
    background-size: cover;}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

body{
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom);
    /*height: 95vh;
    min-height: 95vh;*/}
.dateVisual{
    margin-right: 0;
    display: block;
    width: 100%;
    vertical-align: middle;}
.logoVisual{
    display: block;
    width: 30%;
    vertical-align: middle;}
p{font-size: 15px;}
a.contact, a.archive{
    font-size: 10px;}
.archive{bottom: 120px;}
.contact{bottom: 160px;}

}








/******* timeline div ***********/

.timeline{
    transition: all 220ms ease; /* animation du glissement */
    z-index: 9998;
    letter-spacing: 2px;
    font-size:14px;
    color: #000;
    background: #fff;
    padding: 7px 5px 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: calc(100% - 10px);}

/* cachée en haut */
.timeline--hidden{
  transform: translateY(-100%);
}

.timeline ul{
    position: relative;
    text-align: left;
    line-height: 15px;
    width: 100%;
    text-indent: 0;
    margin-left: 0;}
    
.timeline li{
    list-style-type:none;
    display: inline-block;
    margin: 2px 10px 0;}

.smallSize .timeline li.hideMeIfItsTooSmall{
    display: none;}

.timeline li a{
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: inline-table;
    font-weight: normal;
    font-size:14px;
    letter-spacing: 2px;
    background: transparent;}

.timeline li a:hover{
    color: #ee8c8e;}

.timeline li a.current{
    color: #9b2628;
    font-weight: bold;}


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
















