@import 'font-awesome.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#nav {
  align-items: center;
  margin: 0 0.9rem;
}
.slider--text {
  overflow: scroll;
  max-height: 260px;
}
.nav-logo {
  width: 38.21px;
  height: 5.65px;
  background: #D9D9D9;
  margin: 0 0.2rem;
}
body {
  /*height: 100vh;*/
  width: 100%;
  font-family: 'Poppins';
  background: black;
}
header{
  position: fixed;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1rem 1.3rem;
}
footer{
  position: fixed;
  width: 100%;
  display: flex;
  bottom: 0;
  background-color: #262628;
  left: 0;
  padding: .5rem 1.3rem;
}
.address {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
}
.address span{
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
}

.center {
  justify-content: center;
  align-items: center;
}
.w-1sur2 {
  width: 50%;
}
.footer-logo {
  /*margin-right: 1rem;
  margin-left: 1rem;*/
  /*height: auto;*/
}
.info-element {
  margin-left: 2rem;
}
.mail {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-decoration-line: underline;

  color: #FFA842;
}
.phone {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
}
.brand {
  font-style: normal;
  font-weight: 500;
  text-align: right;
  font-size: 1.25rem;
  line-height: 30px;
  color: #FFFFFF;
}
.lineorange {
  position: fixed;
  width: 100%;
  bottom: 0;
  /*height: 87px;*/
  left: 0;
}
.brand span{
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 30px;
  color: #FFA842;
}
.row {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.row-reverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  height: calc(100vh - 40px);
  width: 100%;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.slider--content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /*height: 100%;*/
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  /*background-color: #000;*/
  overflow:hidden;
}

.slider--feature {
  text-align: center;
}

.slider--title {
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  margin-bottom: 2.5rem;
  color: #FFFFFF;
  line-height: 82px;
}

.slider--tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.slider--tag--element {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFFFFF;
  font-family: 'Gothic A1';
  font-weight: 500;
  margin-right: .5rem;
  background: #6B6B6B;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 5px;
}

