body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

.row {
  margin: 0px !important;
}

.active{
  color: var(--second-color) !important;
}

.back_to_top {
  position: fixed;
  height: 5vh;
  width: 5vh;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--second-color);
  right: 2%;
  bottom: 5%;
  opacity: 0;
  cursor: pointer;
  z-index: 999999999;
}

.back_to_top i {
  color: white;
  font-size: 2vh;
}

.logo {
  height: 75px;
  width: auto;
  transform: translateX(-50%);
  object-fit: cover;
}

.navbar2 .icon {
  display: none;
}

.navbar2 .reseau {
  background-color: var(--second-color);
  display: flex;
  height: 45.5px;
  padding-left: 12vh;
  --bs-gutter-x: 0rem;
  padding-right: 12vh;
  align-content: center;
  margin: 0px;
}

.nav-mobile {
  display: none;
  transition: transform 5s ease-in-out;
}

.open {
  transition: transform 5s ease-in-out;
}

.navbar2 .reseau span {
  display: none;
}

.navbar2 .direction {
  background-color: rgba(189, 189, 189, 0);
  padding-left: 12vh;
  padding-right: 12vh;
  z-index: 1000;
}

.navbar2 .direction a{
  position: relative;
  z-index: 99999;
}

#direction {
  position: fixed;
  width: 100%;
  height: 100px;
  margin: 0px;
  top: 45.5px;
  z-index: 1000000;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  background-color: white;
  --bs-gutter-x: 0rem;
}

.navbar2 .direction .col-md-8 {
  display: flex;
  align-items: center;
  padding: 0px;
}

.navbar2 .direction .col-md-8:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar2 .direction .col-md-4 {
  display: flex;
  align-items: center;
  padding: 0px;
}

.navbar2 .direction .col-md-4 a {
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  border-right: 1px solid #c5cace !important;
  align-items: center;
}

.navbar2 .direction .col-md-4:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar2 .direction .col-md-6 p {
  color: rgb(0, 0, 0);
  margin-bottom: 0px;
  padding: 20px 10px;
  font-size: 17px;
}

.navbar2 .direction .col-md-4 p:last-child {
  padding-left: 0px;
}

.navbar2 .reseau .col-md-7 {
  display: flex;
  align-items: center;
}

.navbar2 .reseau .col-md-5 {
  display: flex;
  align-items: center;
}

.navbar2 .reseau .col-md-5:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar2 .reseau .col-md-7 p {
  color: white;
  margin-bottom: 0px;
  padding: 13px 10px;
  font-weight: 400;
  font-size: 15px;
}

.navbar2 .reseau .col-md-7 p:last-child {
  padding-left: 0px;
}

.navbar2 .reseau .col-md-5 ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.navbar2 .reseau .col-md-5 ul li {
  color: white;
  padding: 0px 10px;
  transition: 0.2s;
}

.navbar2 .reseau .col-md-5 ul li i:hover {
  scale: 1.2;
  transition: 0.2s;
}

.navbar2 .reseau .col-md-5 ul li i {
  margin-right: 5px;
  font-size: 17px;
}

.navbar2 .reseau .col-md-5 ul li a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: 400;
}

.navbar2 .reseau .col-md-5 ul li:last-child {
  padding-right: 0px;
}

.navbar2 .direction .col-md-8 ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.navbar2 .direction .col-md-8 ul li {
  color: white;
  padding: 10px 13px;
}

.navbar2 .direction .col-md-8 ul li:last-child {
  padding-right: 0px;
}

.navbar2 .direction .col-md-8 ul li a {
  text-decoration: none;
  color: black;
  font-size: 17px;
  font-weight: 400;
}

.navbar2 .direction .col-md-8 ul li a:hover {
  border-bottom: 1px solid black;
}

.navbar2 .reseau .col-md-8 ul li a i {
  color: white;
  font-size: 17px;
}


.page-header{
  margin-top: 100px;
  padding: 0px !important;
}
.breadcrumb{
  background-color: transparent !important;
}

.companyName{
  color: var(--second-color) !important;
}

.galerie_pin {
  width: 100%;
}

.galerie_pin > div {
  column-count: 4;
  column-gap: 5px;
}

.galerie_pin > div > div {
  margin-bottom: 5px;
}

.galerie_pin .images {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

.galerie_pin .images img {
  width: 100%;
  box-shadow: 0px 0px 5px 0px #5a5a5a;
  margin: 0 !important;
  padding: 0 !important;
}

.galerie_pin .images .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.galerie_pin .images:hover .overlay-image {
  opacity: 1;
}

.titre {
  display: block;
  margin: 10px 0;
  text-transform: capitalize;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.overlay-image p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin:0 20px;
}

@keyframes nav {
  0% {
    opacity: 0;
    transform: rotateX(-100deg);
    transform-origin: top;
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }
}

@keyframes nav-inverse {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }

  100% {
    opacity: 0;
    transform: rotateX(-100deg);
    transform-origin: top;
  }
}

