@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/app.scss */
* {
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 14, ../sass/app.scss */
html {
  scroll-behavior: smooth;
}

/* line 18, ../sass/app.scss */
body {
  background-color: black;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  line-height: 1.3;
}

/* line 25, ../sass/app.scss */
body.disable-scroll {
  overflow: hidden;
}

/* line 29, ../sass/app.scss */
h1 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  white-space: nowrap;
}

/* line 36, ../sass/app.scss */
h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  white-space: nowrap;
}

/* line 43, ../sass/app.scss */
h3 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 40px;
}

/* line 50, ../sass/app.scss */
a:link,
a:visited {
  color: white;
  text-decoration: none;
}

/* line 56, ../sass/app.scss */
.hr-bar-rbk {
  width: 50px;
  height: 1px;
  display: block;
  background-color: white;
  margin-bottom: 30px;
}

/* line 67, ../sass/app.scss */
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* line 72, ../sass/app.scss */
.reveal [class*="reveal-"] {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}

/* line 79, ../sass/app.scss */
.reveal-visible [class*="reveal-"] {
  -webkit-backface-visibility: hidden;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
}

/* line 87, ../sass/app.scss */
.reveal-visible .reveal-2 {
  transition-delay: 0.1s;
}

/* line 91, ../sass/app.scss */
.reveal-visible .reveal-3 {
  transition-delay: 0.2s;
}

/* line 95, ../sass/app.scss */
.reveal-visible .reveal-4 {
  transition-delay: 0.3s;
}

/* line 99, ../sass/app.scss */
.reveal-visible .reveal-5 {
  transition-delay: 0.4s;
}

/* line 103, ../sass/app.scss */
.reveal-visible .reveal-6 {
  transition-delay: 0.5s;
}

/* line 107, ../sass/app.scss */
.reveal-visible .reveal-7 {
  transition-delay: 0.6s;
}

/* line 111, ../sass/app.scss */
.reveal-visible .reveal-8 {
  transition-delay: 0.7s;
}

/* line 115, ../sass/app.scss */
.reveal-visible .reveal-9 {
  transition-delay: 0.8s;
}

/* line 119, ../sass/app.scss */
.reveal-visible .reveal-10 {
  transition-delay: 0.9s;
}

/* line 123, ../sass/app.scss */
.reveal-visible .reveal-11 {
  transition-delay: 1s;
}

/* line 127, ../sass/app.scss */
.reveal-visible .reveal-12 {
  transition-delay: 1.1s;
}

/* line 131, ../sass/app.scss */
.reveal-visible .reveal-13 {
  transition-delay: 1.2s;
}

/* line 135, ../sass/app.scss */
.reveal-visible .reveal-14 {
  transition-delay: 1.3s;
}