.active-nav{
    background-color: #FFA842;
}
.slider--text {
  font-family: 'Poppins';
  font-style: normal;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.813rem;
  line-height: 26px;
  margin-bottom: 35px;
}
.w-1sur3{
  width: 33.333334%;
}
.navigation {
  justify-content: center;
  margin-top: 5rem;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider__btn-right,
.slider__btn-left {
  background: transparent;
  border: 1px solid #fff;
  outline: none;
  width: 35px;
  height: 35px;
  align-items: center;
  display: flex;
  color: #eee;
  padding: .7rem;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
}

.slider--btn--element {
  background: #FFA842;
  color: #fff !important;
  border: none;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 30px;
  outline: none;
  font-weight: 700;
  padding: 0.65rem 1.15rem;
  cursor: pointer;
  font-weight: 400;
  font-size:20px;
}
.info-mobile {
  display: none;
}
.slider__btn-left:hover,
.slider__btn-right:hover {
  transform: scale(0.95);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 1s;
}

.slider--content--element {
  /*width: 33.333334%;*/
  /*padding-bottom: 25px;*/
}

@media (max-width: 600px) {
  .slider--content--element {
    /*width: 80%;*/
    width: 95%;
  }
}

@media (min-width: 601px) and (max-width: 929px) {
  .slider--content--element {
    /*width: 100%;*/
  }
}

@media (max-width: 387px) {
  .slider--tag--element {
    font-size: 11px;
  }
  .slider--title {
    font-size: 35px;
  }
}

@media (max-width: 720px) {
  .brand-element {
    display: none;
  }
  .logo {
    width: 100%;
    justify-content: center;
  }
  .slider--title {
    font-size: 35px;
    line-height:40px;
  }
  .slider--btn--element {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .lineorange svg {
    height: 70px;
  }
}

@media (max-width: 900px) and (min-width: 667px) {
  .shlass {
    bottom: 5px;
  }
}

@media (max-width: 667px) and (min-width: 600) {
  .shlass {
    bottom: 40px;
  }
  .slider--title {
    margin-bottom: 1.5rem;
  }
  .slider--tag {
    margin-bottom: 1rem;
  }
  .slider--text {
    margin-bottom: 1.5rem;
  }
  .navigation {
    bottom: 8rem;
  }
}

@media (max-width: 600px)  {
  .lineorange {
    bottom: 75px;
  }
  .slider--title {
    margin-bottom: 1.5rem;
  }
  .slider--tag {
    margin-bottom: 1rem;
  }
  .slider--text {
    margin-bottom: 1.5rem;
  }
  .navigation {
    bottom: 10rem;
  }
  footer{
    flex-direction: column;
  }
  .footer-el {
    width: 100% !important;
    flex-direction: row !important;
    justify-content: center;
  }
  .info-mobile {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .info {
    display: none;
  }
  .info-element {
    margin-left: 0;
  }
}

.next, .previous {
    background: transparent!important;
    border: 1px solid #fff!important;
    outline: none;
    /*width: 35px!important;*/
    height: 35px!important;
    align-items: center;
    display: flex;
    color: #eee;
    /*padding: 0.65rem;*/
    padding: 7.5px 10.5px;
    cursor: pointer!important;
    transition: transform 0.1s ease-in-out;
    border-radius: 0px!important;
    margin: 0 0.9rem;
    z-index: 1000000;
    width: 35px;
}

.flickity-page-dots{
  bottom: 45px!important;
}

.dot {
  width: 38.21px!important;
  height: 5.65px!important;
  background: #D9D9D9!important;
  margin: 0 0.2rem!important;
  border-radius: 0!important;
  opacity: 1!important;
  z-index: 10000000;
}

.flickity-page-dots .dot.is-selected {
  background-color: #FFA842!important;
}

.flickity-prev-next-button svg {
  width: auto!important;
  height: auto!important;
  position: unset!important;
}

.flickity-prev-next-button {
  -webkit-transform: unset!important;
  transform: unset!important;
  position: unset!important;
}

.flickity-page-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

#slider > button {
  display: none;
}


@media (min-width: 721px) {
  .content-left {
    justify-content: flex-start!important;
    /*margin-left: 100px;*/
  }

  .content-right {
    justify-content: flex-end!important;
    /*margin-right: 100px;*/
  }

  .content-left .slider--content--element {
    margin-left: 5%;
  }

  .content-right .slider--content--element {
    margin-right: 5%;
  }
}


@media (min-width: 601px) {
  #infos, #adresse {
    width: 40%;
  }

  #logosRs {
    width:20%;
  }
}

@media (max-width: 760px) and (min-width: 601px) {
  .lineorange {
    bottom: 20px;
  }
  .slider {
    height: calc(100vh - 56px);
  }
}

@media (max-width: 600px) {
  .footer-logo {
    margin-right: 1rem;
    margin-left: 1rem;
    width: auto!important;
  }
  .flickity-page-dots {
    /*bottom: 150px !important;*/
  }
  .slider {
    height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh) * 100 - 100px);
  }
}

@media (max-width: 500px) {
  .next, .previous {
    margin: 0 0.2rem;
  }
  .flickity-page-dots {
    /*bottom: 200px !important;*/
  }
  .slider--content--element {
    padding-bottom: 25px;
  }
}

