<br />
<b>Warning</b>:  implode(): Invalid arguments passed in <b>/home/superfrais/public_html/themes/superfrais/css/style.php</b> on line <b>23</b><br />
/* SETUP */


html {
    font-size: 17px;
}
p,a{
    line-height: 1.5;
    font-size:1.2rem;
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 17;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 15;
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 14px;
    }
    p, a, button, input, optgroup, select, textarea{
        font-size:16px !important;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }

}

@media screen and (max-width: 576px) {
    html {
        font-size: 13px;
    }
        p, a, button, input, optgroup, select, textarea{
        font-size:15px !important;
    }

}

.mw-read{
    max-width: 642px;
    transition: 1s all ease-out;
   
   
}



.mw-read[data-scroll='out']{
     transform: translateY(20%);
     opacity: 0;
}

.mw-read[data-scroll='in']{
     transform: translateY(0%);
     opacity: 1;
}

/* TOP */

.top {
    position: fixed;
    top: 0px;
    margin:0px;
    width: 100%;
    z-index: 2000;
    padding-top:2rem;
    padding-bottom:2rem;
}
@media screen and (max-width: 1024px) {

    .top {
        padding-top:1rem;
        padding-bottom:1rem;
    }

}

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

    .top {
        background:none !important;
        background-color: white !important;
        padding-top:0.5rem;
        padding-bottom:0.5rem;
    }

     .top a {
        color:black !important;
     }

     .top .bt:hover {
        color:white !important;
     }

}



/* LOGO */

.logo-container{
    display: block;
    width: 12rem;
    height: 12rem;
    background-image: url(/00DATA/themes/superfrais/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.nuit .logo-container{
    background-image: url(/00DATA/themes/superfrais/logo_noir.png);
}


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

    .logo-container{
        display: block;
        width: 8rem;
        height: 8rem;
    }

}


/* ASSTETS */

.container-dessin {
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-size: 50%;
    height: 100vh;
    width: 100%;
}

.sp_ccm .container-dessin {
    background-size: contain;
    background-position: 0% 100%;

}

@keyframes rot {
    from { transform: rotate(0deg)}
    to { transform: rotate(360deg)}
}

.container-dessin .cercle {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10rem;
    height: 10rem;
    position: absolute;
    left:50%;
    bottom:50%;
    background-image: url(/00DATA/themes/superfrais/presentation/cercle_noir.png);
    animation: rot 24s infinite;
}

.nuit .container-dessin .cercle {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 10rem;
    height: 10rem;
    position: absolute;
    background-image: url(/00DATA/themes/superfrais/presentation/cercle_blanc.png);
}



.ccm-asset{
    background-image: url(/00DATA/themes/superfrais/presentation/ccm_noir.svg);
    background-position: 50% 97%;
    background-size: 9rem;
}
.nuit .ccm-asset{
    background-image: url(/00DATA/themes/superfrais/presentation/ccm_blanc.svg);
}
.ccm-asset .cercle{
    left:45%;
    bottom:20%;
}

.page_ccm #layer-1 {
    transform:scale(0.8) translateX(-30%);
    transform-origin: bottom left;
}

.page_ccm #layer-1.in{
    transform:rotate(0deg)  translateX(0%) translateY(0%);
}

.page_ccm #layer-2 {
    transform:rotate(20deg) translateX(-40%) translateY(20%);
    transform-origin: bottom left;
}

.page_ccm #layer-2.in{
    transform:rotate(0deg)  translateX(0%) translateY(0%);
}

.page_ccm #layer-3 {
    transform: translateY(20%);
    transform-origin: bottom center;
}

.page_ccm #layer-3.in{
    transform:rotate(0deg)  translateX(0%) translateY(0%);
}

.page_ccm #layer-4 {
    transform: translateX(-10%) scale(0.9);
    transform-origin: bottom center;
}

.page_ccm #layer-4.in{
    transform:rotate(0deg)  translateX(0%) translateY(0%);
}