/* line 202, ../sass/app.scss */
.header-fix {
  width: 100vw;
  height: 50px;
  position: fixed;
  z-index: 100;
  top: -1px;
  background-color: #FFF;
  flex-direction: row;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 214, ../sass/app.scss */
.header-logo-b {
  width: 48px;
  height: 50px;
  position: absolute;
  background-image: url("../images/SDG-icon-waveform.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  cursor: pointer;
}

/* line 232, ../sass/app.scss */
.logo-txt {
  margin-left: 60px;
  position: absolute;
  display: flex;
  align-items: center;
  line-height: 4;
}
/* line 239, ../sass/app.scss */
.logo-txt h1 {
  font-weight: 500;
  color: #131316;
  font-size: 13px;
}

/* line 246, ../sass/app.scss */
.header-links {
  width: 500px;
  height: 50px;
  float: right;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  line-height: 3.2;
}

/* line 257, ../sass/app.scss */
.header-links .link-top {
  text-decoration: none;
  color: #131316;
  cursor: pointer;
}

/* line 263, ../sass/app.scss */
.link-top:hover {
  height: 50px;
  cursor: pointer;
  border-bottom: 2px solid black;
}

/* line 272, ../sass/app.scss */
.menu-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

/* line 284, ../sass/app.scss */
.burger {
  position: relative;
  background: black;
  width: 15px;
  height: 2px;
  opacity: 1;
  margin-right: 7px;
}

/* line 293, ../sass/app.scss */
.burger::before {
  position: relative;
  background: black;
  width: 25px;
  height: 2px;
  top: 8px;
  content: "";
  display: block;
}

/* line 303, ../sass/app.scss */
.burger::after {
  position: relative;
  background: black;
  width: 25px;
  height: 2px;
  bottom: 10px;
  content: "";
  display: block;
}

/* line 313, ../sass/app.scss */
.burger,
.burger::after,
.burger::before {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* line 320, ../sass/app.scss */
.burger-menu.menu-on .burger::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 2px;
}

/* line 326, ../sass/app.scss */
.burger-menu.menu-on .burger::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}

/* line 332, ../sass/app.scss */
.burger-menu.menu-on .burger {
  background: rgba(255, 255, 255, 0);
}

/* line 336, ../sass/app.scss */
.menu-ctn {
  width: 250px;
  height: 100vh;
  background-color: black;
  position: fixed;
  top: 50px;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 48;
  margin-left: 100%;
  padding-top: 0;
  transition: 350ms;
  overflow: hidden;
}

/* line 352, ../sass/app.scss */
.menu-ctn-slide {
  width: 250px;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 48;
  margin-left: calc(100% - 250px);
  padding-top: 0;
  overflow: hidden;
}

/* line 367, ../sass/app.scss */
.menu-link {
  width: auto;
  padding: 1em;
  color: white;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1D1E22;
  background-color: black;
  cursor: pointer;
}

/* line 379, ../sass/app.scss */
.menu-link:hover {
  width: auto;
  padding: 1em;
  color: white;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1D1E22;
  background-color: #0100B6;
  cursor: pointer;
}

/* line 391, ../sass/app.scss */
.darken-filter {
  transition: 250ms;
  background-color: black;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: fixed;
  z-index: 2;
  visibility: hidden;
}

/* line 402, ../sass/app.scss */
.darken-filter-slide {
  transition: 250ms;
  transition-delay: 50ms;
  transition-timing-function: ease-in;
  background-color: black;
  width: 100vw;
  height: 100vh;
  position: fixed;
  opacity: 0.8;
  z-index: 2;
  visibility: visible;
}

/* line 418, ../sass/app.scss */
.main-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  transition: 350ms;
}

/* line 425, ../sass/app.scss */
.main-container-slide {
  width: 100vw;
  height: 100vh;
  transform: translateX(-250px);
  position: absolute;
  transition: 350ms;
  overflow: hidden;
}

