/*

Tooplate 2130 Waso Strategy

https://www.tooplate.com/view/2130-waso-strategy

Free Bootstrap 5 HTML Template

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #7d0103;
  --secondary-color:              #dc3545;
  --section-bg-color:             #f5f5f5;
  --dark-color:                   #000000;
  --p-color:                      #717275;

  --body-font-family:             'DM Sans', sans-serif;

  --h1-font-size:                 60px;
  --h2-font-size:                 42px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               14px;
  --copyright-text-font-size:     16px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  letter-spacing: -2px;
}

h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
  line-height: inherit;
}

h4 {
  font-size: var(--h4-font-size);
  line-height: inherit;
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-hero ::selection,
.bg-warning ::selection {
  background: #f9d55c;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.custom-border-radius {
  border-radius: 20px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.small-title {
  text-transform: uppercase;
}


/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.custom-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 3px solid var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
}

.custom-icon::before,
.custom-icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.custom-icon::before {
  border: 3px solid transparent;
}

.custom-icon::after {
  border: 0 solid transparent;
}

.custom-icon:hover {
  border-color: transparent;
}

.custom-icon:hover::before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  transition: border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s;
}

.custom-icon:hover::after {
  border-top: 3px solid var(--primary-color);
  border-left-width: 3px;
  border-right-width: 3px;
  transform: rotate(270deg);
  transition: transform .4s linear 0s,border-left-width 0s linear .35s;
}

.play-icon::before {
  position: relative;
  left: 1px;
}
.custom-btn-close {
    background-color: #7b0811; /* Couleur de fond personnalisée */
    color: white; /* Couleur du texte */
    border: none; /* Supprimer la bordure */
}
/******************************/
.modal-dialog-custom {
            max-width: 50%; /* Réduit la largeur du modal */
        }

        .modal-content {
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .modal-header {
            background-color: #343a40;
            color: white;
            border-bottom: none;
        }

        .modal-title {
            font-size: 24px;
            font-weight: bold;
        }

        .modal-body {
            background-color: #f5f5f5;
            padding: 20px;
            font-family: 'DM Sans', sans-serif;
        }

        .modal-body h3 {
            font-size: 22px;
            font-weight: 700;
            color: #333;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .modal-body p {
            margin-bottom: 15px;
            line-height: 1.6;
            color: #555;
        }

        .modal-body ul {
            padding-left: 20px;
            margin-bottom: 15px;
        }

        .modal-body ul li {
            margin-bottom: 10px;
            color: #555;
        }

        .modal-footer {
            background-color: #f8f9fa;
            border-top: none;
        }

        .custom-btn-close {
            background-color: #ff6347; /* Couleur de fond personnalisée */
            color: white; /* Couleur du texte */
            border: none; /* Supprimer la bordure */
            border-radius: 5px;
        }

        .custom-btn-save {
            background-color: #4682b4; /* Couleur de fond personnalisée */
            color: white; /* Couleur du texte */
            border: none; /* Supprimer la bordure */
            border-radius: 5px;
        }

        .custom-btn-close:hover,
        .custom-btn-save:hover {
            opacity: 0.8; /* Ajouter un effet de survol */
        }

        .projects-title {
            font-size: 24px; /* Taille de police personnalisée */
            font-weight: bold; /* Poids de la police */
            color: #333; /* Couleur du texte */
            margin-bottom: 10px; /* Marge inférieure */
        }
/****************************/
/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: #790104;
  border-radius: 100px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  font-weight: var(--font-weight-bold);
  padding: 12px 24px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-bg-primary {
  background: var(--primary-color);
}

.custom-bg-primary:hover {
  background: var(--white-color);
  color: var(--dark-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
#apple-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 2px 4px 2px #888888;
}

#apple-navbar nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #000;
}

#apple-navbar .apple-logo img {
  position: absolute;
  width: 200px;
  top: -40%;
}

#apple-navbar ul {
  display: flex;
  list-style: none;
}

#apple-navbar ul li {
  margin: 0 15px;
}

#apple-navbar ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

#apple-navbar .search-cart a {
  margin-left: 15px;
}
#search{
  width: 20px;
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background: var(--primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header-icon {
  color: var(--dark-color);
}

.site-header .social-icon {
  text-align: right;
}


/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  height: calc(100vh - 133px);
}

.section-hero {
  background-image: url('../images/jason-goodman-MUZFKa_mttU-unsplash.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: auto;
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-hero::before {
  content: "";
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}

.section-hero-text {
  position: relative;
}

.carousel {
  padding-right: 0;
  padding-left: 0;
}

.hero-carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-image-wrap::before {
  content: "";
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}

.carousel-caption {
  z-index: 9;
  top: 32%;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 50%;
  margin-right: 12px;
  margin-left: 12px;
}

.carousel-image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/******Formulaire*********/
.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    background: white;
    margin-bottom: 100px;
  }

  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
  }
  .formbold-input-flex > div {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
  }
  .formbold-textarea {
    display: flex;
    flex-direction: column-reverse;
  }

  .formbold-form-input {
    width: 100%;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #DDE3EC;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    color: #07074D;
    outline: none;
    resize: none;
  }
  .formbold-form-input::placeholder {
    color: #536387;
  }
  .formbold-form-input:focus {
    border-color: #6A64F1;
  }
  .formbold-form-label {
    color: #07074D;
    font-weight: 50;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 18px;
  }
  .formbold-form-input:focus + .formbold-form-label {
    color: #6A64F1;
  }

  .formbold-input-file {
    margin-top: 30px;
  }
  .formbold-input-file input[type="file"] {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -1;
  }
  .formbold-input-file .formbold-input-label {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
  }

  .formbold-filename-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
  }
  .formbold-filename {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #536387;
  }
  .formbold-filename svg {
    cursor: pointer;
  }

  .formbold-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 25px;
    border: none;
    font-weight: 500;
    background-color: #7d0103;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
