@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body{
  display: none
  }

section {
  padding: 21px;
  padding-bottom: 1151px;
  height: 91vh;
}


header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #000;
}

header input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

header .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  margin-left: -100;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  background: #3A3B3C;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links li:hover .Music-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.Music-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.Music-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.Music-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row .Music-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .Music-links li {
  padding: 0 20px;
}

.row .Music-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .Music-links li a:hover {
  color: #000000;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

.row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  animation: slideRight 0.5s ease-in-out forwards;
  animation-delay: calc(0.1s * var(--i));
}

.row .col50{
  position: relative;
  width: 48%;
  justify-content: center;
  align-items: center;
}

.row .col50 h2{
  margin-bottom: -7px;
}

.row .col50 p{
  margin-bottom: 35px;
  width: 216px;
}

.titre-texte{
  color: #172727;
  font-size: 2em;
  font-weight: 300px;
  text-transform: capitalize;
}

.titre-texte span{
  color: #2d4b4b;
  font-size: 1.5em;
  font-weight: 700px;
}

.row .col50 img{
  height: 600px;
  width: 900px;
  position: relative;
}

.titre{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Override UGG site */
.content-asset p {margin:0 auto;}
.breadcrumb {display:none;}

/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
#parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:1000px; font-size:30px; line-height:35px;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 35px; width:2500px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(Pictures/MAO.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: bottom center;}
/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* SEARCH BOX*/
.filter {
  display: none;
}

#searchbox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#searchbox input[type=text] {
  width: 400px;
  padding: 5px;
  font-size: 17px;
  outline: 0;
  border: 1px solid grey;
  border-radius: 5px;
}

#result {
  width: 400px;
  display: none;
  position: absolute;
  padding: 5px 0;
  top: 40px;
  background: white;
  box-shadow: 2px 2px 2px grey;
  z-index: 2;
}

#result div {
  padding: 0 10px;
}

#result div:hover, #result div.selected {
  background: #242526;
  color: white;
  cursor: pointer;
}

section .filter ul {
  display: flex;
  margin-bottom: 10px;
}

section .filter ul li {
  list-style: none;
  background: #eee;
  padding: 8px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

section .filter ul li.active {
  background: #2d4b4b;
  color: #fff;
}


.cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.card--1 .card__img,
.card--1 .card__img--hover {
  background-image: url(Pictures/8-bit.jpg);
}

.card--2 .card__img,
.card--2 .card__img--hover {
  background-image: url(Pictures/Africa.jpg);
}

.card--3 .card__img,
.card--3 .card__img--hover {
  background-image: url(Pictures/Chivalry.jpg);
}

.card--4 .card__img,
.card--4 .card__img--hover {
  background-image: url(Pictures/Fantastic.jpg);
}

.card--5 .card__img,
.card--5 .card__img--hover {
  background-image: url(Pictures/Horror.jpg);
}

.card--6 .card__img,
.card--6 .card__img--hover {
  background-image: url(Pictures/Lost-City.jpg);
}

.card--6 .card__img,
.card--7 .card__img--hover {
  background-image: url(Pictures/Piano.jpg);
}


.card--6 .card__img,
.card--8 .card__img--hover {
  background-image: url(Pictures/Pirates.jpg);
}

.card--6 .card__img,
.card--9 .card__img--hover {
  background-image: url(Pictures/Production.jpg);
}

.card--7 .card__img,
.card--10 .card__img--hover {
  background-image: url(Pictures/Sci-Fi.jpg);
}

.card--6 .card__img,
.card--11 .card__img--hover {
  background-image: url(Pictures/Trailer.jpg);
}

.card--8 .card__img,
.card--12 .card__img--hover {
  background-image: url(Pictures/Water.jpg);
}

.card--9 .card__img,
.card--13 .card__img--hover {
  background-image: url(Pictures/Western.jpg);
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}

.card {
  margin: 5px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  width: 531px;
  height: 330px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: slideRight 0.5s ease-in-out forwards;
  animation-delay: calc(0.1s * var(--i));
}

article {
  top: 0;
  left: 0;
  object-fit: cover;
}

.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.10, 1.10);
}

.card__info {
  z-index: 2;
  background-color: rgb(255, 255, 255);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
}


.card__title {
  margin-top: 5px;
  margin-bottom: 10px;
}

.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.7;
}

.card:hover .card__info {
  background-color: transparent;
  position: relative;
}

.card:hover .card__info-hover {
  opacity: 1;
}


/*footer*/


