* {
  color: #e1e4e4;
  font-family: 'Changa', sans-serif;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h2, h3 {
  font-weight: 600;
}

p {
  font-size: 20px;
}

a {
  color: #e1e4e4;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

img {
  border-radius: 40px;
}

.h2_titre {
  display: flex;
  font-size: 44px;
  margin-left: 8%;
  margin-right: 8%;
  justify-content: center;
  word-wrap: break-word!important;
  word-break: break-word!important;
}

#spantitre {
  font-size: 40px;
  display: flex;
  margin-top: -35px;
  margin-left: 2%;
}

header {
  color: #cccccc;
  background: #000000;
  position: fixed;
  width: 100%;
  z-index: 15;
}

@media (max-width: 768px) {
  .header {
    height: 8%!important;
  }
}

.blur-circle {
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 170, 255, 1.0) 0%, rgba(0, 170, 255, 0) 90%);
  filter: blur(80px);
  z-index: 1;
  border-radius: 50%;
}

.main-image {
  z-index: 5;
  border-radius: 20px;
  max-width: 100%;
  width: 300px;
  height: 300px;
  top: 30%;
}

.div1 {
  position: relative;
  display: inline-block;
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.div_presentation {
  background-image: url('../../assets/img/fond2.png');
  background-size: cover;
  background-position: center;
}

.container-fluid {
  background-image: url('../../assets/img/fond.png');
  background-size: cover;
  background-position: center;
}

.logo {
  width: 150px;
  transform: scale(1);
  border-radius: 0;
}

.img_logo {
  width: 70px;
  height: 70px;
}

/* @media (min-width: 1075px) {
  .burger {
    display: none;
  }
} */

a:hover {
  cursor: pointer;
}

@media (min-width: 1075px) {
  #nav-links {
    display: none;
  }
}

.section {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .main-image {
    margin-top: 100px;
  }
}

.hide {
  display: none !important;
}

@media (max-width: 1000px) {
  #imgContact {
    display: none;
  }
}

@media (max-width: 1000px) {
  .colContact1 {
    display: none;
    width: 0;
  }
}

@media (max-width: 1000px) {
  .colContact2 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .colContact3 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.menu_burger {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.menu_burger:hover {
  cursor: default;
}

.header {
  height: 10%;
}

.video {
  width: 100%;
}

@media (max-width: 765px) {
  .col_btn {
    columns: 12;
  }
}

@media (max-width: 1200px) {
  .col_img {
    margin-bottom: 15%;
  }
}

.div_img {
  width: 100%;
  height: auto;
  background-image: url("../../assets/img/entreprise.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 10%;
}

.hr_footer {
  border: solid 1px #2dd2ff;
  opacity: 100;
  border-radius: 20px;
}

.img_footer {
  width: 45px;
  margin-left: 3%;
  margin-top: 7%;
}

#img_footer_in {
  margin-left: 5%;
}

@media (max-width: 768px) {
  #img_footer_in {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  #div_img {
    margin-bottom: 5%;
  }
}

.img_footer_p {
  width: 46px;
  height: 46px;
  border-radius: 0;
}

@media (max-width: 576px) {
  .logo_header {
    margin-left: -5%;
  }
}

.col_obj {
  align-items: center;
  margin-left: 8%!important;
}

@media (max-width: 768px) {
  .col_obj {
    margin-left: 0!important;
  }
}

@media (max-width: 360px) {
  .h1 {
    font-size: 110px;
  }
}

@media (max-width: 360px) {
  .h2_titre {
    margin-top: 50%!important;
  }
}

@media (max-width: 360px) {
  .header {
    height: 14%!important;
  }
}

@media (max-width: 360px) {
  .burger {
    margin-top: -15%!important;
  }
}

.btn-reseau {
  width: 90%!important;
}