.outils-asset{
    background-image: url(/00DATA/themes/superfrais/presentation/outils_noir.svg);
    background-position: 50% 96%;
}
.nuit .outils-asset{
    background-image: url(/00DATA/themes/superfrais/presentation/outils_blanc.svg);
}
.outils-asset .cercle{
    left:30%;
    bottom:16%;
    opacity: 0.8;
    width: 18rem;
    height: 15rem;
 
}
.container-cercle{
    display: block;
    width: 100%;
    height: 100%;
    transform:rotateX(80deg);
}


.tarifs-asset{
    background-image: url(/00DATA/themes/superfrais/presentation/tarifs_noir.svg);
    background-position: 50% 96%;
}
.nuit .tarifs-asset{
    background-image: url(/00DATA/themes/superfrais/presentation/tarifs_blanc.svg);

}
.tarifs-asset .cercle{
    left:10%;
    bottom:60%;
    width: 20rem;
    height: 20rem;
}




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

    .container-dessin {
        background-size: contain;
        height: 8rem;
    }
    .ccm-asset, .outils-asset, .tarifs-asset{
        background-position: 5% 0%;
    }

}


/* CCM ASSET */

.story-container{
    position: fixed;
    left:0px;
    bottom: -1rem;
    z-index: 1;
    pointer-events: none;
    width: 40vw;
    height: 100vh;
    perspective: 800px;
    transform: translate3d(0,0,0);

}


.story-container .layer{
    
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:0px;
    left:0px; 
    transition: all 1s ease-out;

}

.story-container .layer.in{
    
    opacity: 1;
   

}

.lune{
    opacity: calc(0.1 + var(--scroll-percent-y));
    transform: translate3d(calc(var(--scroll-percent-y) * 30% ), calc(var(--scroll-percent-y) * 100% ), 0);
}
.soleil{
  
    transform: translate3d(calc(var(--scroll-percent-y) * 30% ), calc(var(--scroll-percent-y) * -100% ), 0);
}



.ccm-picto-1-asset{
    background-image: url(/00DATA/themes/superfrais/ccm/ccm-picto-1.png);
}
.nuit .ccm-picto-1-asset{
    background-image: url(/00DATA/themes/superfrais/ccm/ccm-picto-1_blanc.png);
}

.ccm-picto-2-asset{
    background-image: url(/00DATA/themes/superfrais/ccm/ccm-picto-2.png);
}
.nuit .ccm-picto-2-asset{
    background-image: url(/00DATA/themes/superfrais/ccm/ccm-picto-2_blanc.png);
}


.ccm-picto-3-asset{
    background-image: url(/00DATA/themes/superfrais/ccm/ccm-picto-3.png);
}
.nuit .ccm-picto-3-asset{
    background-image: url(/00DATA/themes/superfrais/ccm/ccm-picto-3_blanc.png);
}


.ccm-picto-4-asset{
    background-image: url(/00DATA/themes/superfrais/ccm/ccm-picto-4.png);
}
.nuit .ccm-picto-4-asset{
    background-image: url(/00DATA/themes/superfrais/ccm/ccm-picto-4_blanc.png);
}

.etape{
    min-height: 90vh;
    position: relative;

}

.etape .trigger{
	position: absolute;
	top:20%;
    z-index: 10000;
	background-color: black;
	left:0px;
	height: 1px;
    opacity: 0;
	width: 1rem;
}

.nuit .trigger {
    background-color: white;
}


.hero{
	min-height: 100vh !important;
}

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

    .sp_ccm .etape{
        min-height: auto;
    }
    .sp_ccm .container-dessin{
        background-position: 3.4rem 100%;
    }

}


/* OUTILS ASSET */

.outils-picto-1-asset{
    background-image: url(/00DATA/themes/superfrais/outils/outils-picto-1.png);
}
.nuit .outils-picto-1-asset{
    background-image: url(/00DATA/themes/superfrais/outils/outils-picto-1_blanc.png);
}