/****And Formulaire******/

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-image-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.about-image-info {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 40px;
}

.about-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-thumb {
  background: var(--primary-color);
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 40px;
}


/*---------------------------------------
  SERVICES              
-----------------------------------------*/
.services {
  background: var(--section-bg-color);
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link span {
  color: var(--p-color);
  display: block;
  text-align: left;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  border-left: 7px solid var(--p-color);
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-left-color: var(--secondary-color);
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.nav-tabs .nav-link.active h3,
.nav-tabs .nav-link:focus h3, 
.nav-tabs .nav-link:hover h3 {
  color: var(--primary-color);
}


/*---------------------------------------
  PROJECTS              
-----------------------------------------*/
.projects-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  transition: all 0.3s;
  cursor: pointer;
}

.projects-thumb-large {
  min-height: 356px;
}

.projects-thumb:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.projects-thumb:hover .projects-image {
  transform: scale(1.2);
}

.projects-thumb:hover .projects-title-wrap {
  padding-bottom: 30px;
}

.projects-thumb:hover .custom-btn,
.projects-btn-wrap .custom-btn:hover {
  background: var(--primary-color);
}

.projects-title-wrap {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 25px 25px 10px 25px;
  transition: all 0.2s;
}

.projects-small-title {
  color: var(--primary-color);
  text-transform: uppercase;
}

.projects-title {
  color: var(--white-color);
}

.projects-image {
  border-radius: 20px;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.projects-thumb-large .projects-image {
  object-fit: cover;
  height: 100%;
}

.projects-btn-wrap {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.projects-btn-wrap .custom-btn {
  font-size: 30px;
  padding: 7.5px 15px;
}


/*---------------------------------------
  CONTACT INFO               
-----------------------------------------*/
.contact-thumb {
  position: relative;
  bottom: 140px;
  margin-bottom: -140px;
}

.contact-info {
  border-radius: 20px;
  padding: 40px;
}

.google-map {
  border-radius: 20px;
}

.contact-icon {
  color: var(--primary-color);
  font-size: var(--h4-font-size);
}


/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact-container-wrap {
  background-color: var(--primary-color);
  padding-bottom: 120px;
}

.contact-form {
  margin-top: 30px;
  margin-right: 30px;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid var(--section-bg-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all 0.3s;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  background: var(--white-color);
}

.custom-form button[type="submit"] {
  background: var(--secondary-color);
  border-radius: 100px;
  border: 0;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--white-color);
  color: var(--dark-color);
}



/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
/* Footer styles */
footer {
    background: linear-gradient(90deg, #7d0103 0%, #b22222 50%, #333 100%);
    color: #fff;
    padding: 40px 20px;
    margin-top: 40px; /* Ajoutez de l'espace entre la galerie et le footer */
}


.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    min-width: 150px;
    margin: 10px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-column2 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-legal {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-legal li {
    display: inline;
}

.footer-legal li a {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
}

.footer-legal li a:hover {
    text-decoration: underline;
}
.ri-menu-5-line{
  display: none;
}
.none{
  display: none;
}
.respo-nav{
  position: fixed;
  top: -130%;
  width: 100%;
  height: 900px;
  background-color: #434343;
  display: none;
  z-index: 99;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .projects-thumb-large {
    min-height: 416px;
  }
}

@media screen and (max-width: 1280px) {
  .contact svg {
    bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .custom-btn {
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-header .social-icon {
    text-align: left;
    margin-top: 10px;
  }

  .carousel-caption {
    width: 100%;
  }

  .about-thumb {
    padding: 30px;
  }

  .about-image {
    height: auto;
    margin-bottom: 24px;
  }

  .contact-container-wrap {
    padding-bottom: 50px;
  }

  .contact-form {
    margin-right: 0;
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .contact-thumb {
    bottom: 0;
    margin-bottom: 0;
  }

  .site-footer {
    text-align: center;
  }
}
/* Media Queries for Responsiveness */

@media (max-width: 1200px) {
  /********************/
  .part-4{
  display: initial;
  width: 100%;
}
  .part-4-1{
  height: 30vh;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #6b0c0d;
}
.part-4-2{
  height: 30vh;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #6b0c0d;
}
.part-4 .text-part-1{
  color: #333;
  font-size: 1vw;
  text-align: center;
}
  /*******************/
  #apple-navbar ul li a {
    font-size: 12px;
  }

  .text-part-1 h1 {
    font-size: 4vw;
  }

  .text-part-1 p {
    font-size: 2vw;
  }

  .link a {
    font-size: 2vw;
  }

  .part-4 .text-part-1 p {
    font-size: 1.5vw;
  }

  #page1>h1, #page2>h1, #page4 #center-page4 {
    font-size: 5vw;
  }

  #page3>button, .right5>button {
    font-size: 2vw;
  }

  #page6>h1 {
    font-size: 6vw;
  }

  #page6>p {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  /********************/
  
  .modal-dialog-custom {
            max-width: 80%; /* Réduit la largeur du modal */
        }
  #apple-navbar{
    height: 50px;
  }
  #page{
    height: 50px;
  }
  .apple-logo{
    position: absolute;
  }
  nav a{
    display: none;
  }
  nav i{
    font-size: 8wv;
  }
  .respo-nav{
    padding: 10vw 10vw;
  display: flex;
  flex-direction: column;
  gap: 3vh;
}
.ri-menu-5-line{
  top: 25%;
  left: 94%;
}
.respo-nav a{
  font-size: 4vw;
  text-decoration: none;
  color: #fff;
}
.respo-nav i{
  position: relative;
  top: 5%;
  right: 3%;
  font-size: 7vw;
}

  .ri-menu-5-line{
  display: initial;
  position: absolute;
  right: 0;
}
.none{
  display: initial;
  width: 100px;
  height: 50px;
  position: absolute;
  right: 95%;
  left: 0;
  top: 5%;
}
  #apple-navbar nav {
    padding: 5px 10px;
  }

  #page-bottom {
    width: 80%;
  }
  /*******************/
  #apple-navbar {
    flex-direction: column;
  }

  #apple-navbar nav {
    flex-direction: column;
    align-items: flex-start;
  }

  #apple-navbar ul {
    flex-direction: column;
    align-items: flex-start;
  }

  #apple-navbar ul li {
    margin: 5px 0;
  }

  #page-bottom {
    width: 60%;
  }

  #page1>h1, #page2>h1, #page4 #center-page4 {
    font-size: 8vw;
  }

  .text-part-1 h1 {
    font-size: 5vw;
  }

  .text-part-1 p {
    font-size: 3vw;
  }

  .link a {
    font-size: 3vw;
  }

  .part-4 .text-part-1 p {
    font-size: 2.5vw;
  }

  #page3>button, .right5>button {
    font-size: 3vw;
  }

  #page6{
    font-size: 8vw;
  }

  #page6>p {
    font-size: 3vw;
  }

}
@media screen and (max-width: 480px) {
  .modal-dialog-custom {
            max-width: 100%; /* Réduit la largeur du modal */
        }
  #apple-navbar{
    height: 50px;
  }
  .apple-logo{
    position: absolute;
  }
  nav a{
    display: none;
  }
  nav i{
    font-size: 8wv;
  }