/* line 436, ../sass/app.scss */
.home-container {
  margin-top: 50px;
  width: 100vw;
  height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 453, ../sass/app.scss */
.home-overlay {
  width: 100vw;
  height: 300px;
  background-image: url("../images/brilliant.png");
  background-repeat: repeat;
  background-position: center;
  z-index: 2;
}

/* line 462, ../sass/app.scss */
.home-txt {
  width: auto;
  height: 200px;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: center;
  color: white;
  left: 10%;
  z-index: 20;
}

/* line 475, ../sass/app.scss */
.blue-square {
  width: 50px;
  height: 50px;
  display: flex;
  background-color: darkblue;
  position: absolute;
}

/* line 483, ../sass/app.scss */
.txt {
  padding-left: 70px;
  font-family: sans-serif;
  height: 50px;
  font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  align-items: center;
  display: flex;
  color: white;
  transform: translateZ(0);
}

/* line 495, ../sass/app.scss */
.sin-ctn {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}

/* line 504, ../sass/app.scss */
svg {
  position: absolute;
  width: 70px;
  height: 100px;
  transform-style: preserve-3d;
  transform: rotateY(50deg);
}

/* line 514, ../sass/app.scss */
path {
  stroke: white;
  stroke-width: 1px;
  stroke-linecap: round;
  fill: none;
  transform: translateZ(0);
}

/* line 524, ../sass/app.scss */
.wave:nth-child(1) {
  margin-left: 3px;
}

/* line 524, ../sass/app.scss */
.wave:nth-child(2) {
  margin-left: 6px;
}

/* line 524, ../sass/app.scss */
.wave:nth-child(3) {
  margin-left: 9px;
}

/* line 524, ../sass/app.scss */
.wave:nth-child(4) {
  margin-left: 12px;
}

/* line 524, ../sass/app.scss */
.wave:nth-child(5) {
  margin-left: 15px;
}

/* line 524, ../sass/app.scss */
.wave:nth-child(6) {
  margin-left: 18px;
}

/* line 524, ../sass/app.scss */
.wave:nth-child(7) {
  margin-left: 21px;
}

/* line 524, ../sass/app.scss */
.wave:nth-child(8) {
  margin-left: 24px;
}

/* line 531, ../sass/app.scss */
.header-video {
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 300px;
}
/* line 536, ../sass/app.scss */
.header-video .head-pics {
  width: 100%;
  height: 100%;
  opacity: .4;
  overflow: hidden;
  background-image: url("../images/SDG-head-all.jpg");
  background-position: center;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateZ(0);
  z-index: -99;
  transition: 0s;
}

/* line 558, ../sass/app.scss */
.studio-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: darkblue;
  color: white;
  background-position: center;
  background-size: contain;
  padding-top: 100px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

/* line 573, ../sass/app.scss */
.studio-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* line 580, ../sass/app.scss */
.studio-background img {
  height: 100%;
}

/* line 584, ../sass/app.scss */
.studio-txt {
  padding-bottom: 0;
  color: white;
  margin-left: 10%;
  padding-right: 20%;
}

/* line 591, ../sass/app.scss */
.photo-ctn {
  overflow: hidden;
  padding-top: 30px;
  width: 100vw;
  background-color: black;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  display: flex;
  flex-direction: row;
  position: relative;
  background: linear-gradient(0deg, black 30%, darkblue 100%);
}

/* line 604, ../sass/app.scss */
.slideshow {
  width: 80%;
  max-width: 800px;
  height: 320px;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 613, ../sass/app.scss */
.slideshow ul {
  min-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
}

/* line 625, ../sass/app.scss */
.slideshow ul li {
  width: 100%;
  opacity: 0.3;
  overflow: hidden;
  transition: 0.3s;
  float: left;
  transform: scale(0.9);
  pointer-events: none;
}

/* line 635, ../sass/app.scss */
.image {
  min-width: 350px;
  height: 320px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 3px;
  overflow: hidden;
}
/* line 646, ../sass/app.scss */
.image .box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 653, ../sass/app.scss */
.slideshow-action {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  justify-content: space-between;
  align-items: center;
}
/* line 661, ../sass/app.scss */
.slideshow-action .arrow-l {
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
}
/* line 668, ../sass/app.scss */
.slideshow-action .arrow-r {
  position: absolute;
  right: -30px;
  width: 20px;
  height: 20px;
}

/* line 676, ../sass/app.scss */
#btnNext {
  color: white;
  cursor: pointer;
  outline: none;
}

/* line 682, ../sass/app.scss */
#btnPrev {
  color: white;
  cursor: pointer;
  outline: none;
}

/* line 688, ../sass/app.scss */
.full-sreen-pic {
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: black;
  display: none;
  justify-content: center;
  align-items: center;
}
/* line 699, ../sass/app.scss */
.full-sreen-pic .box-img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}

/* line 710, ../sass/app.scss */
.services-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  color: white;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  position: relative;
}

/* line 723, ../sass/app.scss */
.services-txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  margin-left: 10%;
  padding-right: 20%;
}

/* line 731, ../sass/app.scss */
.services-background {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 737, ../sass/app.scss */
.services-background img {
  width: 50%;
  height: auto;
  transform: rotate(180deg);
}

/* line 743, ../sass/app.scss */
.services-table {
  margin-left: 10%;
  margin-right: 10%;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
  padding-bottom: 50px;
}

/* line 753, ../sass/app.scss */
.services-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
  padding: 10px;
  z-index: 5;
}

/* line 761, ../sass/app.scss */
.services-rbks {
  padding: 15px 0;
  font-weight: 300;
  background-color: #0100B6;
  text-align: center;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0;
  border-radius: 1px 1px 0 0;
}

/* line 773, ../sass/app.scss */
.services-description {
  background-color: #FBFBFD;
  padding: 15px;
  color: black;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0 0 1px 1px;
}

/* line 782, ../sass/app.scss */
.hr-bar {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  display: flex;
  margin-top: 12px;
}

/* line 790, ../sass/app.scss */
.cards-bottom {
  margin-top: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  cursor: pointer;
}

