@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* SASS VAR */
/* HTML REDESIGN */
* {
  font-family: "Roboto", sans-serif;
}

*:hover {
  transition: all ease-in-out 0.2s;
}

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

body {
  font-family: "Roboto", sans-serif !important;
  color: #000 !important;
  font-weight: 300;
}

a:hover, a:active, a:focus, a:focus-visible, .btn:hover, .btn:active, .btn:focus, .btn:focus-visible, .navbar-toggler:focus:hover, .navbar-toggler:focus:active, .navbar-toggler:focus:focus, .navbar-toggler:focus:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
  color: #0b7d70;
}

h1 {
  font-size: 2.8em;
  font-weight: 700;
}

h2 {
  font-size: 2.5em;
  font-weight: 700;
}

h3 {
  font-size: 1.5em;
  font-weight: 600;
}

h4 {
  font-size: 1.4em;
  font-weight: 200;
}

h5 {
  font-size: 1.2em;
  font-weight: 300;
}

h6 {
  font-size: 1em;
  font-weight: 200;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

p {
  line-height: 1.8;
}

/* ANTI BOOTSTRAP */
.text-justify {
  text-align: justify;
}

.bg-gradient {
  background-image: linear-gradient(90deg, rgb(195, 180, 137) 0%, rgb(158, 123, 19) 62%) !important;
}

.bg-gradient-light {
  background-image: linear-gradient(90deg, rgb(240, 247, 246) 0%, rgb(195, 252, 243) 62%) !important;
}

.bg-radio {
  background: linear-gradient(350deg, rgb(0, 99, 114) 48%, rgba(0, 0, 0, 0.33) 100%);
}

.bg-trans-primary {
  background-color: rgba(11, 125, 112, 0.9) !important;
}

.bg-primary, .btn-primary, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active, .btn-outline-primary:hover, .dropdown-item.active, .dropdown-item:active, #carouselRadios .carousel-indicators .active, .dropdown-item:hover {
  background-color: #0b7d70 !important;
}

.bg-secondary, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:active, .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .carousel-indicators .active, form button, #carouselPhotos .carousel-indicators .active {
  background-color: #26DBCA !important;
}

.bg-info-50, .link-message .forHover, .link-message.lu .forHover .auteur {
  background-color: rgba(239, 245, 250, 0.5) !important;
}

.bg-info-pur, .bg-info, .btn-info, .link-message:hover .forHover, .btn-outline-info:hover {
  background-color: #001F54 !important;
}

.bg-dark, .btn-dark, .btn-white:hover {
  background-color: #000 !important;
}

.bg-light, .btn-light .carousel-indicators div, .newsletter form input, .link-message, .dropdown-menu, .actions .list-group-item.active {
  background-color: #EFF5FA !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-gray {
  background-color: #f4f4f5 !important;
}

.bg-white, .btn-white, .border-stack::after, .searchbox form input, #carouselProjets .carousel-indicators .active {
  background-color: #fff !important;
}

.bg-white-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 17%);
}

h1 span, .text-primary, .btn-outline-primary, .btn-light, .link-primary, .link-dark:hover, .link-light:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link, .dropdown-menu li a, .btn-link {
  color: #0b7d70 !important;
}

.text-secondary, .link-secondary, .link-primary:hover, .mobile-link.active, .mobile-link:hover, .btn-outline-secondary .card-title {
  color: #26DBCA !important;
}

.text-dark, .link-dark, .link-secondary:hover, .nav-link {
  color: #000 !important;
}

.text-info, .text-info, .badge-outline-info, .nav-link.active, .nav-link:hover, .btn-outline-info {
  color: #001F54 !important;
}

.text-light, .btn-dark, .link-light {
  color: #EFF5FA !important;
}

.btn-primary, .btn-secondary, .bg-secondary, .bg-info, .btn-info, .btn-white:hover, .btn-outline-primary:hover, .btn-outline-primary, .btn-outline-secondary:hover, .bg-gradient, .link-white, .btn-breadcrumb .btn, .btn-outline-info:hover, .dropdown-item:hover, .dropdown-item.active, .bg-radio, .btn-light.over-btn i, .actions .list-group-item {
  color: #fff !important;
}

.border-primary, .btn-outline-primary, .btn-primary {
  border-color: #0b7d70 !important;
}

#myTab .nav-link.active, #myTab .nav-link:hover {
  border-top-color: #0b7d70;
  border-left-color: #0b7d70;
  border-right-color: #0b7d70;
}

.border-secondary, .btn-outline-secondary, .btn-secondary {
  border-color: #26DBCA !important;
}