.respo-nav{
    padding: 10vw 10vw;
  display: flex;
  flex-direction: column;
  gap: 3vh;
}
.ri-menu-5-line{
  top: 25%;
  left: 94%;
}
.respo-nav a{
  font-size: 4vw;
  text-decoration: none;
  color: #fff;
}
.respo-nav i{
  position: relative;
  top: 1%;
  right: 3%;
  font-size: 7vw;
}

  .ri-menu-5-line{
  display: initial;
  position: absolute;
  right: 0;
}
.none{
  display: initial;
  width: 100px;
  height: 50px;
  position: absolute;
  right: 95%;
  left: 0;
  top: 5%;
}
  #apple-navbar nav {
    padding: 5px 10px;
  }

  #page-bottom {
    width: 80%;
  }
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .contact-icon {
    font-size: 24px;
  }

  .site-header p {
    font-size: 14px;
  }

  .carousel-control-next, 
  .carousel-control-prev {
    bottom: 20px;
  }

  .nav-tabs .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
  }

  .contact-info {
    padding: 30px 25px;
  }

  .site-footer-wrap {
    flex-direction: column;
  }

  .copyright-text {
    padding-bottom: 10px;
  }
  /**Styles pour la galerie**/

.slick-slider .slick-prev {
    left: -30px;
    font-size: 0;
}

.slick-slider .slick-prev::before {
    content: '<';
    line-height: 1;
    font-size: 25px;
}

.slick-slider .slick-next {
    right: -30px;
    font-size: 0;
}

.slick-slider .slick-next::after {
    content: '>';
    line-height: 1;
    font-size: 25px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 1px;
    background-color: #ccc;
    margin: 10px 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: none;
}

.slick-dots button {
    display: none;
}

.slick-dots li.slick-active {
    background: #000;
}

/* Ensure each slide is centered */
.slick-slide {
    padding: 40px 0;
    position: relative;
    height: auto !important;
    opacity: 0.5;
    transition: all 900ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Center the images within each slide */
.slick-slide img {
    width: 150px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.slick-current {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slick-slide .xyz {
    opacity: 0;
}

.slick-current .xyz {
    opacity: 1;
}
/****************/
}

