/* import fonts*/

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://gistcdn.githack.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css');

/* CSS Variables */
:root {
  --color-dark-blue: #082351;
  --color-hot-pink: #D0007D;
  --color-muted-blue: #445B79;
  --color-deep-blue: #1D3251;
  --color-light-gray-blue: #8EA2AE;
  --color-light-blue: #D0DFED;
  --color-very-light-blue: #EFF4F7;
  --color-azure: #728496;
  --colorgrays: #E9ECF1;
  --colorgrays2: #F6F9FB;
}

body {
  font-family: 'Gilroy';
}

/* Footer Styles */
.footer-wrapper {
  font-family: Arial, sans-serif;
  background-color: var(--color-very-light-blue);

  padding: 2rem 1rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  /* padding: 1rem; */
  color: var(--color-dark-blue);
  margin-top: 25px;
}

.footer-top h4 {
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 14px;

}

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

.footer-top li {
  margin-bottom: 12px;
  line-height: 1.55;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 197px;
  /* padding: 1rem; */
}

.footer-middle .social-links p {
  margin-bottom: 0.5rem;
}

.footer-middle .flex {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.footer-middle img {
  width: 24px;
  height: 24px;
}

.footer-bottom {

  padding: 1rem;

}

.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}

.footer-bottom img {
  width: 48px;
  height: auto;
}

.footer-bottom p {
  margin: 0;
  text-align: center;
}


.social-links {
  flex: 1;
  text-align: left;
}

.social-links p {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-muted-blue);
}

.icons a {
  margin-right: 0.5em;
}

.icons svg {
  width: 20px;
  height: 20px;
  fill: var(--color-dark-blue);
  transition: fill 0.3s ease;
}



.contact-group {
  flex: 2;
  display: flex;
  justify-content: center;
  gap: 2rem;
}


.footer-top a {
  font-size: 18px;
}

.contact-details a,
.support-details a {
  text-decoration: none;
  font-weight: 600;
  color: var(--color-deep-blue);
}

.company-logo svg {
  width: auto !important;
  height: auto !important;
}





.contact-details span {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-muted-blue);
}

.support-details a {
  display: block;
  font-size: 16px;
}

.support-details span {
  font-size: 17px;
  color: var(--color-muted-blue);
}

.social-links a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.contact-details a:hover,
.support-details a:hover {
  color: var(--color-hot-pink);
}

.social-links a:hover {
  background: var(--color-hot-pink);

}

.social-links a:hover svg path {

  fill: #fff;
}

.partenertourism {
  display: flex;

}

.footer-bottom .partenertourism div {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partenertourism p {
  text-align: left;
}

.contact-details svg,
.support-details svg,
.footer-wrapper svg {
  width: 17px;
  height: 17px;
  /* fill: var(--color-dark-blue); */
}



.footer-middle {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 1rem;
  color: var(--color-dark-blue);
  align-items: center;
}


.footer-top svg {

  width: 28px;
  height: 34px;
  margin-right: 6px;
}



.footer-bottom svg {
  width: auto !important;
  height: auto;
}

.links a {
  color: var(--color-muted-blue);
  text-decoration: none;
  font-weight: 500;
}

.links {
  display: flex;
  gap: 25px;
}

.support-details svg {
  margin-right: 15px;
}




.samo_container .searchmodes .searchmode_button {
  background: var(--color-dark-blue);
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
}

.samo_container .searchmodes .searchmode_button:hover {
  background: var(--color-hot-pink);
}

.samo_container .searchmodes .searchmode_selected {
  background: #EBEBEB;
  border-radius: 0px;
  color: #222222;
}

.samo_container .panel {
  background: #E9ECF1;
  border-radius: 0px !important;
  box-shadow: none;
}

#freight_monitor .freight_btn button {
  background: var(--color-dark-blue);
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
}

.samo_container .searchmodes .searchmode_button {
  background: var(--color-dark-blue);
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
}