.outils-picto-2-asset{
    background-image: url(/00DATA/themes/superfrais/outils/outils-picto-2.png);
}
.nuit .outils-picto-2-asset{
    background-image: url(/00DATA/themes/superfrais/outils/outils-picto-2_blanc.png);
}

.outils-picto-3-asset{
    background-image: url(/00DATA/themes/superfrais/outils/outils-picto-3.png);
}
.nuit .outils-picto-3-asset{
    background-image: url(/00DATA/themes/superfrais/outils/outils-picto-3_blanc.png);
}


/* OUTILS */

.sp_outils {
    min-height: 100vh;
}

.sp_outils .chapo{
    margin-top:25vh;
}

.sp_outils h2{
    text-align: center;
}

.sp_outils .container-dessin {
    height: auto;
    min-height: 15rem;
    background-position: 50% 80%;
    background-size: contain;
}



/* BTN */

a.lien {font-weight: 500; font-size: 0.9rem; text-transform: uppercase;}
a.lien span {border-bottom: 1px solid #00000000;}
a.lien:hover {color:black;text-decoration: none;}

.nuit a.lien span {border-bottom: 1px solid #FFFFFF00;}

a.lien:hover span {border-bottom: 1px solid black;}
.nuit a.lien:hover span {border-bottom: 1px solid #FFFFFF;}
.bt{
    background-color: white;
    color:black;
    display: inline-block;
    border-radius:0.3rem;
    padding: 0.5rem 0.7rem;
    font-weight: bold;
    box-shadow: 0 5px 5px rgba(50,50,93,0.21), 0 1px 3px rgba(0,0,0,.08);
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s ease-out;
}

.bt:hover{
    text-decoration: none;
    border:none;
    color:white;
    background-color: #13a430;
}

.nuit .bt:hover{

    color:white;
    background-color: black;
}

.bt-big{
    padding: 1.2rem 1.4rem;
}

.bt-scroller {
    height:4rem;
    padding: 1rem;
    border-radius: 2rem;
    position: relative;
    transition: background-color 0.3s ease-out;
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .bt-scroller {

    }
}

@keyframes yoyo {
    from { transform: translateY(0px)}
    to { transform: translateY(-20px)}
}

.bt-scroller .wheel{
    height: 1rem;
    display: block;
    background-color: black;
    width: 4px;
    border-radius:4px;
    position: absolute;
    bottom:2rem;
    left:50%;
    margin-left:-2px;
    transition: all 0.3s ease-out;
    animation: yoyo 1s infinite alternate;
}
.bt-scroller .wheel:before{

    content:"";
    display: block;
    position: absolute;
    bottom:0px;
    width: 4px;
    height: 1rem;
    background-color: black;
    border-radius:4px;
    transform: rotate(0deg);
    transform-origin: bottom center;
    opacity: 0;
    transition: all 0.3s ease-in;

}

.bt-scroller .wheel:after{

    content:"";
    display: block;
    position: absolute;
    bottom:0px;
    width: 4px;
    height: 1rem;
    background-color: black;
    border-radius:4px;
    transform: rotate(0deg);
    opacity: 0;
    transform-origin: bottom center;
    transition: all 0.3s ease-in;

}
.bt-scroller:hover{

    background-color: black;

}

.bt-scroller:hover .wheel{
    background-color: black;
    bottom:-5rem;
    height: 3rem;
    animation: yoyo 3s infinite alternate;
}
.bt-scroller:hover .wheel:after{
    background-color: black;
    transform: rotate(45deg);
    opacity: 1;
}
.bt-scroller:hover .wheel:before{
    background-color: black;
    transform: rotate(-45deg);
    opacity: 1;
}

.nuit .bt-scroller:hover .wheel:before{
    background-color: white;
}
.nuit .bt-scroller:hover .wheel:after{
    background-color: white;
}
.nuit .bt-scroller:hover .wheel{
    background-color: white;
}

/* TYPO */
h1,h2,h3{
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 3px;
    font-weight: 100;
}

p.description {
    font-weight: 300;
}

.page_home h1{
    font-size: 4rem;
}

h2{
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 2px;
}

.page_home h2,.page_ccm h2{
    font-size: 3rem;
    margin-bottom: 3rem;
}


@media screen and (max-width: 1400px) {
    .page_home h1 {
        font-size: 3rem;
   
    }
    .page_home h2{
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}



@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
        text-align: left;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 2rem;
        text-align: left;
        letter-spacing: 1px;
    }
    .page_home h1 {
        font-size: 2.5rem;
   
    }
    .page_home h2{
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}


/* NUIT */

body.nuit {
    color:white;
}


body , a{
    color:black;
}

.nuit p{
    color:white;
    opacity: 0.9;
}

.nuit .sp_header .menu {
    color:white;
}

.nuit #fp-nav ul li a span, .nuit .fp-slidesNav ul li a span{
    background-color: white;
}

.nuit  a.lien {
    color:white;
    border-color:white;
}

/* Presentation */


.active{
    opacity: 1;
}


.sp_presentation .logo_sf{
    width: 10vw;
    height: auto;
    max-width: 16rem;
    min-width: 8rem;
    position: relative;
}

.sp_presentation .section {min-height: 100vh}
.sp_presentation h1 .underline {width: 75px; height: 3px; background: #39D481}
.sp_presentation h4 {font-size: 1.2rem}


/* LUNE */
@keyframes lune-fx {
    from { opacity: 0.6}
    to { opacity: 1}
}

@keyframes lune-fx-mobile {
    from { opacity: 0.3}
    to { opacity: 0.6}
}

.lune{

    background-image: url(/00DATA/themes/superfrais/lune.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 13rem;
    height: 13rem;
    border:none;
   
}




@media screen and (max-width: 768px) {
    .lune {
        width: 20rem;
        height: 20rem;

    }
}



.ciel{
    z-index: -2;
}

.footer{
    z-index: -1;
}

.container-fluid.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    margin: 0px;
    padding: 0px;
    bottom:0px;
}



.ciel-fx{
    pointer-events: none;
}




#paysage-container {
  position: fixed;
  height: auto;
  bottom: -10px;
}

.svg-container {
  width: 100%;
  height: 100%;
}
.svg-container svg {
  height: auto;
  width: 100%;
}
.svg-container svg path {
  fill: white;
  transition: all 1s ease-out;
}


#ciel-container {
  width: 100%;
  top: 0px;
}

.ciel {

  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow: hidden;

}

.soleil {
  background-color: #fff;
  position: absolute;
  display: block;
  width: 7rem;
  height: 7rem;
  box-shadow: 0px 0px 100px white;
  border-radius: 100%;
  transition: all 10s ease-out;
}

.lune {
  
  position: absolute;
  display: block;
  transition: all 10s ease-out;
}



/* footer nav */

.container-goto{
   
   background-color: white;
   position: relative;
   z-index: 10;


}

.container-goto > div:first-child{
   
   min-height: 12rem;

}
.footer-nav{
    opacity:0.5;
}

.footer-nav:hover{
    opacity:1;
}

.nuit .container-goto a.lien{

    color:black;
}
.container-goto .logo-container{
    width: 10rem;
    position: absolute;
    left:50%;
    top:1rem;
    transform: translateX(-50%);
}

.sep{
    display: block;
    margin-top: 1rem;
    width: 100%;
    background-color: #00000011;
    height: 1px;
}
.sep:before{
    display: block;
    width: 100%;
    background-color: #00000088;
    height: 1px;
    position: absolute;
    top:-1px;
    left:0px;
}


.nuit .container-goto .logo-container{
    background-image: url(/00DATA/themes/superfrais/logo.png);
}


/*** modal ***/
.backdrop {position: absolute;z-index: 5000;background: rgba(0,0,0,0.6);width: 100%;height: 100%;overflow:hidden}
.backdrop .modal_sf-body {width: 100%;background: #EFEFEF;height: 100%;overflow: auto}
.backdrop .modal_sf-container {width: 100%;height: 100%;}
.backdrop a.modal_sf-close {position: absolute;right: 0;top: 0;padding: 1rem 2rem;z-index: 6000;font-size: 3rem;}

/*--------------- spinner ----------------------- */
.spinner::after {content: '';display: block;width: 5rem;height: 5rem;margin-left:auto;margin-right: auto;border-radius: 50%;border: 5px solid #39D481;border-top-color: transparent;-webkit-animation: spin 1s infinite linear;-moz-animation: spin 1s infinite linear;-o-animation: spin 1s infinite linear;	animation: spin 1s infinite linear}
.spinner.small::after {width: 1rem;height: 1rem;border: 2px solid #39D481;border-top-color: transparent;}
.spinner.grey::after {border: 2px solid #666;border-top-color: transparent;}
.spinner.white::after {border: 2px solid #FFF;border-top-color: transparent;}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/*slider*/
.slidecontainer {
  width: 100%; /* Width of the outside container */
  max-width: 20rem;
  position: relative;
  transform: translateY(-50%);
}

.slidecontainer i{
      color:black;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 1rem; /* Specified height */
  background: rgba(0,0,0,.1); /* Grey background */
  border-radius: 0.5rem; 
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .6s; /* 0.2 seconds transition on hover */
  transition: opacity .6s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%; 
  background: black;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(50,50,93,0.21), 0 1px 3px rgba(0,0,0,.08);
}

.slider::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: black;
  cursor: pointer;
}

/* story timeline */

@media screen and (max-width: 768px) {
    .story-time-line{
        display: none !important;
    }
}


.story-time-line{
    opacity: 0;
    position: fixed;
    z-index: 10;
    left:3.5rem;
    width: 1px;
    height: 20rem;
    /*top:50%;
    transform: translateY(-50%);*/
    top:7rem;
    
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0) 100%);
}

.nuit .story-time-line{


    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 20%, rgba(255,255,255,0.3) 90%, rgba(255,255,255,0) 100%);

}

.container-points{
    display: flex;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(-1.3rem);
    align-items: center;
    align-content: end;
    justify-content: space-around;
}

.story-time-line .point{

    display: block;
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
   
    border-radius: 100%;
    background-color: black;
    opacity: 0.2;
    transition: all 0.3s;
    
}

.story-time-line .point.in{

    opacity: 1;
    width: 1rem;
    height: 1rem;
    
}

.sp_presentation .story-time-line .point{

 transform: translateY(-2.8rem);
    }

.sp_presentation .story-time-line .point:nth-child(3){

     transform: translateY(-2.3rem);
        
}

.sp_presentation .story-time-line .point:nth-child(4){

     transform: translateY(-1.5rem);
        
}

.sp_ccm .story-time-line .point{

   transform: translateY(-2rem);
}

.sp_ccm .story-time-line .point:nth-child(3){
   transform: translateY(-1.5rem);
}
.sp_ccm .story-time-line .point:nth-child(4){
   transform: translateY(-1rem);
}
.sp_ccm .story-time-line .point:nth-child(5){
   transform: translateY(-0.5rem);
}

.story-time-line .point.no-point{
    opacity: 0;
}

.nuit .story-time-line .point{


    background-color: white;

    
}

.story-time-line .point:hover {
    opacity: 1;
}

.story-time-line .point:hover .point-scroller{
    opacity: 1;
    
  
}

.story-time-line .point .point-scroller{
    position: absolute;
    white-space:nowrap;
    display: block;
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
    opacity: 0;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.story-time-line .point.in .point-scroller{
   
    padding: 0.5rem 1.7rem;   

}

.story-progress{
    position: absolute;
    top:0px;
    left:-1px;
    width: 3px;
    border-radius: 1px;
    height: 100%;
    transform: scaleY(var(--scroll-percent-y));
    transition: transform .3s;
    transform-origin: top center;
  
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0) 100%);
}

.nuit .story-progress{

    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%);
}
