#header {

  transition: all 0.5s;
  z-index: 997;

}

#header p {
color: #fff;
margin-bottom: 0;
margin-block-start: 0;
margin-block-end: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}


#header .logo  {
  color: rgba(25, 25, 25, 0.95);
}

#header .logo img {
  max-height: 40px;
}

#header .first {
  background-image: url('../img/carbon.webp');
  background-repeat: no-repeat;
  background-origin: content-box;
}

.cta{
  line-height: 0.1;
}
.scrolled-offset {
  margin-top: 10px;
}

.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FF0001;
  --bs-btn-border-color: #FF0001;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #FF0001;
  --bs-btn-hover-border-color: #FF0001;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FF0001;
  --bs-btn-active-border-color: #FF0001;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FF0001;
  --bs-btn-disabled-border-color: #FF0001;
}



.btn-primary  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;




  background-color: rgba(255, 0, 1 , 1 ) ;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;

}


.btn-secondary  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  min-height: 50px;
  background-color: rgba(0, 0, 0 , 1 ) ;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;

}

#gallery-filters{
  position: -webkit-sticky;
  position: sticky;
  top: 142px;
}
@media (max-width: 767px) {
  #gallery-filters{
    top: 110px;
  }
}

.bg-light {
  --bs-bg-opacity: 0.5;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

#hero .bg {
  opacity: 0.1;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
}


#hero:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .bloc-text {
  background-color: rgba(255, 255, 255, 1);
  padding: 6rem;
  margin-right: -8rem;
  z-index: 10;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.5);
}

ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;

}

#cookies ul{
    list-style-type:circle;
    padding-inline-start: 2rem;

}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #FF0001 !important;
}

.bg-primary-opa {

  background-color: rgba(255, 0, 1, 0.2);
  background-image: linear-gradient(90deg, rgba(255, 0, 1, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.text-primary {
  --bs-text-opacity: 1;
  color: #FF0001 !important;
}

.color-light{
  color: #999;
}
.bg-blue {
  background-color: #070F60;
}

.bg-blue-opa {
  background-color: rgba(7, 15, 96, 0.5);
}
.bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
 }
 .white {
  background-color: rgba(255, 255, 255, 0.5) !important;
 }
.bg-white-opa {
 background-color: rgba(255, 255, 255, 1);
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  /*color: #fff;*/
  word-wrap: break-word;
}

#hero h2 {
  /*color: #eee;*/
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #FF0001;
  border-color: #FF0001;
}

@media (max-width: 1200px) {
  #hero .bloc-text {
    padding: 4rem;
    margin-right: 0rem;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10;
    justify-content: center;
  }

  #hero .hero-img>img {
    min-height: 80vh;
  }

}




/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section:not(.no-space){
  padding: 60px 0 30px 0;
}


section:not(.no-space){
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1200px) {
  section {
    padding: 0px 0;

  }

}

a .section-title,
.section-title {
 
  padding: 30px 0;
  position: relative;
}
a .section-title h2,
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #FF0001;
  position: relative;
  z-index: 2;
}

a h2 {
  color: rgba(0, 0, 0, 1);
}
a .section-title span,
.section-title span {
  position: absolute;
  top: 30px;
  color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
  opacity: 0.2;
}

a .section-title p,
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  a .section-title h2,
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
a .section-title span ,
  .section-title span {
    font-size: 38px;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.nav-link {
  color: #444444;
}

.scroll-content {
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
}


.main-details ul {
  list-style: none;
}





.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: .5s;
}

.header_toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header_img img {
  width: 40px;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: .5rem 1rem 0 0;
  transition: .5s;
  z-index: var(--z-fixed);
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: .5rem 0 .5rem 1.5rem;
}

.nav_logo {
  margin-bottom: 2rem;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}

.nav_link {
  position: relative;
  color: var(--first-color-light);
  margin-bottom: 1.5rem;
  transition: .3s;
}

.nav_link:hover {
  color: var(--white-color);
}

.nav_icon {
  font-size: 1.25rem;
}

.height-100 {
  height: 100vh;
}

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

  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }

  .header_img {
    width: 40px;
    height: 40px;
  }

  .header_img img {
    width: 45px;
  }

  .l-navbar {
    left: 0;
    padding: 1rem 1rem 0 0;
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }
}

.collapsed {
  background-color: #eee;

}

.accordion-button {
  text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: #eee;
  box-shadow: inset 0 calc(-1 * #eee) 0 #eee;
}


.accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;

}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: rgba(255, 255, 255, 0.5);
  border: rgba(255, 255, 255, 0.5) solid rgba(255, 255, 255, 0.5);
}