.samo_container .searchmodes .searchmode_button:hover {
  background: var(--color-hot-pink);
}

.samo_container .searchmodes .searchmode_selected {
  background: #EBEBEB;
  border-radius: 0px;
  color: #222222;
}

.samo_container .panel {
  background: #E9ECF1;
  border-radius: 0px !important;
  box-shadow: none;
}

#freight_monitor .freight_btn button {
  background: var(--color-dark-blue);
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
}

.samo_container,
div#search_tour {
  min-height: 60vh;

}

.flexlogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexlogo .flex {
  display: flex;
  gap: 15px;
}

.flexlogo h4 {
  margin: 0px;
}

.flexlogo a {
  text-decoration: none;
  color: var(--color-deep-blue);
  font-size: 16px;
  font-weight: 600;
}

.support-details .flex {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.support-details span,
.social-links span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-muted-blue);
}

  {}

.icons {
  margin: 15px 0px;
}

.socialinofs {
  background: rgba(244, 248, 250, 1);
  border: 1px solid rgba(213, 227, 242, 0.62);
  padding: 16px;
}

.footer-info img {
  width: auto;
  margin: 19px;
}

.support-details select {
  background: transparent;
  border: navajowhite;
}

.dropdown {
  position: relative;
  display: block;
  background: transparent;

}

.dropdown-btn {
  padding: 10px 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  background-color: transparent;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;

  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05), 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  background: #fff !important;
  z-index: 1;
  border-radius: 6px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-group {
  padding: 5px 0;
}

.group-title {
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 5px;
}

.dropdown-item {

  display: flex;
  align-items: center;
}

.dropdown-item svg {
  margin-right: 10px;
}

.dropdown-item:hover {
  color: var(--color-hot-pink);
}

/*header */


#header .menu {
  display: flex;
  justify-content: space-between;
}

#header .menu {
  width: 100%;
}

#header .high-menu {
  padding: 20px 0px;

}


#header .menu.haut,
#header .high-menu {
  max-width: var(--main-container-width);
  width: 100%;
}

#header .bottom-menu {
  background-color: var(--color-light-blue);
  padding: 20px;
}

#header .currency-header .currency {
  background: transparent;
}

#header a,
.samo_container a {
  color: var(--color-muted-blue);
}

#header .menu .nav>ul>li>ul li.selected a,
#header .menu .nav>ul>li.selected>a {
  color: var(--color-deep-blue);
}

#header a:hover,
.samo_container a:hover,
.samo_container .link:hover {
  color: var(--color-hot-pink);
}

#header .menu li:hover ul {
  background: var(--color-light-blue);
}

#header .menu ul ul li {
  background: transparent;
}

#header .menu ul li:hover,
#header .menu a:hover {
  background: transparent;
}

#header .menu ul ul li a {
  background: transparent;
}

.samo_container div.logon-wrapper button,
.samo_container button,
.samo_container input[type='submit'],
.samo_container input[type='button'],
.samo_container .link.button {
  background: var(--color-dark-blue);
}

.samo_container div.logon-wrapper button:hover,
.samo_container button:hover,
.samo_container input[type='button']:hover {
  background: var(--color-hot-pink);
}

.samo_container div.logon-wrapper div.panel div.choose a {
  color: var(--color-dark-blue);
}

.samo_container div.logon-wrapper div.panel div.choose a:hover {
  background: var(--color-hot-pink);
  color: #fff;
}

.samo_container table.res thead th,
.samo_container table.res .thead th,
.samo_container table.res thead td,
.samo_container .Zebra_DatePicker .dp_daypicker th {
  background-color: var(--color-deep-blue);
}

#header .high-menu {
  height: auto;
  grid-template-columns: repeat(5, 1fr);
  display: flex;
  justify-content: space-between;
}

#header .note-header {
  grid-area: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