@media (max-width: 340px) {
  .address {
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  .flickity-prev-next-button {
    /*width: 60px!important;*/
    width: 35px!important;
  }
}

@media (min-width: 501px) {
  .next, .previous {
    width: 35px !important;
  }
}


@media (max-width: 600px) {
  .slider--text {
    overflow: scroll;
    max-height: 229px;
  }
}

@media (max-width: 480px) {
  .slider--text {
    overflow: scroll;
    max-height: 125px;
    /*max-height: 104px;*/
  }

  .slider--title {
    margin-bottom: 1rem;
  }

  .slider--btn--element {
    /*line-height: 26px;*/
    padding: 0.6rem 1.4rem;
    font-size: 0.9rem;
  }

  .slider--feature {
    margin-top: -50px;
  }

  .lineorange svg {
    height: 70px;
  }

  .flickity-page-dots {
    bottom: 20px !important;
  }
}

.phone {
  color: white!important;
}

.fa-chevron-right::before {
  font-size: 20px;
  line-height: 20px;
}

.fa-chevron-left::before {
  font-size: 20px;
  line-height: 20px;
}

/*.previous {
  justify-content: end;
}

.next {
  justify-content: start;
}*/

.fa-instagram::before {
  font-size: 24px;
  color: white;
}

.previous {
  justify-content: flex-end;
}

/*@media (max-width: 768px){
  #accueil {
    font-size: 18px;
    background-image: url("/images/Mobile/accueil.png")!important;
  }
}*/

@media (min-width: 721px) {
  .slider--text {
    font-size: 15px;
  }
}

.flickity-prev-next-button {
  background-color: #0101017d!important;
}

.slider--btn {
  height: 48.8px;
  display: inline-block;
}

.slider--btn--element {
  height: 100%;
  display: inherit;
}

.slider--feature {
  max-width:450px;
}

.slider--content--element {
  display:flex;
  align-items:center;
  margin-top: -78px;
}

/*@media (min-width: 1920px) {
  .lineorange svg {
    width:100vw!important;
  }
}

@media (max-width: 720px){
  #accueil {
    background-image: url("/images/Mobile/accueil.png")!important;
  }
}

@media (max-width: 720px){
  #aliem {
    background-image: url("/images/Mobile/aliem.png")!important;
  }
}

@media (max-width: 720px){
  #casadilacqua {
    background-image: url("/images/Mobile/casadilacqua.png")!important;
  }
}

@media (max-width: 720px){
  #cursinu {
    background-image: url("/images/Mobile/cursinu.png")!important;
  }
}

@media (max-width: 720px){
  #emuzione {
    background-image: url("/images/Mobile/emuzione.png")!important;
  }
}

@media (max-width: 720px){
  #gaia {
    background-image: url("/images/Mobile/gaia.png")!important;
  }
}

@media (max-width: 720px){
  #goliat {
    background-image: url("/images/Mobile/goliat.png")!important;
  }
}

@media (max-width: 720px){
  #metavie {
    background-image: url("/images/Mobile/metavie.png")!important;
  }
}

@media (max-width: 720px){
  #moietlamode {
    background-image: url("/images/Mobile/moietlamode.png")!important;
  }
}

@media (max-width: 720px){
  #otcc {
    background-image: url("/images/Mobile/otcc.png")!important;
  }
}

@media (max-width: 720px){
  #pranzu {
    background-image: url("/images/Mobile/pranzu.png")!important;
  }
}

@media (max-width: 720px){
  #qualitair {
    background-image: url("/images/Mobile/qualitair.png")!important;
  }
}

@media (max-width: 720px){
  #sdp {
    background-image: url("/images/Mobile/sdp.png")!important;
  }
}*/

/*.slider--content {
  left: unset!important;
}*/

.slider {
  /*position: fixed;*/
  overflow-y: hidden;
}

.slider--text::-webkit-scrollbar {
  display: none;
}

.slider--text {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mask_bottom {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.mask_middle{
  /*mask-image: linear-gradient(to bottom,transparent 1%, black 50%, transparent 150%);
  -webkit-mask-image: linear-gradient(to bottom,transparent 1%, black 50%, transparent 150%);*/
  mask-image: linear-gradient(to bottom,transparent 1%, black 12px calc(100% - 38px), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom,transparent 1%, black 12px calc(100% - 38px), transparent 100%);
}

.mask_top {
  mask-image: linear-gradient(to top, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);
}
/*  mask-image: linear-gradient(to bottom,transparent 1%, black 50%, transparent 100%);
}*/