@media screen and (min-width: 1900px) {
  #direction {
    height: 110px;
  }
  .slideraccueil {
    height: 40vw !important;
  }

  .slideraccueil .contenue {
    height: 40vw !important;
  }
}
@media screen and (max-width: 992px) {
  .navbar2 .reseau {
    justify-content: center;
  }
  .navbar2 .reseau .col-md-7 {
    display: none !important;
  }
  .navbar2 .reseau .col-md-5:last-child {
    display: none;
  }

  #direction {
    margin: initial;
  }
  .navbar2 .logo {
    height: 80px;
    width: auto;
    margin-left: 20px;
  }

  .navbar2 .direction .col-md-8 ul li {
    display: none;
  }

  .navbar2 .direction .col-md-8:last-child {
    width: 100%;
  }

  .navbar2 .reseau a {
    text-decoration: none;
    color: white;
    font-size: 15px;
  }

  .navbar2 .icon {
    display: block;
    top: 10px;
    font-size: 30px;
    color: black;
    height: auto;
    right: 15px;
    border: none;
    background-color: #ffffff00;
  }

  .navbar2 .icon:focus {
    outline: none;
  }

  .navbar2 .direction .col-md-4 {
    display: flex;
    align-items: center;
    padding: 0px;
    width: 0%;
  }

  .navbar2 .reseau .col-md-5 p {
    display: none;
  }

  .navbar2 .reseau .col-md-5 ul {
    display: none;
  }

  .navbar2 .reseau span {
    display: block;
    color: white;
    text-align: center;
    font-size: 1em;
    padding: 10px;
  }

  .navbar2 .direction .col-md-6 ul li {
    display: none;
  }

  .navbar2.responsive .nav-mobile {
    height: auto;
    transition: max-height 0.3s ease-in-out;
    background-color: white;
    padding: 22px;
    padding-top: 120px;
    z-index: 9999;
    align-items: center;
    display: block;
    position: fixed;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
  }

  .navbar2.responsive .nav-mobile ul {
    list-style: none;
    margin: 0px;
    padding: 0px 14vw;
  }

  .navbar2.responsive .nav-mobile ul li {
    border-bottom: 0.2px solid #b7b5b5;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar2.responsive .nav-mobile ul li:last-child {
    border-bottom: 0px solid #b7b5b5;
  }

  .navbar2.responsive .nav-mobile ul li a {
    text-decoration: none;
    color: black;
    width: 60vw;
    display: block;
    padding: 10px 0px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .galerie_pin > div {
      column-count: 2;
  }

  #direction {
    height: 85px;
  }
  .navbar2 .logo {
    height: 70px;
    margin-left: 60px;
  }

  .navbar2 .direction {
    padding: 0vh 3vh;
  }

  .navbar2 .direction .col-md-8 ul li {
    display: none;
  }

  .navbar2 .reseau {
    padding-left: 0vh;
    justify-content: center;
    padding-right: 0vh;
  }

  .navbar2 .reseau a {
    text-decoration: none;
    color: white;
    font-size: 13px;
  }
}

.number {
  padding: 40px 0px;
  background-color: #f9fafb;
}

.number .row {
  display: flex;
  --bs-gutter-x: 0rem;
  justify-content: center;
  padding: 30px 0px;
}