#header .high-menu .logo {
  max-height: max-content;
}

.logo {
  display: flex;
  gap: 60px;
}

button#selected-office {
  display: block;
  width: 100%;
  text-align: left;
  color: rgba(142, 162, 174, 1);
}


#header a {
  text-decoration: none;
}

.note-header.social-links {
  flex: initial;
}



a.signup {
  background: rgba(142, 162, 174, 0.21);
  min-width: 100px;
}

a.signup svg {
  padding-right: 4px;
}

a.signup span {
  color: rgba(29, 50, 81, 1);
}

/*engine */

.samo_container div.logon-wrapper div.panel div.choose a::before {
  background: var(--color-hot-pink);
  display: none;
}

.samo_container div.logon-wrapper div.panel div.choose a {
  padding: 10px 15px;
}

.footer-top {
  text-align: left;
}

.menu.haut {
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(239, 244, 247, 1);
}

.phone-list {
  gap: 15px;
}

.navbar #navbarNav li a.nav-link {
  color: var(--color-muted-blue);
  font-weight: 600;
  font-size: 16px;
}

/* Responsive CSS */

@media(max-width:768px) {
  #header .bottom-menu {
    flex-wrap: wrap;
  }

  .footer-top {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-info {
    display: block;
    text-align: center;
  }

  .links {
    justify-content: center;
  }

  .partenertourism {
    display: block;
  }


  .partenertourism div {
    margin-bottom: 30px;
  }

  .flexlogo {
    display: block;
  }

  .company-logo {
    margin-bottom: 30px;
  }

  .flexlogo .flex {
    display: block;
  }
}

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

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

#header .dropdown-content .dropdown-item {
  padding: 15px;
  text-align: left;
  color: var(--color-muted-blue);
  font-weight: 600;
  font-family: 'Gilroy';
}

@media(max-width:600px) {
  #header .high-menu .logo {
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media(max-width:991px) {
  #header .bottom-menu {
    display: block !important;
  }

  #header .currency-header {

    display: flex;
    justify-content: center;
  }
}

#header .menu li a:hover {
  color: var(--color-hot-pink);
}

.bottom-menu nav.navbar.navbar-expand-lg.navbar-light {
  padding-top: 0px;
}

@media(max-width:991px) {

  /* Initialisation de la sidebar */
  .collapse.show {
    transform: translateX(0);
  }



  .navbar-toggler {
    z-index: 1051;
  }

  .nav-link {
    margin: 0.5rem 0;
  }

  #header .menu ul,
  #header .menu ul li {
    width: 100% !important;
    display: block;
  }

  #header .menu li a {
    padding-left: 0px;
    text-align: left;
    color: var(--color-dark-blue);
  }

  .show#secondaryNavbar ul {
    background: var(--color-very-light-blue);
    padding: 15px;
    margin: 15px;
    /* position: absolute; */
    width: 100% !important;
  }

  #header .bottom-menu .menu {
    align-items: flex-start;
    position: relative;
  }


  div#secondaryNavbar {
    position: relative;
  }
}


.t1003__content-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #d60087;
  /* Couleur de fond si nécessaire */
  white-space: nowrap;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.t1003__content {
  display: flex;
  width: max-content;
  animation: scroll-marquee 30s linear infinite;
}

.t1003__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.t1003__item-link {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}

.t1003__bgimg {
  min-width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.t1003__item-txt {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Gilroy';
}


.t-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0
}

@media screen and (max-width: 1200px) {
  .t-container {
    max-width: 960px;
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  .t-container {
    max-width: 640px
  }
}

footer.footer {
  background: var(--color-dark-blue);
  color: #ffff;
  padding-top: 69px;
}

.footer-top a {
  color: var(--color-azure);
  text-decoration: none;
}

.copyright {
  color: var(--color-muted-blue);
  font-size: 12px;
}

.t-sociallinks ul {
  display: flex;
  margin-top: 32px;
}

.customflex {
  display: flex;
  align-items: center;
}

.menuhaut {
  background: var(--colorgrays);
}

.myflexmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}