footer{
    width: 100%;
    padding: 10px 0;
    background: #000;
    color: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer p:first-of-type {
    margin-top: 5px;
  }

footer div{
    text-align: center;
    margin: auto;
    width: 50%;
}

.col-1{
    float: left;
    width: 50%;
    margin: 20px 0;
}
/*.col-1 .border{
    width: 100px;
    height: 4px;
    background: #fc5c65;  
}
*/
.col-2 img {
    width : 150px;
    height : 150px;
    border-radius: 50%;
}

footer div h3{
    font-weight: 300;
    letter-spacing: 1px;
}

.col-3{
    float: left;
    width: 50%;
    margin: 20px 0;
}

.col-3 a{
    display: block;
    text-decoration: none;
    color: #efefef;
    margin-bottom: 10px;
}


form input{
    width: 200px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 12px;
    outline: none;
    border: none;
    display: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

form button{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
}

.socials
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.socials li
{
  list-style: none;
}

footer .socials li a
{
  font-size: 2em;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

footer .socials li a:hover
{
  transform: translateY(-10px);
}

.copyright {
    background: #000;
    text-align: center;
    padding: 10px 0;
    color: white;
    font-size: 16px;
  }

@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  #showMusic:checked~.Music-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3A3B3C;
  }

  .Music-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .Music-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .Music-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .Music-box .content .row:nth-child(1),
  .Music-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .Music-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .Music-links li {
    margin: 0;
  }

  footer .col-3 {
    display: none;
  }
}


.container .main-video-container{
  flex:1 1 700px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
  background-color: #fff;
  padding:15px;
}

.container .main-video-container .main-video{
  margin-bottom: 7px;
  border-radius: 5px;
  width: 100%;
  height: 485px;
}


.container .main-video-container .main-vid-title{
  font-size: 20px;
  color:#444;
}

.container .video-list-container{
  flex:1 1 350px;
  height: 485px;
  overflow-y: scroll;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
  background-color: #fff;
  padding:15px;
}

.container .video-list-container::-webkit-scrollbar{
  width: 10px;
}

.container .video-list-container::-webkit-scrollbar-track{
  background-color: #fff;
  border-radius: 5px;
}

.container .video-list-container::-webkit-scrollbar-thumb{
  background-color: #444;
  border-radius: 5px;
}

.container .video-list-container .list{
  display: flex;
  align-items: center;
  gap:15px;
  padding:10px;
  background-color: #eee;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}

.container .video-list-container .list:last-child{
  margin-bottom: 0;
}

.container .video-list-container .list.active{
  background-color: #444;
}

.container .video-list-container .list.active .list-title{
  color:#fff;
}

.container .video-list-container .list .list-video{
  width: 100px;
  border-radius: 5px;
}

.container .video-list-container .list .list-title{
  font-size: 17px;
  color:#444;
}



@media (max-width: 1024px) {
  .main-nav {
    max-height: 800px;
  }

  .main-nav h1 {
    font-size: 5rem;
    /* 80px/16px */
    margin-top: 120px;
  }

  .arrow {
    margin-top: 120px;
  }

  #bio-section {
    width: 85%;
  }

}

@media (max-width: 768px) {
  .main-nav {
    max-height: 620px;
  }

  .main-nav h1 {
    margin-top: 70px;
    font-size: 4.0625rem;
    /* 65px/16px */
  }

  .title,
  .date {
    font-size: 1.125rem;
    /* 18px/16px */
  }

  .arrow {
    display: none;
  }

  .intro {
    font-size: 1.25rem;
    /* 20px/16px */
  }

  #bio-section {
    width: 95%;
  }

  .biography {
    flex-direction: column;
  }

  .bio-image {
    width: 100%;
  }

  .quote- {
    padding-bottom: 20px;
  }

  .bio-text {
    width: 100%;
  }
}

@media (max-width: 675px) {
  .main-nav {
    background-position: 60%;
  }

  .title {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .main-nav {
    background-position: 70%;
  }

  .main-nav h1 {
    font-size: 3.125rem;
    /* 50px/16px */
  }

  .title,
  .date {
    font-size: 0.75rem;
    /* 12px/16px */
  }

  .intro {
    font-size: 1.125rem;
    /* 18px/16px */
    padding-left: 10px;
    padding-right: 10px;
  }

  .bio-image img {
    width: 250px;
  }

  #bio-section {
    width: 100%;
  }

}

@media screen and (max-width: 450px) {
  .card__title {
font-size: 17px;
}
}

@media (max-width: 400px) {
  footer {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  footer>* {
    display: table-cell;
    table-layout: fixed;
  }

  footer> :first-child {
    width: 70%;
  }

  footer .col-1 {

    width: 100%;
  }

  footer .col-2 {
    float: left;
  }
}


@keyframes slideRight {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 3145px){
  section {
    padding-top: 5px;
    padding-bottom: 1116px;
  }
}

@media (max-width: 2905px) {
  .card{
    width: 450px;
    height: 338px;
  }
}

@media (max-width: 2500px) {
  .card{
    width: 400px;
    height: 300px;
  }

  #parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:24px; line-height:27px;}
  #parallax-world-of-ugg .block { width: 2000px;}
}
@media (max-width: 2250px){

  .card{
    width: 375px;
    height: 300px;
  }



}

@media (max-width: 2125px){

  .card{
    width: 350px;
    height: 300px;
  }
}

@media (max-width: 2000px){
  section {
    padding-top: 100px;
    padding-bottom: 1053px;
  }

  .card{
    width: 350px;
    height: 300px;
  }

  #parallax-world-of-ugg .block { width: 1500px;}

}

@media (max-width: 1800px){
  section {
    padding-bottom: 1328px;
  }
}

@media (max-width: 1639px){
  section {
    padding-bottom: 1632px;
  }

  #parallax-world-of-ugg .block { width: 1300px;}

}

@media (max-width: 1429px) {
  section {
    padding-bottom: 2265px;
  }

  .card{
    width: 400px;
    height: 300px;
  }

  #parallax-world-of-ugg .block { width: 1000px;}

}

@media (max-width: 1019px) {
  section {
    padding-bottom: 250px;
  }
}

@media (max-width: 819px) {
  section {
    padding-bottom: 4113px;
  }
}

@media (max-width: 451px){

  section {
    padding-bottom: 4635px;
  }

.card {
    width: 400px;
    height: 340px;
}
}

.div .box {
    width: 100%;
    padding-top: 20px;
	padding-bottom: 20px;
}


/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
  #parallax-world-of-ugg p {font-weight:400; font-size:14px; line-height:24px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Typography */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
#parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:14px; line-height:24px;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}