/* line 797, ../sass/app.scss */
.prix {
  width: auto;
  display: flex;
  color: #0100B6;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}


.prices_details_ctn{
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: .3s;
  display: none;
  overflow-y: scroll;
  background-color: rgba(0,0,0,.9)
}

.prices_details_ctn.on{
  display: flex;
}


.prices_details_ctn .price_details_ctn_rec{
  background-color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  padding-bottom:10px;
  flex-direction: column;
  border-radius: 5px;
  filter: drop-shadow(0 0 0.75rem rgba(0,0,0,.5));
  position: relative;
}

.price_details_rec_close{
  position: absolute;
  padding: 20px;
  top:0;
  right: 0;
  color: black;
  cursor: pointer;
}

.prices_details_ctn .price_details_ctn_rec .details_box{
  width: 250px;
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  color: black;
}

.prices_details_ctn .price_details_ctn_rec .details_box:first-child{
  margin-top: 20px;
}
.prices_details_ctn .price_details_ctn_rec .details_box:last-child{
  border-bottom: 0px;
}
.prices_details_ctn .price_details_ctn_rec .details_box .title{
  margin-bottom: 8px;
}

.prices_details_ctn .price_details_ctn_rec .details_box .price{
  font-size: 14px;
  list-style: square;
}

.ht_price{
  margin-top: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.price_time{
  margin-top: 10px;
  font-size: 11px;
}

/* line 805, ../sass/app.scss */
.arrow {
  width: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
  position: absolute;
  right: 0;
}

/* line 813, ../sass/app.scss */
.arrow img {
  width: 10px;
}

/* line 819, ../sass/app.scss */
.materiel-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #FBFBFD;
  color: white;
  padding-top: 100px;
  padding-bottom: 50px;
}

/* line 829, ../sass/app.scss */
.materiel-txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #131316;
  margin-left: 10%;
  padding-right: 20%;
}

/* line 837, ../sass/app.scss */
.materiel-selector {
  margin-left: 10%;
  padding-right: 20%;
  padding-bottom: 30px;
}

/* line 843, ../sass/app.scss */
#matosSelect {
  padding: 5px;
}

/* line 847, ../sass/app.scss */
.materiel-table {
/*  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  grid-gap: 10px;*/
}

/* line 854, ../sass/app.scss */
.materiel-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5px;
}

/* line 860, ../sass/app.scss */
.hidden {
  display: none;
}

/* line 864, ../sass/app.scss */
.more-materiel {
  display: none;
  width: auto;
  margin-top: 12px;
  position: absolute;
  right: 10%;
  cursor: pointer;
  background-color: black;
  padding: 5px;
}

/* line 875, ../sass/app.scss */
.more-materiel:hover {
  background-color: blue;
}

/* line 879, ../sass/app.scss */
.more-materiel p {
  text-align: center;
}

/* line 883, ../sass/app.scss */
.materiel-cards .label {
  
  color: #131316;
  text-align: left;
  border-top:1px solid rgba(0, 0, 0, 0.22);
  font-size:14px;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

/* line 890, ../sass/app.scss */
.materiel-cards .label p {
  position: relative;
}

/* line 896, ../sass/app.scss */
.material-img-box {
  overflow: hidden;
  max-height: 120px;
  height: 100%;
}

/* line 902, ../sass/app.scss */
.material-img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 908, ../sass/app.scss */
.accordion-ctn {
  margin-left: 10%;
  margin-right: 10%;
}

/* line 913, ../sass/app.scss */
.accordion {
  background-color: #FBFBFD;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  border-top: 1px solid black;
  font-weight: 500;
}

/* line 933, ../sass/app.scss */
.accordion:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* line 941, ../sass/app.scss */
.active:after {
  content: "\002014";
  color: black;
}

/* line 946, ../sass/app.scss */
.panel {
  padding: 0 18px;
  background-color: #FBFBFD;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* line 954, ../sass/app.scss */
.instrumentsAmp {
  background-repeat: no-repeat;
  background-position: right;
}

/* line 961, ../sass/app.scss */
.reference-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  color: white;
  padding-top: 100px;
  padding-bottom: 80px;
}

/* line 971, ../sass/app.scss */
.reference-txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  margin-left: 10%;
  padding-right: 20%;
}

/* line 979, ../sass/app.scss */
.reference-artistes {
  margin-left: 10%;
  margin-right: 10%;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  grid-gap: 10px;
}

