/* pour rendre visible les colonnes bootstrap en rouge */
/* .row [class*='col-'] {
 background-color: #ffeeee;
 background-clip: content-box;
 min-height: 20px;
} */

/* Import fonts */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 5, 2019 */
@font-face {
    font-family: 'chaneyultra_extended';
    src: url('chaney-ultraextended-webfont.eot');
    src: url('chaney-ultraextended-webfont.eot?#iefix') format('embedded-opentype'),
         url('chaney-ultraextended-webfont.woff2') format('woff2'),
         url('chaney-ultraextended-webfont.woff') format('woff'),
         url('chaney-ultraextended-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 10, 2019 */
@font-face {
    font-family: 'basier_square_monoregular';
    src: url('basiersquaremono-regular-webfont.eot');
    src: url('basiersquaremono-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('basiersquaremono-regular-webfont.woff2') format('woff2'),
         url('basiersquaremono-regular-webfont.woff') format('woff'),
         url('basiersquaremono-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 5, 2018 */
@font-face {
    font-family: 'basier_squareregular';
    src: url('basiersquare-regular-webfont.eot');
    src: url('basiersquare-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('basiersquare-regular-webfont.woff2') format('woff2'),
         url('basiersquare-regular-webfont.woff') format('woff'),
         url('basiersquare-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



/* --- variables --- */
:root {
    /* Default */
    --spacing-unit: 15px;
    --gutter-unit: 15px;
    --scale-unit: 1.618;
    /* Color */
    --base-color: #ffffff;
    --dark-color: #050505;
    --light-color: #fff;
    --grey-color: #d9d9d9;
    --brand-color: #9826ff;
    /*#453c39*/

    /* Font */
    --logo-font-family:'chaneyultra_extended';
    --title-font-family: 'basier_square_monoregular';
    --base-font-family: 'basier_squareregular';
    --base-font-size: 16px;
    --title-font-size: 18px;
    --base-font-weight: 100;
    --bold-font-weight: 700;
    --h1-font-size: 18px;
    --h2-font-size: 12px;
    --h3-font-size: 20px;
    --h4-font-size: 16px;
    --text-font-size: 14px;
    --small-font-size: 12px;
    --very-small-font-size: 9px;
    --base-line-height: 1.5;
}

/* --- Base --- */

::selection {
  color: white;
  background: #9826ff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

 body {
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  color: white;
  font-weight: var(--base-font-weight);
  line-height: var(--base-line-height);
  margin: 10px;
  background: var(--dark-color);
  position: relative;
  overflow-x: hidden;
}

header {
  margin: 0 0 80px 0;
}

p {
  font-size: var(--text-font-size);
  margin-bottom: 10px
}

h1 {
  font-family: var(--logo-font-family);
  font-size: var(--h1-font-size);
  letter-spacing: 0;
  color: white;
}

h2 {
  font-family: var(--title-font-family);
  font-size: var(--h2-font-size);
  opacity: 0.3;
}

h3 {
  font-family: var(--logo-font-family);
  font-size: var(--h3-font-size);
  -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
       -ms-user-select: none; /* Internet Explorer/Edge */
           user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome, Edge, Opera and Firefox */
}

h4 {
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
}

img {
  width: 100%;
  -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
       -ms-user-select: none; /* Internet Explorer/Edge */
           user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome, Edge, Opera and Firefox */
}

ul {
  font-family: var(--title-font-family);
  list-style: none;
  display: flex;
}

li {
  display: inline;
  margin-left: 50px;
}



/* --- INVITATION -- */
.invitation {
  display: flex;
  justify-content: center;
}

h3.invitation {
  font-size: 30px;
}

.welcome2 {
  padding: 80px 0 0 0;
}

.invitation-title {
  color: var(--brand-color);
}

.mapouter {
  position: relative;
  display: flex;
  width: 100%;
  margin: 10px 0 40px 0;

}

@media (max-width: 767px) {
  .welcome2 {
    padding: 30px 0 10px 0;
  }

}


/* --- background tv noise --- */

canvas {
  background:transparent;
  width:100vw;
  height:100vh;
  position:fixed;
  top:0;
  left:0;
  pointer-events:none;
  z-index:-100;
}

/* --- links --- */

a.link, .tab {
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #9826ff, #9826ff 50%, white 50%);
  background-size: 200% 100%;
  background-position: 100%;
  opacity: 0.6;
  transition: 0.5s ease;
  -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
       -ms-user-select: none; /* Internet Explorer/Edge */
           user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome, Edge, Opera and Firefox */
}

a.link:hover, .tab:hover {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
  opacity: 1;
}

a.active {
  background-image: linear-gradient(to right, #9826ff, #9826ff 50%, #9826ff 50%);
}

a:link, a:visited {
  text-decoration: none;
  color: var(--base-color);
}

a:active, a:focus {
  text-decoration: none;
  color: var(--base-color);
}

#video a.link, #motion a.link {
  opacity: 1;
  border-bottom: 1px solid #9826ff;
}

.about-link ul {
  justify-content: flex-end;
}

/* --- nav --- */

.nav ul {
  justify-content: flex-end;
}

.nav {
	padding: 35px 0px;
}



/* --- welcome --- */

#welcome {
  text-align: center;
}

#welcome canvas {
  position: relative;
}

.b-canvas {
  width: 700px !important;
  height: auto !important;
}

.welcome {
  padding: 80px 0 190px 0;
}

.welcome p {
  text-align: center;
}



/* --- back to page --- */

.long-arrow-left {
  position: relative;
  display: inline-block;
  padding: 30px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-left: 2px solid white;
}

.long-arrow-left {
 transform: rotate(-45deg);
}

.long-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: white;
  transform: rotate(-45deg) translate(15.2px, 4px);
  left: 0;
  top: 0;
}


/* --- categories --- */

.categories ul {
	width: 400px;
}



/* --- Tabs layout --- */

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.tabs {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tab {
  cursor: pointer;
  padding: 10px 10px 10px 0;
	opacity: 0.3;
  transition: 0.5s ease;
}

.tab.active, a.active {
  opacity: 1;
  color: var(--brand-color);
}

li.tab {
	margin: 0;
}




/* --- works --- */

.work {
  margin-bottom: 30px;
}

.work img {
  opacity: 1;
  transition: 0.3s ease;
}

.work:hover img {
  opacity: 0.5;
}

.work:hover .hover-text {
  opacity: 1;
}

.hover-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;
  width: 80%;
}



/* --- video tab --- */

.box {
	width: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	break-inside: avoid;
}

.subtitle {
	font-size: var(--small-font-size);
	opacity: 0.5;
	color: var(--base-color);
  margin: 0;
}

.space {
  margin-bottom: 100px;
}



/* --- all the videos --- */

iframe {
  border: 0;
}

.no-display {
  display:none;
}


/* --- see more arrow --- */

#video ul {
	padding-right: 50px;
  font-family: var(--base-font-family);
  justify-content: flex-start;
}

#video li {
  padding: 30px 0;
  margin: 0;
}

.the-arrow {
  width: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #808080;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #808080;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 1px;
}
.the-arrow.-right > .shaft {
  width: 1px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 6px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  /* background-color: #4c4c4c; */
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: var(--brand-color);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: var(--brand-color);
  font-size: var(--text-font-size);
  font-style: italic;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover {
  color: var(--brand-color);
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 45px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: var(--brand-color);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: var(--brand-color);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(17px);
          transform: translateX(17px);
  -webkit-transform: translateX(80px);
          transform: translateX(60px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}



/* --- photography tab --- */

.grid img {
  width: 100%;
  z-index: 200;
}

.grid p {
  position: relative;
  bottom: 50px;
  left: 10px;
}

.grid {
  display: flex;
}

.grid-item {
	margin-bottom: 20px;
}

.grid-col {
  flex: 1;
}

.grid-col--1 {
	margin-right: 20px;
}

.grid-col--2 {
	margin-right: 20px;
}

.grid-col--3 {
	margin-right: 0;
}



/* --- back to top arrow --- */


.arrow-up {
  height: 40px;
  width: 40px;
  display: none;
  position: fixed;
	bottom: 30px;
  right: 30px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  overflow: hidden;
	z-index: 1000;
}

.left-arm {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 3px;
  width: 20px;
  display: block;
  transform: rotate(-45deg);
}
.left-arm:after {
  content: "";
  background-color: #666;
  width: 20px;
  height: 1px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: right center;
  z-index: -1;
}

.right-arm {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 17px;
  width: 20px;
  display: block;
  transform: rotate(45deg);
  border-radius: 2px;
}
.right-arm:after {
  content: "";
  background-color: #666;
  width: 20px;
  height: 1px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: left center;
  z-index: -1;
}

.arrow-up:hover {
  transition: all .1s;
}
.arrow-up:hover .left-arm:after {
  transform: rotate(-10deg);
}
.arrow-up:hover .right-arm:after {
  transform: rotate(10deg);
}

.arrow-up:hover .left-arm:after {
	background-color: var(--brand-color);
}
.arrow-up:hover .right-arm:after {
  background-color: var(--brand-color);
}


/* --- social media --- */

.social-insta {
bottom: 90px;
left:30px;
}
																									
.social-mail {
bottom: 60px;
left: 30px;
}

.social-youtube {
bottom: 30px;
left:30px;
}

.social {
	position: fixed;
}

.social:hover {
	opacity: 1;
}

i:hover {
	color: var(--brand-color);
  opacity: 1;
}

i {
	font-size: 18px;
	transition: 0.2s ease;
  opacity: 0.5;
}


/* My portrait about */

.portrait {
  width: 100%;
  height: 600px;
  background-image: url('../img/about.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



/* --- footer --- */

.footer {
	font-size: var(--small-font-size);
	margin-bottom: 15px;
}



/* --- media queries --- */

/*
  Tablets, Ipads (portrait)
*/
@media (min-width: 767px){
  .appear {
    display: none;
  }
}


@media (max-width: 767px){
  .nav ul {
    margin-top: 30px;
    justify-content: center;
  }
  .nav {
    padding: 35px 0 20px 0;
  }
  .nav h1, h2 {
		text-align: center;
	}
	.categories ul {
		width: 100%;
	}
  .menu {
    font-size: var(--title-font-size)
  }
  h3 {
    font-size: 14px;
  }
	p {
		font-size: var(--base-font-size);
	}
	li {
		padding: 30px;
    margin: 0;
	}
  li.tab {
    width: 100%;
    text-align: center;
  }
	header {
	  margin: 0 0 40px 0;
	}
  .work {
    margin-bottom: 60px;
  }
  .work img {
    opacity: 0.5;
  }
  .hover-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
	.disapear {
		display: none;
	}
  #welcome p {
    padding: 10px 0;
    color: var(--brand-color);
    font-size: var(--very-small-font-size);
  }
  #welcome {
    padding: 50px 0 100px 0;
  }
}