.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  text-decoration: none;
  padding: 15px 0;
  display: block;
  color: #111;
}

.dropdown-menu {

  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 999;
  padding: 12px;
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05), 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  border-radius: 6px;
  margin-top: 5px;
  min-width: 250px;
}

.dropdown-menu li a {
  padding: 10px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Mobile Responsive */
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background: #edf0f5;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 10;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    border-bottom: 1px solid #ddd;
  }
}

ul.navbar-nav.ms-auto {
  display: flex;
  gap: 41px;
  margin: 0px;
}

.dropdown-menu a {
  display: block;
  text-align: left;
  padding: 10px 0px;
  font-weight: bold;
}



.menuhaut a.signup {
  background: var(--color-hot-pink);
  padding: 12px 7px 12px 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuhaut a.signup span {
  color: #fff !important;
}

.headerone {
  background: var(--colorgrays2);
}

div#phone-numbers .dropdown-item a {
  font-weight: bold;
  color: var(--color-light-gray-blue);
}

div#phone-numbers .dropdown-item:first-child a {
  font-weight: bold;
  color: var(--color-deep-blue);
}

ul.navbar-nav.ms-auto {
  padding-left: 0;
}

/* Flèche par défaut */
.arrow {
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #111;
  transition: transform 0.2s ease;
}

/* Flèche tournée (menu ouvert) */
.dropdown.open>a .arrow {
  transform: rotate(180deg);
}

div#openSidebar .nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-muted-blue);
}

div#openSidebar .nav-item a:hover {
  color: var(--color-hot-pink);
}

.footer-info p {
  margin: 0px;
}

.footer-info p {
  color: var(--color-azure);
}

#header .dropdown-content .dropdown-item:hover {
  color: var(--color-hot-pink);
  cursor: pointer;
}

.bottom60 {
  padding-bottom: 60px;
}

.arrow {
  transition: transform 0.3s ease;
}

.dropdown.open .arrow {
  transform: rotate(180deg);
}


.nav-links li:hover>.dropdown-menu,
.dropdown-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bordersepa {
  position: relative;
}

.bordersepa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 197px;
  /* même que padding horizontal */
  right: 197px;
  height: 2px;
  background-color: #fff;
  /* ou la couleur que tu veux */
  opacity: 0.05;
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.nav-item.open>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-item.open svg:last-child {
  transform: rotate(180deg);
}
@media(max-width:991px) {
  #header .high-menu {
    flex-wrap: wrap;
  }
  .footer-top {
    display: grid;
    padding-left: 15px;
  }
  .footer-info {
    padding: 0 5px;
    flex-wrap: wrap;
  }
  .customflex {
    padding-left: 15px;
    gap: 13px;
  }
  .footer-info img {
    margin: 15px 0px;
  }
  .bordersepa::before {
    left: 25px;
    right: 25px;
    top: -10px;
  }
  .bottom60 {
    padding-bottom: 30px;
  }

  #nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;

    background: #e9ecf1;
width: 100%;
    padding: 15px;
    z-index: 1000;

  }

  #nav-links.active {
    display: flex;
  }

  .dropdown .dropdown-menu {
    display: none;
    flex-direction: column;
    background: #f9f9f9;
    padding-left: 20px;
  }

  .dropdown.open .dropdown-menu {
    display: flex;
  }


  .menuhaut {
    position: relative;
  }


  #nav-links .dropdown {
    text-align: left;
  }
  .menu-toggle {
    color: var(--color-dark-blue);
}

#header .high-menu .logo {
  margin-bottom: 22px;
}
footer.footer {
  padding-bottom: 48px;
}
}
@media(max-width:410px){
  .footer-top {
      grid-template-columns: repeat(1, 1fr);
}
}