/* line 988, ../sass/app.scss */
.artistes-box {
  min-width: 100px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 5px;
  position: relative;
  border-radius: 0;
}

/* line 998, ../sass/app.scss */
.artistes-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1004, ../sass/app.scss */
.artistes-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  padding: 3px;
}

/* line 1012, ../sass/app.scss */
.reference2-txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  padding-top: 50px;
  padding-left: 10%;
  padding-right: 20%;
  background-color: darkblue;
  padding-bottom: 50px;
}

/* line 1025, ../sass/app.scss */
.project-ctn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  grid-gap: 10px;
}

/* line 1031, ../sass/app.scss */
.project-wrapper {
  width: 100%;
  height: auto;
}
/* line 1037, ../sass/app.scss */
.project-wrapper .player .cover-img {
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}
/* line 1045, ../sass/app.scss */
.project-wrapper .player .cover-img .material-icons {
  position: absolute;
  font-size: 44px;
  z-index: 1;
  cursor: pointer;
  z-index: 50;
}
/* line 1053, ../sass/app.scss */
.project-wrapper .player .cover-img .pauseBtn {
  display: none;
  cursor: pointer;
}
/* line 1057, ../sass/app.scss */
.project-wrapper .player .cover-img img {
  width: 100%;
  opacity: 0.8;
}

/* line 1071, ../sass/app.scss */
.phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}
/* line 1076, ../sass/app.scss */
.phone span {
  margin-right: 20px;
}

/* line 1081, ../sass/app.scss */
.tel {
  text-decoration: none;
  color: black !important;
}

/* line 1085, ../sass/app.scss */
.devis-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #FBFBFD;
  color: white;
  padding-top: 100px;
  padding-bottom: 30px;
}

/* line 1094, ../sass/app.scss */
input {
  background: transparent;
  border: none;
}

/* line 1099, ../sass/app.scss */
.devis-txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #131316;
  margin-left: 10%;
  padding-right: 20%;
}

/* line 1107, ../sass/app.scss */
.devis-form {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* line 1113, ../sass/app.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

/* line 1118, ../sass/app.scss */
.wrapper .input-data {
  height: 40px;
  width: 100%;
  position: relative;
}

/* line 1124, ../sass/app.scss */
.input-data {
  margin-bottom: 30px;
}

/* line 1128, ../sass/app.scss */
.wrapper .input-data input {
  height: 100%;
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  font-size: 17px;
  border-bottom: 2px solid silver;
  outline: none;
}

/* line 1138, ../sass/app.scss */
.wrapper .input-data input:focus,
.wrapper .input-data input:valid {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid #0100B6;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* line 1149, ../sass/app.scss */
.input-data input:focus ~ label,
.input-data input:valid ~ label {
  transform: translateY(-30px);
  font-size: 15px;
  color: #0100B6;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* line 1158, ../sass/app.scss */
.wrapper .input-data label {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* line 1167, ../sass/app.scss */
.text-description {
  width: calc(100% - 10px);
}

/* line 1171, ../sass/app.scss */
.text-description textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  margin-top: 20px;
  border-color: silver;
  outline: none;
  padding-top: 10px;
  padding-left: 10px;
  background-color: transparent;
  font-family: 'Inter', sans-serif;
  -webkit-appearance: none;
  font-size: 17px;
}

/* line 1186, ../sass/app.scss */
.valid-form {
  max-width: 300px;
  margin: 20px auto;
  
}

/* line 1192, ../sass/app.scss */
.valid-form input {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 3px;
  color: white;
  background-color: darkblue;
  -webkit-appearance: none;
}

/* line 1202, ../sass/app.scss */
.devis-conf-mess {
  display: none;
  margin-left: 10%;
  padding-right: 20%;
  padding-bottom: 50px;
}

/* line 1209, ../sass/app.scss */
.message {
  font-size: 1em;
  display: block;
  color: darkblue;
  text-align: left;
  padding: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.22);
}

/* line 1221, ../sass/app.scss */
.footer {
  width: 100%;
  position: relative;
  background-color: black;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

/* line 1230, ../sass/app.scss */
.f-follow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
  color: white;
  font-size: 20px;
}

/* line 1237, ../sass/app.scss */
.f-hr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  width: 10%;
  height: 1px;
  background-color: #515151;
}

/* line 1245, ../sass/app.scss */
.s-network {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: space-around;
  width: 100px;
  align-items: center;
}

/* line 1254, ../sass/app.scss */
.picto-sn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  object-fit: cover;
  cursor: pointer;
  height: 10px;
}