.accordion-button,
.accordion-button:not(.collapsed) {
  color: black;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 calc(-1 * #eee) 0 #eee;
}


.carousel-indicators [data-bs-target] {
  width: 4rem;
  height: 6px;
  background-color: black;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: black;
  width: 2rem;
  height: 2rem;
  background-size: 50% 50%;
}

#hero .carousel-item {
  height: 100vh;
}


.carousel-caption {
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 0rem;
  text-transform: uppercase;
}

#heroCarousel .carousel-indicators {
  bottom: 30%;
}




.y-sep {
  border-right: 2px solid #ccc;
}


.fw-bold{
  font-family:  var(--body-font);
}





.technical-content{
  height: 70vh;
  overflow-y: scroll
}


input,
textarea {
  outline: none;
  border: none
}

textarea:focus,input:focus {
  border-color: transparent!important
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #555
}

input {
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.2;
  padding: 0 5px
}
.form-wrapper{
  width: 100%;
  position: relative;
  background-color: rgba(153, 153, 153,0.05);

  padding: 1rem;
}






.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}

.focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: rgba(255, 0, 1 , 1 ) ;
}

input.input {
  height: 40px
}

textarea.input {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px
}

.label-input {
  font-size: 1rem;
  color: #999;
  line-height: 1.5;
  padding-left: 5px
}





.input:focus+.focus-input::before {
  width: 100%
}

.has-val.input+.focus-input::before {
  width: 100%
}

.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px
}


.contact100-form-btn i {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

.contact100-form-btn:hover {
  background-color: #333;
  box-shadow: 0 10px 30px 0 rgba(51,51,51,.5);
  -moz-box-shadow: 0 10px 30px 0 rgba(51,51,51,.5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(51,51,51,.5);
  -o-box-shadow: 0 10px 30px 0 rgba(51,51,51,.5);
  -ms-box-shadow: 0 10px 30px 0 rgba(51,51,51,.5)
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px)
}

@media(max-width: 992px) {
  .wrap-contact100 {
      padding:82px 80px 33px
  }
}

@media(max-width: 768px) {
  .rs1-wrap-input {
      width:100%
  }
}

@media(max-width: 576px) {
  .wrap-contact100 {
      padding:82px 15px 33px
  }
}


.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid rgba(255, 0, 1 , 1 ) ;

  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
 
  color: rgba(255, 0, 1 , 1 ) ;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: rgba(255, 0, 1 , 1 ) ;
  font-size: 1rem;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1
}

@media(max-width: 992px) {
  .alert-validate::before {
      visibility:visible;
      opacity: 1
  }
}




.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: default;
  background: #fff;
 
cursor: pointer !important;
}
.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
}
.pricing .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing .pricing-item:hover .deco-1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing .pricing-item:hover .deco-2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.pricing-legend{
  font-size: 1rem;
}


.shadow{
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
}


form {

  margin-block-end: 0;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/



.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 0, 1 , 1 ) ;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #151515;
}

.nine {
  word-wrap: break-word;
  max-width: 100vw;
}
.nine h2 {
  text-align:center; 
  font-size:50px;
  text-transform:uppercase; 
  color:#222; 
  letter-spacing:1px;
  font-weight:400;
  max-width: 100vw;
  word-wrap: break-word !important;
}
.nine h2 span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
     font-weight:500;
     word-wrap: break-word;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h2 span:after,.nine h2 span:before {
    content: " ";
    display: block;
    height: 2px;
  background-color:#000;
}


@media (max-width: 768px) {
  .nine h2 span:after,.nine h2 span:before {
display: none;
}
.nine h2{
  font-size:28px;
  
}
.nine h2 span{
  display: grid;
    grid-template-columns:  1fr ;
}
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text], .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input, .iti--show-selected-dial-code input.iti__tel-input[type=text], .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-left: 52px !important;
}

.iti {
width: 100% !important;
}

.gallerie {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  justify-items: center;
  grid-gap: 10px; 
}
@media (max-width: 360px) {
  .gallerie {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}




  .gallerie .item {
  width: 100%;
  overflow: hidden;
  height: 320px;
  background: #000; }

  .gallerie img {
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s; 
  object-fit: cover;
}

  .gallerie img:hover {
  opacity: 1;
  transform: scale(1.03); 
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid rgba(255, 0, 1 , 1 ) ;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.legend,
a .legend{
  font-size: 12px !important;
  margin-bottom: 0;
  margin-block-start: 0;
    margin-block-end: 0;
    text-transform: uppercase;
}


.display-6 {
  line-height: 0.2;
}

p{
  margin-bottom: 0;
}

.modal-content {
  border: 0 solid var(--bs-modal-border-color);
  border-radius: 0;
}
.underline {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  border-bottom: 2px solid black;
}