.number .personne {
  width: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.number .personne h2 {
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.number .personne p {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  color: #3d3d3d;
}

.number .personne i {
  font-size: 25px;
  background-color: var(--second-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .number .personne p {
    margin-top: 4px;
    font-size: 17px;
    text-align: center;
    width: 80%;
  }

  .number {
    padding-bottom: 0px;
  }

  .number .personne h2 {
    text-align: center;
    font-size: 22px;
  }

  .number .personne {
    width: 55vh;
    justify-content: center;
    align-items: center;
  }

  .number .row {
    display: flex;
    --bs-gutter-x: 0rem;
    justify-content: center;
    padding: 30px 0px;
    align-items: center;
  }
}

.right_txt_left_img {
  height: auto;
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  background-color: #f9fafb;
}

.right_txt_left_img .row .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
}

.right_txt_left_img .row {
  --bs-gutter-x: 0rem;
}

.right_txt_left_img .row .text h2 {
  font-size: 35px;
  width: 75%;
  padding: 10px 0px;
  font-weight: 700;
}

.right_txt_left_img .row .text p {
  font-size: 18px;
  width: 75%;
  padding: 10px 0px;
  font-weight: 400;
  color: #3d3d3d;
  margin-bottom: 0px;
}

.right_txt_left_img .row .image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
}

.right_txt_left_img .row .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.right_txt_left_img ul li {
  list-style: none;
  margin: 10px 0px;
  color: #3d3d3d;
}

.right_txt_left_img ul li i {
  color: var(--second-color);
  margin-right: 5px;
}

.right_txt_left_img ul {
  padding: 0px;
  width: 75%;
}

.right_txt_left_img a {
  padding: 9px 24px;
  background-color: var(--second-color);
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.right_txt_left_img a:hover {
  border-radius: 7px;
  transition: 0.3s;
  color: white;
}

@media (max-width: 992px) {
  .right_txt_left_img .row .text {
    padding-left: 0px;
    align-items: center;
    padding-right: 0px;
  }

  .right_txt_left_img .row .text p {
    font-size: 17px;
    width: 75%;
    text-align: left;
    padding: 5px 0px;
  }

  .right_txt_left_img ul li {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .right_txt_right_img {
    padding: 15px 0px;
  }

  .right_txt_left_img .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .right_txt_left_img .row .text {
    padding-left: 0px;
    align-items: center;
    padding-right: 0px;
  }

  .right_txt_left_img .row .text h2 {
    font-size: 35px;
    width: 75%;
    text-align: left;
    padding: 5px 0px;
    margin-bottom: 0px;
  }

  .right_txt_left_img .row .text p {
    font-size: 17px;
    width: 75%;
    margin: 10px 0px;
    text-align: left;
    padding: 5px 0px;
  }

  .right_txt_left_img .row .image img {
    width: 90%;
  }

  .right_txt_left_img .row .image {
    justify-content: center;
    align-items: center;
  }

  .right_txt_left_img ul li {
    font-size: 17px;
  }
}

.presentation {
  width: 100%;
  padding: 40px 20px;
  margin: 50px 0px;
}

.presentation h2 {
  font-size: 35px;
  padding: 10px 0px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.presentation .col-md-3 {
  width: 350px;
  height: auto;
  background-color: #f9fafb;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2px;
  margin: 1% 1%;
  display: flex;
  flex-direction: column;
  padding: 0px;
  align-items: flex-start;
}

.presentation .col-md-3 img {
  height: 250px;
  object-fit: cover;
  width: -webkit-fill-available;
}

.presentation .col-md-3 h3 {
  font-size: 25px;
  color: black;
  margin-left: 20px;
  font-weight: 700;
  padding-top: 20px;
  text-align: left;
  width: 90%;
}

.presentation .col-md-3 p {
  color: black;
  margin-left: 20px;
  text-align: left;
  width: 90%;
  color: #3d3d3d;
}

.presentation .col-md-3 a {
  color: var(--second-color);
  text-decoration: none;
  margin-left: 20px;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 20px;
  transition: 0.2s;
}

.presentation .col-md-3 a:hover {
  scale: 1.05;
  transition: 0.2s;
}

.presentation .col-md-3 a i {
  margin-left: 5px;
}

.presentation .row {
  --bs-gutter-x: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto !important;
}

@media screen and (max-width: 819px) {
  .presentation .col-md-3:last-child {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .presentation {
    width: 90%;
    padding: 40px 10px;
    padding-bottom: 0px;
    margin: -25px auto;
  }

  .presentation .col-md-3 {
    margin-bottom: 35px;
  }
}

.left_txt_right_img {
  height: auto;
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  background-color: #f9fafb;
}

.left_txt_right_img .row .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
}

.left_txt_right_img .row {
  --bs-gutter-x: 0rem;
}

.left_txt_right_img .row .text h2 {
  font-size: 35px;
  width: 75%;
  padding: 10px 0px;
  font-weight: 700;
}

.left_txt_right_img .row .text p {
  font-size: 18px;
  width: 75%;
  padding: 10px 0px;
  font-weight: 400;
  color: #3d3d3d;
}

.left_txt_right_img .row .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}

.left_txt_right_img .row .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.left_txt_right_img ul li {
  list-style: none;
  margin: 10px 0px;
  font-size: 18px;
  color: #3d3d3d;
}

.left_txt_right_img ul li i {
  color: var(--second-color);
  margin-right: 5px;
}

.left_txt_right_img ul {
  padding: 0px;
  width: 75%;
}

#ul-about li {
  list-style: inside;
  margin-bottom: 15px;
}

.left_txt_right_img a {
  padding: 9px 24px;
  background-color: var(--second-color);
  color: white;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 55px;
}

.left_txt_right_img a:hover {
  border-radius: 7px;
  transition: 0.3s;
  color: white;
}

@media (max-width: 992px) {
  .left_txt_right_img .row .text {
    padding-left: 0px;
    align-items: center;
    padding-right: 0px;
  }

  .left_txt_right_img .row .text p {
    font-size: 17px;
    width: 75%;
    text-align: left;
    padding: 5px 0px;
  }

  .left_txt_right_img ul li {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .left_txt_right_img {
    padding: 15px 0px;
    margin-bottom: 0px;
  }

  .left_txt_right_img .row .text {
    padding-left: 0px;
    align-items: center;
    padding-right: 0px;
  }

  .left_txt_right_img .row .text h2 {
    font-size: 35px;
    width: 75%;
    text-align: left;
    padding: 5px 0px;
    margin-bottom: 0px;
  }

  .left_txt_right_img .row .text p {
    font-size: 17px;
    width: 75%;
    margin: 10px 0px;
    text-align: left;
    padding: 5px 0px;
  }

  .left_txt_right_img .row .image img {
    width: 90%;
  }
  .left_txt_right_img ul li {
    font-size: 17px;
  }
}

.map_contact {
  height: auto;
  background-color: rgb(246, 247, 248);
}

.map_contact .row {
  --bs-gutter-x: 0rem;
}

.map_contact .form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.map_contact .map {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
}

.map_contact .map iframe {
  width: 100%;
  border: 0;
}

.map_contact .form .formulaire {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 35px;
}

.map_contact .form .formulaire h3 {
  color: black;
  font-size: 30px;
  text-align: left;
  font-weight: 700;
}

.map_contact .form .formulaire input {
  color: black;
  padding: 12px 13px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.map_contact .form .formulaire input:focus {
  outline: none;
}

.map_contact .form .formulaire textarea:focus {
  outline: none;
}

.map_contact .form .formulaire textarea {
  color: black;
  padding: 12px 13px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.map_contact .form .formulaire button {
  color: white;
  padding: 15px 10px;
  background-color: var(--second-color);
  border: 0px;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
  transition: 0.3s ease;
}

.map_contact .form .formulaire button:hover {
  scale: 1.02;
  transition: 0.3s ease;
}

@media screen and (max-width: 992px) {
  .map_contact .form .formulaire {
    width: 90%;
    padding: 14px;
  }

  .map_contact .form .formulaire textarea {
    height: 100px;
  }

  .map_contact .form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .text-img{
      flex-direction: column-reverse;
  }
  .text-img img{
      position: relative !important;
  }
    
  .map_contact .map {
    padding-right: 0px;
    /* height: 227px; */
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .map_contact {
    padding-top: 0px;
  }

  .map_contact .map iframe {
    width: 100%;
  }

  .map_contact .form {
    display: flex;
    justify-content: center;
    padding: 0px;
  }

  .map_contact .form h3 {
    margin-bottom: 30px;
  }

  .map_contact .form .formulaire {
    width: 95%;
  }

  .map_contact .form .formulaire input {
    padding: 12px 14px;
    font-size: 17px;
  }

  .map_contact .form .formulaire textarea {
    padding: 12px 14px;
    font-size: 17px;
  }

  .map_contact .form .formulaire button {
    padding: 13px 15px;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

 .google_avis1 {
  padding: 43px 0px;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
}

.google_avis1 .write {
  width: 100%;
}

.google_avis1 .write h2 {
  font-size: 35px;
  width: 75%;
  padding: 10px 0px;
  font-weight: 700;
}

.google_avis1 .write i {
  color: rgb(255, 180, 31);
  font-size: 20px;
}

.google_avis1 .write span {
  display: flex;
}

.google_avis1 .write p {
  margin-left: 10px;
}

.google_avis1 .write .col-md-4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.google_avis1 .write .col-md-4 a {
  padding: 10px 20px;
  background-color: var(--second-color);
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.google_avis1 .write .col-md-4 a:hover {
  scale: 1.05;
  transition: 0.3s;
}

.google_avis1 .slide:first-child {
  margin-left: 0px;
}

.google_avis1 .slide {
  height: min-content;
  margin: 0px 10px;
  width: 90% !important;
  background-color: white;
  border: 1px solid gray;
  text-align: center;
  padding: 15px;
  border-radius: 11px;
}

.google_avis1 .slide .nom {
  font-weight: 700;
  margin-bottom: 5px;
}

.google_avis1 .slide .date {
  color: #3d3d3d;
  margin-bottom: 8px;
}

.google_avis1 .slide img {
  border-radius: 50%;
  /* margin-bottom: 10px; */
  margin: 0 auto 10px auto;
}

.google_avis1 .slide i {
  color: rgb(248, 181, 68);
}

.google_avis1 .slide .commentaire {
  text-align: center;
  max-height: 139px;
  overflow-y: auto;
}

#slider-container {
  /* position: relative; */
  overflow: hidden;
  padding: 40px 12px;
}

#slider-container #slider {
  display: flex;
  height: 100%;
  transition: all 0.5s;
}

#slider-container #slider .slide span {
  color: white;
  font-size: 150px;
}

@media screen and (max-width: 992px) {
  .google_avis1 .write span {
    justify-content: center;
  }
  .google_avis1 .slide {
    height: 275px;
    width: 258px;
  }
  .google_avis1 .write .col-md-4 {
    display: flex;
    justify-content: center;

    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #slider-container {
    width: 100%;
    padding: 12px;
  }

  .google_avis1 .slide .nom {
    margin-bottom: 3px;
  }

  .google_avis1 h1 {
    width: 100%;
  }

  .google_avis1 .slide {
    margin-top: 30px;
    padding: 7px;
    width: 61vw;
    height: min-content !important;
    padding-bottom: 30px;
  }

  .google_avis1 .slide .commentaire {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .google_avis1 .slide i {
    font-size: 13px;
  }

  .google_avis1 .slide .date {
    font-size: 12px;
  }

  .google_avis1 .write .col-md-4 {
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
  }
  .google_avis1 .write h2 {
    text-align: center;
    width: 100%;
  }

  .google_avis1 .write .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.mention-legals {
  padding: 50px 100px;
  margin-top: 100px;
}

#retour {
  padding: 10px 20px;
  background-color: var(--second-color);
  color: white;
  text-decoration: none;
  margin-top: 30px;
  transition: 0.2s;
}

.mention-legals a:hover {
  scale: 1.05;
  transition: 0.2s;
}

.mention-legals h1 {
  margin-bottom: 40px;
}

.mention-legals h2 {
  margin-top: 40px;
  font-size: 2vw;
}

.mention-legals p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mention-legals h2 {
    font-size: 6vw;
  }
  .mention-legals h1 {
    font-size: 8vw;
  }
  .mention-legals {
    padding: 50px 50px;
  }
  .mention-legals p {
    font-size: 4vw;
  }
}

.acceuil3 {
  position: relative;
  background-image: url(../img/hautPage.jpeg);
  height: 400px;
  margin-top: 90px;
  background-position: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.acceuil3 span a {
  color: white;
  text-decoration: none;
  position: relative;
  width: 90%;
  margin: 0px auto;
}

.acceuil3 span a:hover {
  text-decoration: underline;
}

.acceuil3 p {
  color: white;
  position: relative;
  width: 90%;
  margin: 0px auto;
  line-height: 28px;
}

.acceuil3 span {
  color: white;
  position: relative;
  width: 90%;
  margin: 0px auto;
  font-size: 18px;
}

.acceuil3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.acceuil3 h1 {
  color: white;
  font-weight: 700;
  position: relative;
  width: 90%;
  /* margin: 20px auto; */
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .acceuil3 {
    height: auto;
    padding: 50px 0px;
    margin-top: 85px;
  }
  .acceuil3 h1 {
    font-size: 35px;
  }
}

/* Page Galerie */

.realisation2 {
  padding: 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.realisation2 h1 {
  text-align: center;
  padding: 30px 0px;
  margin-top: 100px;
}

.realisation2 .projet_img {
  width: 95vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  --bs-gutter-x: 0rem !important;
}

.realisation2 .projet_img .col-md-3 {
  height: 300px;
  background-color: white;
  margin: 5px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.realisation2 .projet_img .col-md-3 img {
  height: 300px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.5s;
  object-fit: cover;
  background-position: center;
}

.realisation2 .projet_img .col-md-3 .image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 65%;
  background-color: white;
  color: black;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.realisation2 .projet_img .col-md-3 .image-text h2 {
  color: black;
  margin-bottom: 3px;
  font-size: 18px;
}

.realisation2 .projet_img .col-md-3 .image-text p {
  color: #bbbbbb;
  margin-bottom: 0px;
}

.realisation2 .projet_img .col-md-3:hover img {
  transform: translate(-50%, -50%) translateY(-35%);
  transition: ease 0.5s;
}

.realisation2 .projet_img .col-md-3:hover .image-text {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .realisation2 .projet_img .col-md-3 {
    width: 90%;
    height: 166px;
  }
  .realisation2 .projet_img .col-md-3 img {
    height: 166px;
  }
}

.footer3 {
  height: auto;
  width: 100vw;
  margin-top: 40px;
}

.footer3 .row {
  display: flex;
  justify-content: space-evenly;
  --bs-gutter-x: 0rem;
}

.footer3 .row .col-md-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: left;
  border-bottom: 0px !important;
  padding: 20px 0px;
  padding-left: 80px;
}

.footer3 .row .col-md-3 h3 {
  color: white;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer3 .row .col-md-3 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer3 .row .col-md-3 ul li {
  margin-top: 3px;
}

.footer3 .row .col-md-3 ul li a {
  color: #adadad;
  text-decoration: none;
  font-size: 14px;
  padding-right: 3px !important;
  /* padding: 17px 0px; */
}

.footer3 .row .col-md-3 ul li a:hover {
  text-decoration: underline;
}

.footer3 .row .col-md-3:last-child {
  display: flex;
  justify-content: flex-start;
}

.footer3 .row span {
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}

.footer3 .row span a {
  color: white !important;
}

#reseauLinkFooter a {
  margin-right: 20px;
  font-size: 25px;
}

#reseauLinkFooter {
  margin-top: 20px;
}

.footer3 .row:first-child {
  background-color: rgb(32, 33, 36);
  padding: 43px 0px;
}

.footer3 .row:last-child {
  background-color: rgb(42, 43, 47);
  height: auto;
}

@media screen and (max-width: 992px) {
  .footer3 .row .col-md-3 {
    border-right: 0px solid gray;
    border-bottom: 0.5px solid gray;
    padding: 0px;
    width: 30%;
  }

  .footer3 .row {
    display: flex;
    --bs-gutter-x: 0rem;
    justify-content: flex-end;
  }

  .footer3 .row .col-md-3:last-child {
    border-right: 0px solid gray;
    border-bottom: 0px solid gray;
  }

  .footer3 .row .col-md-3 ul li a {
    font-size: 14px;
  }

  .footer3 .row .col-md-3 h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer3 {
    padding-top: 0px;
  }

  .footer3 .row .col-md-3 {
    border-right: 0px solid gray;
    border-bottom: 0.5px solid gray;
    width: 80%;
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .footer3 .row .col-md-3:last-child {
    border-right: 0px solid gray;
    border-bottom: 0px solid gray;
  }

  .footer3 .row .col-md-3 ul li a {
    font-size: 14px;
  }

  .footer3 .row .col-md-3 h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .footer3 .row span {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}

.services {
  width: 100%;
  padding: 40px 20px;
  margin: 50px 0px;
}

.services .col-md-3 {
  width: 50%;
  height: auto;
  background-color: #f9fafb;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2px;
  min-width: 450px;
  padding: 0px;
  margin: 1% 1%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.services .col-md-3 img {
  height: 237px;
  object-fit: cover;
  width: -webkit-fill-available;
}

.services .col-md-3 h2 {
  font-size: 25px;
  color: black;
  margin-left: 20px;
  margin-bottom: 12px;
  font-weight: 700;
  padding-top: 20px;
  text-align: left;
  width: 80%;
}

.services .col-md-3 p {
  color: black;
  margin-left: 20px;
  text-align: left;
  color: #3d3d3d;
}

.services .col-md-3 a {
  background-color: var(--second-color);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 14px;
  transition: 0.2s;
}

.services .col-md-3 a:hover {
  scale: 1.05;
  transition: 0.2s;
}

.services .col-md-3 a i {
  margin-left: 5px;
}

.services .row {
  --bs-gutter-x: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 1200px;
  margin: auto !important;
}

.services ul {
  margin-top: 10px;
  margin-bottom: 30px;
}

.services ul li {
  color: #3d3d3d;
  list-style: outside;
  margin: 2px 0px;
}

@media screen and (max-width: 819px) {
  .services .col-md-3:last-child {
    margin-top: 30px;
  }

  .services .col-md-3 {
    width: 95%;
    min-width: auto;
    margin-bottom: 30px;
  }
}

/* slider */

.slideraccueil {
  margin-top: 100px;
  height: 50vw;
  position: relative;
  overflow: hidden;
}

.slideraccueil .contenue {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  height: 50vw;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.slideraccueil h1 {
  color: white;
  font-size: 65px;
  width: 60%;
  text-align: center;
  font-weight: 700;
  min-width: 300px;
}

.slideraccueil p {
  color: white;
  width: 60%;
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 45px;
}

.slideraccueil a {
  color: white;
  background-color: var(--second-color);
  font-size: 23px;
  text-decoration: none;
  padding: 9px 30px;
  font-weight: 500;
  transition: 0.3s ease;
  border-radius: 5px;
  border: 1px solid white;
}

.slideraccueil a:hover {
  color: var(--second-color);
  transform: scale(1.05);
  transition: 0.3s ease;
}

.image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideraccueil img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -9;
}

#image-slider {
  display: flex !important;
  height: 85vh;
  background-position: center !important;
  background-size: cover !important;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .slideraccueil {
    height: 184vw;
  }

  .slideraccueil .contenue {
    height: 150vw;
  }
  .slideraccueil h1 {
    font-size: 30px;
    width: 80%;
  }
  #image-slider {
    height: 184vw;
  }
  .slideraccueil {
    margin-top: 75px;
  }
  .slideraccueil p {
    font-size: 17px;
    width: 80%;
    margin-bottom: 20px;
  }

  .slideraccueil a {
    font-size: 20px;
  }
  .slick-slider {
    height: auto;
  }
}

/*blog*/
.blog {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  margin: 50px 0px;
  overflow-x: hidden;
}

.blog .time_date {
  font-weight: 400;
  width: 90%;
  margin: 25px auto 15px;
  display: flex;
  justify-content: space-between;
  color: rgb(111, 110, 110);
  align-items: center;
}

.blog .time_date span i {
  margin-right: 5px;
}

.blog .time_date span {
  text-align: left;
}

.blog a {
  border: none;
  width: 40%;
  text-decoration: none;
  background-color: #ffffff00;
  max-width: 600px;
  margin: 20px;
  min-width: 350px;
}

.blog a:hover img {
  transform: scale(1.1);
  transition: 0.3s ease;
}

.blog a:hover h3 {
  color: var(--second-color);
  transition: 0.3s ease;
  text-decoration: underline;
}

.blog a:hover span {
  text-decoration: none !important;
}

a:hover {
  color: none !important;
  text-decoration: none !important;
}

.blog .col-md-5 {
  width: 100%;
  height: auto;
  background-color: #f9fafb;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2px;
  margin: 1% 1%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  min-width: -webkit-fill-available;
  padding: 0px;
}

.blog .col-md-5 img {
  height: 240px;
  object-fit: cover;
  width: -webkit-fill-available;
  transition: 0.3s ease;
}

.blog .col-md-5 h2 {
  font-size: 25px;
  color: black;
  width: 90%;
  font-weight: 700;
  margin: auto;
  margin-top: 5px;
  text-align: left;
}

.blog .col-md-5 p {
  color: black;
  margin: 10px auto 25px;
  width: 90%;
  text-align: left;
  color: rgb(111, 110, 110);
}

.blog .row {
  --bs-gutter-x: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 1500px;
  margin: auto;
}

@media screen and (max-width: 819px) {
  .blog .col-md-5:last-child {
    margin-top: 30px;
  }

  .blog .col-md-5 {
    width: auto;
    margin-bottom: 30px;
    min-height: auto;
    margin-bottom: -30px;
  }

  .blog .time_date {
    flex-wrap: wrap;
  }

  .blog .time_date span:nth-child(2) {
    margin-top: 3px;
  }

  .blog button {
    margin: 0px;
  }

  .blog {
    margin: 0px 0px;
  }

  .blog .col-md-5 img {
    height: 174px;
  }
}

.article {
  margin-top: 169px;
}

.article .row {
  width: 80%;
  margin: auto !important;
  display: flex;
  margin-bottom: 67px;
}

.article .contenu_article h1 {
  font-weight: 700;
  width: 100%;
}

.article .contenu_article .ql-tooltip {
  display: none;
}

.article .contenu_article h3 {
  font-weight: 500;
  font-size: 22px;
}

.article .contenu_article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.article .contenu_article span {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgb(108, 121, 132);
}

.article .contenu_article span a {
  color: rgb(108, 121, 132);
  text-decoration: none;
}

.article .time_date_article {
  margin-top: 15px;
  font-size: 17px;
  color: rgb(108, 121, 132);
}

.article .time_date_article i {
  margin: 0px 5px 0px 25px;
}

.article .share_link i {
  color: rgb(108, 121, 132);
  margin-right: 11px;
  font-size: 16px;
}

.article .information_article {
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  width: 38%;
  margin-left: auto;
}

.article .information_article .autre_article {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: rgb(108, 121, 132);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.article .information_article .autre_article:hover {
  text-decoration: underline;
  color: var(--second-color);
  transition: 0.3s;
}

.article .information_article h2 {
  font-size: 23px;
  margin-top: 35px;
}

.article .information_article img {
  height: auto;
  max-height: 268px;
  width: -webkit-fill-available;
  object-fit: cover;
}

.article .information_article .auteur {
  text-decoration: underline;
  color: var(--second-color);
}

.article .information_article .autre_article img {
  height: 50px;
  width: auto;
}

.article .information_article .autre_article p {
  margin: 0px 10px;
}

.liseret {
  width: 98%;
  border-bottom: 1px solid rgba(116, 116, 116, 0.607);
  margin: 40px 0px;
}

@media screen and (max-width: 819px) {
  .article p {
    margin: 0px;
  }
  .article .information_article h2 {
    margin-top: 10px;
  }
  .article .information_article .auteur {
    margin-bottom: 30px;
  }
  .article .row {
    margin: 0px auto !important;
    width: 95%;
  }
  .article .information_article {
    position: initial;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    height: auto;
  }

  .article .information_article .autre_article img {
    height: 100%;
    width: 30%;
  }

  .article {
    width: 100%;
  }

  .article .information_article .autre_article p {
    margin: 0px 19px;
    padding: 10px 0px;
  }

  .article .contenu_article {
    width: 100%;
    margin-top: -40px;
  }

  article .contenu_article h2 {
    margin-top: 20px;
  }

  .article .contenu_article span {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .article .information_article img {
    width: inherit;
    height: auto;
  }

  .liseret {
    margin: 25px 0px;
  }
}

.error_page {
  height: 100vh;
  overflow: hidden;
  z-index: 99999;
  position: fixed;
  top: 0px;
  background: white;
  flex-direction: column;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_page a {
  font-size: 25px;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider_partenaire {
  background: white;
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partenaire h2 {
  font-size: 35px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0px;
  font-weight: 700;
}

.slider_partenaire::before,
.slider_partenaire::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  height: 100px;
  width: 200px;
  z-index: 2;
}

.slider_partenaire .slide {
  height: 100px;
  /* width: 250px; */
  display: flex;
  align-items: center;
}

@media screen and (max-width: 819px) {
  /* .slider_partenaire .slide {
    height: 60px;
    width: 132px;
  }

  .slider_partenaire .slide img {
    height: 60px;
    width: auto !important;
  }

  .slider_partenaire .slide-track {
    display: flex;
    width: calc(150px * 14 * 2);
  }
  .slider_partenaire::before,
  .slider_partenaire::after {
    width: 0px;
  }

  .slider_partenaire {
    height: 60px;
  }

  .partenaire h2 {
    font-size: 25px;
    margin-bottom: 7px;
  } */
}

/* cookie */
#termsfeed-com---nb {
  left: 0 !important;
}

#open_preferences_center {
  position: fixed;
  left: 18px;
  bottom: 19px;
  width: auto;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}

#open_preferences_center:focus {
  outline: none;
}

#open_preferences_center i {
  color: orange;
  font-size: 25px;
}

.termsfeed-com---pc-dialog {
  transform: translateY(30%);
}

@media screen and (max-width: 819px) {
  #termsfeed-com---nb {
    max-width: 100%;
  }

  .termsfeed-com---pc-dialog {
    max-height: 500px;
    overflow: scroll;
  }
  .message {
    min-width: 90% !important;
    width: 60% !important;
    padding: 14px 9px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .message .fa-circle-check {
    font-size: 20px;
    left: 5px;
  }

  .message .msg {
    padding-left: 18px;
    font-size: 13px;
  }

  .messageRED {
    min-width: 90% !important;
    width: 60% !important;
    padding: 14px 9px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .messageRED .fa-exclamation-circle {
    font-size: 20px;
    left: 5px;
  }

  .messageRED .msg {
    font-size: 13px;
    padding-left: 18px;
  }
}

/*Tablette*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slideraccueil .contenue {
    height: 84vw;
  }
  .slideraccueil {
    height: 84vw;
  }
  .slideraccueil {
    margin-top: 102px;
  }
  .number .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .number .personne {
    width: 15vh;
    flex-direction: column;
    align-items: center;
    margin: 0px 7px;
  }

  .presentation {
    padding: 40px 0px;
  }
  .presentation .col-md-3 {
    width: 387px !important;
    min-width: 352px;
  }
  .google_avis1 .write span {
    justify-content: left;
  }
  .google_avis1 .write {
    width: 90%;
  }
  #slider-container {
    width: 90%;
  }

  .footer3 .row .col-md-3 {
    justify-content: flex-start;
    flex-direction: column;
    align-items: left;
  }
  .footer3 .row {
    justify-content: center;
  }
  .services .col-md-3 {
    width: 40%;
    min-width: 365px;
  }

  .realisation2 .projet_img .col-md-3 {
    min-width: 378px;
  }
}

/* Message notification */
.message {
  background: #c4f3d7;
  padding: 14px 38px;
  min-width: 420px;
  position: fixed;
  right: 20px;
  top: 50px;
  border-radius: 4px;
  border-left: 8px solid rgb(43, 215, 113);
  overflow: hidden;
  opacity: 0;
  border-right: 0px;
  z-index: 99999999999;
  animation: message 4s linear;
}

.message .fa-circle-check {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(30, 176, 93);
  font-size: 30px;
}

.message .msg {
  padding-left: 20px;
  font-size: 15px;
  color: rgb(40 110 69);
}

.messageRED {
  background: #ffd6d6;
  padding: 14px 38px;
  min-width: 420px;
  position: fixed;
  right: 20px;
  top: 50px;
  border-radius: 4px;
  border-left: 8px solid #ff5252;
  overflow: hidden;
  opacity: 0;
  border-right: 0px;
  z-index: 999999999;
  animation: message 4s linear;
}

.messageRED .fa-exclamation-circle {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff5252;
  font-size: 30px;
}

.messageRED .msg {
  padding-left: 20px;
  font-size: 15px;
  color: #ff5252;
}

@keyframes message {
  0% {
    opacity: 0;
    top: 0px;
  }
  14% {
    opacity: 1;
    top: 70px;
  }
  50% {
    opacity: 1;
    top: 70px;
  }
  75% {
    opacity: 1;
    top: 70px;
  }
  80% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 0;
    top: 70px;
  }
}