/* line 1261, ../sass/app.scss */
.picto-sn img {
  height: 24px;
}

/* line 1265, ../sass/app.scss */
.f-logo-svg {
  margin-top: 40px;
  width: 48px;
  height: 50px;
  background-image: url("../images/SDG-wave-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 1275, ../sass/app.scss */
.footer-info {
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  /* line 5, ../sass/_responsive.scss */
  .menu-btn {
    display: flex;
  }

  /* line 9, ../sass/_responsive.scss */
  .header-links {
    display: none;
  }

  /* line 13, ../sass/_responsive.scss */
  .logo-home {
    width: 250px;
    height: 250px;
  }

  /* line 18, ../sass/_responsive.scss */
  .swiper-container {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0px;
    width: 100%;
    height: 200px;
  }

  /* line 26, ../sass/_responsive.scss */
  .sdg-name {
    font-size: 18px;
  }

  /* line 30, ../sass/_responsive.scss */
  .sdg-baseline {
    font-size: 11px;
  }

  /* line 34, ../sass/_responsive.scss */
  h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  /* line 42, ../sass/_responsive.scss */
  h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  /* line 50, ../sass/_responsive.scss */
  h3 {
    font-size: 18px;
  }
  h3 span{
    margin-top: 5px;
    font-size: 16px;
  }

  /* line 55, ../sass/_responsive.scss */
  .logo-txt {
    font-size: 12px;
    margin-left: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #131316;
    font-weight: 600;
  }

  /* line 66, ../sass/_responsive.scss */
  #myVideo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: -99;
  }

  /* line 76, ../sass/_responsive.scss */
  .studio-container {
    padding-top: 80px;
  }

  /* line 80, ../sass/_responsive.scss */
  .studio-txt {
    margin-bottom: 0px;
  }

  /* line 83, ../sass/_responsive.scss */
  .box {
    width: 90vw;
    align-self: center;
    height: 40vh;
    display: flex;
  }

  /* line 91, ../sass/_responsive.scss */
  .services-container {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  /* line 96, ../sass/_responsive.scss */
  .services-background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* line 104, ../sass/_responsive.scss */
  .services-background img {
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
  }

  /* line 111, ../sass/_responsive.scss */
  .materiel-container {
    padding-top: 80px;
  }

  /* line 115, ../sass/_responsive.scss */
  .reference-container {
    padding-top: 80px;
  }

  /* line 119, ../sass/_responsive.scss */
  .devis-container {
    padding-top: 80px;
  }

  /* line 123, ../sass/_responsive.scss */
  .more-materiel {
    display: block;
  }

  /* line 127, ../sass/_responsive.scss */
  .hidden {
    display: none;
  }

  /* line 131, ../sass/_responsive.scss */
  .reference-artistes {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  /* line 137, ../sass/_responsive.scss */
  .reference2-txt {
    padding-left: 10%;
    padding-right: 10%;
  }

  /* line 142, ../sass/_responsive.scss */
  .devis-form {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
  }

  /* line 147, ../sass/_responsive.scss */
  .devis-conf-mess {
    margin-left: 10%;
    padding-right: 10%;
  }

  /* line 152, ../sass/_responsive.scss */
  .message {
    text-align: left;
  }
}

.video-container{
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 30px;
  overflow-x:scroll ;
  scroll-snap-type: x mandatory;
}

.video-container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

iframe{
  height: 450px;
  min-width: 90%;
  margin: 0 5px;
}

iframe:nth-child(1){
  scroll-snap-align: start;
  
}
iframe:nth-child(2){
  scroll-snap-align: center;
}
iframe:nth-child(3){
  scroll-snap-align: end;
}

.eapps-instagram-feed-container{
width: 90%!important;
margin: 0 auto;
}
.eapps-instagram-feed{
  max-height:max-content!important;
}
.eapps-instagram-feed-header{
  display: none!important;
}

#video{
  padding-bottom: 0px!important;
}

.contact_ctn{
  max-width: 800px;
  margin: 20px auto;
  padding: 30px;
  padding-top: 100px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 8px;
  
}