.border-info, .btn-info, .btn-outline-info, .badge-outline-info {
  border-color: #001F54 !important;
}

.border-dark, .btn-outline-dark {
  border-color: #000 !important;
}

.border-light, .btn-outline-light, .list-group-item.active {
  border-color: #EFF5FA !important;
}

.over-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 1rem 0.3rem 0.3rem !important;
}

.over-btn i {
  padding: 0.5rem;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.btn-primary.over-btn i {
  background-color: #EFF5FA;
  color: #0b7d70;
}

.btn-secondary.over-btn i {
  background-color: #EFF5FA;
  color: #26DBCA;
}

.btn-light.over-btn i {
  background-color: #0b7d70;
}

.btn {
  border-radius: 100px;
  font-size: 1em !important;
  font-weight: 600;
  text-align: left;
}

.btn-icon {
  padding: 0.3rem 1rem 0.3rem 0.3rem !important;
}

.call .btn-icon {
  padding: 0rem 1rem 0rem 0.3rem !important;
}

.btn-primary:hover, .btn-secondary:hover, form button:hover, .btn-info:hover {
  filter: brightness(90%);
}

.btn-primary, .btn-secondary, .btn-dark, .btn-light, .btn-white, .btn-black, .btn-danger, .btn-success, select, input, textarea {
  outline: 0 !important;
  box-shadow: none !important;
}

.carousel .carousel-indicators [data-bs-target] {
  height: 0.4rem;
  width: 0.4rem !important;
  border-radius: 50px !important;
  padding: 0.1rem;
  border-top: 0px !important;
  border-bottom: 0px !important;
  margin-bottom: 0.4rem;
}

form input, form textarea, form select {
  padding: 9px 20px !important;
  border-radius: 2rem !important;
}

.rounded-6 {
  border-radius: 4em !important;
  overflow: hidden !important;
}
.rounded-6 .rounded-6 {
  border-radius: 3.6em !important;
}

.badge-outline-info {
  border: solid 1px;
}

.navbar-light .navbar-toggler, form input, form textarea, form select, .dropdown-menu {
  border: none !important;
}

.nav-item {
  margin: 0 0.2em;
}

.nav-link {
  font-size: 1em !important;
  font-weight: 500;
}

.dropdown-item {
  font-size: 0.8em !important;
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
}

.dropdown-menu li {
  padding: 0.4rem !important;
}
.dropdown-menu li a {
  border-radius: 4px;
}

.form-check-input:focus, .accordion-button:focus {
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.f-em-1 {
  font-size: 2.8em !important;
}

.f-em-2 {
  font-size: 2em !important;
}

.f-em-3 {
  font-size: 1.5em !important;
}

.f-em-4 {
  font-size: 1.2em !important;
}

.f-em-5 {
  font-size: 1em;
}

.f-em-6 {
  font-size: 0.9em;
}

.f-em-7 {
  font-size: 0.9em;
}

.my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.w-60 {
  width: 60% !important;
}

.display-0 {
  font-size: 7rem;
}

.list-group {
  --bs-list-group-bg: #ffffff30 !important;
}

/* SOCIAL ICONE COLOR */
a:hover i.fa-facebook-square, a:hover i.fa-facebook, .list-group-item a i.fa-facebook, a:hover i.fa-facebook-f, a:hover i.fa-facebook-official {
  color: #4267B2 !important;
}

a:hover i.fa-linkedin, a:hover i.fa-linkedin-square, .list-group-item a i.fa-linkedin, a:hover i.fa-linkedin-in {
  color: #007bb6 !important;
}

a:hover i.fa-youtube, a:hover i.fa-square-youtube, a i.fa-square-youtube, a:hover i.fa-youtube-play, a:hover i.fa-youtube-square, a:hover i.fa-envelope-square, a:hover i.fa-envelope, a:hover i.fa-envelope-o {
  color: #bb0000 !important;
}

a:hover i.fa-instagram, a:hover i.fa-square-instagram, a i.fa-square-instagram {
  color: #FE295B !important;
}

a:hover i.fa-twitter, a:hover i.fa-square-x-twitter, a i.fa-square-x-twitter, a:hover i.fa-twitter-square {
  color: #000 !important;
}

a:hover i.fa-whatsapp, a:hover i.fa-square-whatsapp:hover, a i.fa-square-whatsapp {
  color: #4FCE5D !important;
}

a:hover i.fa-tiktok {
  color: #000 !important;
}

.facebook, .facebook-contact {
  background-color: #4267B2;
  border: #fff 2px solid;
  color: #fff;
}

.facebook:hover {
  border: #4267B2 2px solid;
  color: #4267B2 !important;
  background: #fff;
}

a.facebook:hover i.fa-facebook {
  color: #4267B2 !important;
}

.twitter {
  background-color: #000;
  border: #fff 2px solid;
  color: #fff;
}

.twitter:hover {
  border: #000 2px solid;
  color: #000 !important;
  background: #fff;
}

a.twitter:hover i.fa-twitter {
  color: #000 !important;
}

.youtube {
  background-color: #bb0000;
  border: #fff 2px solid;
  color: #fff;
}

.youtube:hover {
  border: #bb0000 2px solid;
  color: #bb0000 !important;
  background: #fff;
}

a.youtube:hover i.fa-youtube {
  color: #bb0000 !important;
}

.tiktok {
  background-color: #000;
  border: #fff 2px solid;
  color: #fff;
}

.tiktok:hover {
  border: #000 2px solid;
  color: #000 !important;
  background: #fff;
}

a.tiktok:hover i.fa-tiktok {
  color: #000 !important;
}

.instagram {
  background-color: #FE295B;
  border: #fff 2px solid;
  color: #fff;
}

.instagram:hover {
  border: #FE295B 2px solid;
  color: #FE295B !important;
  background: #fff;
}

a.instagram:hover i.fa-instagram {
  color: #FE295B !important;
}

.whatsapp {
  background-color: #4FCE5D;
  border: #fff 2px solid;
  color: #fff;
}

.whatsapp:hover {
  border: #4FCE5D 2px solid;
  color: #4FCE5D !important;
  background: #fff;
}

a.whatsapp:hover i.fa-whatsapp {
  color: #4FCE5D !important;
}

.linkedin {
  background-color: #007bb6;
  color: #fff !important;
  border: #fff 2px solid;
}

.linkedin:hover {
  border: #007bb6 2px solid;
  color: #007bb6 !important;
  background: #fff;
}

a.linkedin:hover i.fa-linkedin {
  color: #007bb6 !important;
}

.print {
  background-color: #EFF5FA;
  border: #fff 2px solid;
  color: #000;
}

.print:hover {
  border: #000 2px solid;
  color: #000 !important;
  background: #fff;
}

a.print:hover i.fa-print {
  color: #000 !important;
}

.envelope, .envelope-contact {
  background-color: #c00;
  border: #fff 2px solid;
  color: #fff;
}

.envelope:hover {
  border: #c00 2px solid;
  color: #c00 !important;
  background: #fff;
}

a.envelope:hover i.fa-envelope {
  color: #c00 !important;
}

.list-group span {
  width: 25px;
  height: 25px;
}

.reseaux .facebook, .reseaux .twitter, .reseaux .instagram, .reseaux .whatsapp, .reseaux .linkedin, .reseaux .envelope, .reseaux .youtube, .reseaux .tiktok {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

.social .nav-item .rounded-circle {
  width: 40px;
  height: 40px;
}

.box {
  width: 60vmin;
  height: 60vmin;
  position: relative;
}

.spin-container {
  width: 100%;
  height: 100%;
  animation: spin 12s ease-in-out infinite alternate;
  position: relative;
}

.shape {
  width: 100%;
  height: 100%;
  transition: border-radius 1s ease-out;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;
  position: absolute;
  overflow: hidden;
  z-index: 5;
}

.bd {
  width: 142%;
  height: 142%;
  position: absolute;
  left: -21%;
  top: -21%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  color: #003;
  font-size: 5vw;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  animation: spin 12s ease-in-out infinite alternate-reverse;
  opacity: 1;
  z-index: 2;
}

.p-special {
  padding: 30px 30px 30px 85px;
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/60% 30% 70% 40%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.over-form {
  border-radius: 2rem 0 0 2rem !important;
}

.text-overlay {
  bottom: 0;
  left: 0;
  right: 0;
}
.text-overlay p {
  margin-bottom: 0;
}

.value-container > div {
  position: relative;
  z-index: 2;
}

.value-container::before {
  content: "";
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.post-section {
  margin-top: -20%;
}

.breadcrumb > div {
  position: relative;
  z-index: 2;
}

.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 2rem 2rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.p-h {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .for-bg {
    min-height: 300px;
  }
  .for-h {
    min-height: 170px;
  }
  .for-web {
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .icon {
    top: -1%;
    left: -1%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px !important;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 13px !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .p-h {
    margin-top: 80px;
  }
}