@charset "utf-8";
/* CSS Document */
html {
  height: 90%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  color: #141e51;
}
.body {
  /*background:#4D9BD9 url(images/fd.gif) repeat-x center top;*/
  background: #ffffff;
  height: 100%;
}
.site {
  /*background:url(images/site.png) repeat-y center top;*/
  height: auto;
}
.site2 {
  width: 1200px;
  margin: auto;
}
a img {
  border: 0px;
}
a {
  color: #0066ff;
  text-decoration: none;
}
a:hover {
  color: #c10073;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0px;
}
h2,
h3,
h4,
h5 {
  margin-bottom: 10px;
  display: table;
}
h1#titre_rubrique {
  background: none;
  color: #c10073;
  font-size: 26px;
  padding: 10px 0px 15px 0px;
}
h1 {
  color: #3366cc;
  background: url(images/h1.png) no-repeat left bottom;
  font-size: 21px;
  padding: 25px 0px 15px 0px;
}
h2 {
  color: #000033;
  font-size: 17px;
  padding: 18px 0px 8px 0px;
  border-bottom: 1px solid #7a87bb;
}
h3 {
  color: #3366cc;
  font-size: 16px;
  padding: 12px 0px 6px 0px;
  border-bottom: 1px solid #83a3e2;
}
h4 {
  color: #000033;
  font-size: 15px;
  padding: 8px 0px 4px 0px;
  border-bottom: 1px solid #7a87bb;
}
#chemin {
  color: #6774af;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
#chemin a {
  color: #6774af;
  font-size: 12px;
}
.main ul li {
  list-style-type: none;
  background: url(images/puce.png) no-repeat left 5px;
  padding: 0px 0px 0px 15px;
  margin: 10px 0px;
}
article {
  background-color: #f5f5f2;
  padding: 0px 11px;
}
header {
  height: auto;
  background-color: #ffffff;
}
header ul {
  margin: 0px;
  padding: 0px;
}
.forme {
  z-index: 500;
  background: url(images/forme.png) no-repeat center bottom;
  height: 158px;
  margin-top: -158px;
  position: absolute;
  width: 990px;
}
.logo {
  display: block;
  margin-top: 0px;
}
.heure_locale {
  position: absolute;
  margin-top: -20px;
  right: 0px;
  background: url(images/horloge.png) no-repeat left top;
  padding: 3px 10px 8px 33px;
  font-size: 12px;
  width: 135px;
}
.heure_locale span {
  font-size: 15px;
  font-weight: bold;
}
.flash {
  background: url(images/ombre_infos-flash.jpg) repeat-x left bottom;
  padding-bottom: 11px;
  margin-top: -9px;
}
.flash img {
  display: block;
  margin: -20px 0px -2px 13px;
  z-index: 300 !important;
  position: absolute;
}
.flash marquee {
  border: 1px solid #fff;
  padding: 7px 13px;
  background-color: #e9f0fd;
  /*color:#3781BD;*/
  font-size: 16px;
  color: #c10073;
  font-weight: bold;
}
.col2 {
  width: 100%;
}
.col {
  float: left;
  width: 169px;
}
.colD {
  float: right;
}
/***ajout 230725***/
/****tabs****/
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs label {
  order: 1;
  display: block;
  padding: 15px 37px;
  /* margin-right: -3px; */
  cursor: pointer;
  background: #90caf9;
  font-weight: bold;
  transition: background ease 0.2s;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
}
.Blue {
  background: #1bc3ce !important;
  color: #fff;
  text-transform: uppercase;
}
.Orange {
  background: #f17700 !important;
  color: #fff;
  text-transform: uppercase;
}
.brown {
  background: #878681 !important;
  color: #fff;
  text-transform: uppercase;
}
.Rose {
  background: #fe7faa !important;
  color: #fff;
  text-transform: uppercase;
}
.Green {
  background: #b4d062 !important;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px 10px 0px 0px;
}
.Bluesombre {
  background: #1965b5 !important;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px 10px 0px 0px;
}
.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  background: #fff;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
.contentVolBooking {
  background: rgba(255, 255, 255, 0.6);
  width: 50%;
  float: right;
}
.mt100 {
  margin-top: 100px;
}
.mb15 {
  margin-bottom: 15px;
}
@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
/****fintabs****/
/***swipper2**/

.swiper2 {
  height: 350px;
  /* background: #1bc3ce;*/
  padding-top: 20px;
}
.slide-container2 {
  margin: 0 30px;
  overflow: hidden;
}
.card2 {
  /*background: #1bc3ce;*/
}
.card2 .image-box {
  height: 190px;
}
.card2 .image-box img {
  width: 100%;
  height: 100%;
}
.card2 .profile-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 12px;
  padding: 15px;
}
.card2 .profile-details img {
  height: 40px;
  width: 40px;
}
.profile-details2 .name {
  font-size: 20px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 0;
}
.profile-details2 .textD {
  font-size: 17px;
  font-weight: 500;
  border: none;
  color: #fff;
  padding: 0;
}

.swiper-navBtn2 {
  color: #000;
  height: 50px;
  width: 50px;
  transform: translateY(-40%);

  border-radius: 50%;
}
.swiper-navBtn2::before,
.swiper-navBtn2::after {
  font-size: 24px;
}

.swiper-pagination-bullet2 {
  background-color: #333;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn2 {
    display: none;
  }
  .card .image-box {
  height: auto!important;
  }
  .swiper-button-next, .swiper-button-prev{
    top: 30%!important;
  }
}

/***fin swipper2**/
/***swipper**/
.swiper {
  height: 350px;
  /* background: #1bc3ce;*/
  padding-top: 20px;
}
container {
  max-width: 1400px;
  width: 100%;
  padding: 60px 0;
}
.slide-container {
  margin: 0 30px;
  overflow: hidden;
}
.card {
  /*background: #1bc3ce;*/
}
.card .image-box {
  height: 190px;
}
.card .image-box img {
  width: 100%;
  height: 100%;
}
.card .profile-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 12px;
  padding: 15px;
}
.card .profile-details img {
  height: 40px;
  width: 40px;
}
.profile-details .name {
  font-size: 20px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 0;
}
.profile-details .textD {
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #fff;
  padding: 0;
  margin-bottom: 4px !important;
}

.swiper-navBtn,
.swiper-navBtn2 {
  color: #fff !important;
  height: 50px !important;
  width: 50px !important;
  transform: translateY(-40%);
  /* background: #fff; */
  border-radius: 50%;
  border: 4px solid #fff;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 24px;
}
.swiper-navBtn2::before,
.swiper-navBtn2::after {
  font-size: 24px;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet2 {
  background-color: #333;
}
.swiper-button-next2,
.swiper-button-prev2 {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next2,
.swiper-rtl .swiper-button-prev2 {
  right: 10px;
  left: auto;
}
.swiper-button-next2:after,
.swiper-button-prev2:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-next2:after,
.swiper-rtl .swiper-button-prev2:after {
  content: "next";
}
.swiper-navBtn2::before,
.swiper-navBtn2::after {
  font-size: 24px;
}
.swiper-button-prev2:after,
.swiper-rtl .swiper-button-next2:after {
  content: "prev";
}
.bannertop {
  width: 100%;
  height: 175px;
}
.caraibesTOP {
  background: url(images/caraibes/banner_caraibe.png) no-repeat left top;
}
/* Destination Sections */
.destination {
  margin-bottom: 20px;
}

.destination.caraibe .destination-header {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.destination.caraibe .destination-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Assure que le titre "CARAÏBE" reste bien centré */
.destination.caraibe .destination-header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 120px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  z-index: 1;
  text-transform: uppercase;
  background: none !important;
}
/* Cards */
.destination-content {
  display: flex;
  padding: 20px;
  background-color: #f9f9f9;
}

.destination-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cardDes {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 203px;
  width: 270px;
}

.card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: red;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
}
.top_background {
  background: url("images/TOP-BANNER-VAL-AA-3.png");
  width: 100%;
  height: auto;
  object-fit: inherit;
  aspect-ratio: 5;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.cardDes img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cardDes img.exp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardDes h3 {
  margin: 10px 0 5px;
  padding: 0 15px;
}

.cardDes p {
  margin: 0;
  padding: 0 15px 15px;
  color: #666;
}
  p#p_infos_pass {
            display: inline-flex;
            align-items: center;
            background-color: #ffbe0b;
            border: 1px solid #d49802;
            border-radius: 30px;
            padding: 6px 10px;
            color: #545454;
            font-size: 10px;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        p#p_infos_pass:hover, p#p_infos_pass a:hover {
            background-color: #545454;
            color: #fff!important;
            border-color: #545454;
        }

        p#p_infos_pass .icone {
            margin-left: 5px;
        }
/* Description */
.destination-description {
  flex: 2;
  padding: 0 20px;
}

.destination-description h2 {
  margin-top: 0;
  border: none !important;
}

.icons {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.contentAlerte{
     color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; /* Ajout pour positionner la croix */
}
.closeAlerte {
   position: absolute;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    top: 5px;
    background: black;
    border-radius: 50% 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    padding-left: 7px;
    padding-top: 2px;
}
.alerteJaune{
   background: #ffbe0b;
}
.card.swiper-slide a{
  height: auto;
  display: block;
}
.icons i {
  font-size: 24px;
  color: #ff9500;
}

.description-lines p {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 8px;
}
.description-lines a {
  color: #000 !important;
  font-weight: bold;
}
.description-lines a:hover {
  color: #c10073 !important;
}
/* Réservation */
.reservation {
  flex: 1;
  padding: 0 20px;
  text-align: center;
}

.reservation h3 {
  font-size: 14px;
  color: #666;
  border: none !important;
  text-align: center;
  display: flex;
  margin: 0 auto;
  padding: 0px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}

.airline {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.airline a {
  /* margin-bottom: 20px;
    bottom: 15px;*/
  position: relative;
  display: inline-block;
      margin-bottom: 15px;
}

.airline img {
  width: 150px;
  height: auto;
  margin-bottom: 5px;
}

.airline p {
  font-size: 12px;
  color: #999;
  margin: 0;
}
/******description***/

.container2 {
  display: flex;
  flex: 1;
  margin-bottom: 30px;
  border-bottom: 2px solid;
}

.left-column {
  width: 40%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border-right: 1px solid #ccc;*/
}

.right-column {
  width: 60%;
  padding: 20px;
  box-sizing: border-box;
}

.image-container2 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.image-container2 img {
  width: 100%;
  height: auto;
}

.sectiondesc {
  margin-bottom: 0px;
  width: 100%;
}

.section-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 0px !important;
  font-weight: bold;
}

.icones {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.right-column p {
  font-size: 15px;
  line-height: 29px;
}
.description-lines p {
  line-height: 27px;
}
.desTitle {
  background: none;
  text-align: center;
  font-weight: bold;
}
.hover-effect {
  transition: all 0.3s ease;
  color: blue;
}

.hover-effect:hover {
  color: red;
  font-weight: bold;
}
.blink {
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}
.icone {
  text-align: center;
  width: 80px;
  margin: 10px;
}

.icone img {
  width: 50px;
  height: 50px;
}
.icone-destination {
  text-align: center;
  width: 40px;
  margin: 10px;
}

.icone-destination img {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .container2 {
    flex-direction: column;
  }

  .left-column,
  .right-column {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
/****fin description**/
/******bannner espace presse****/
.banner-b {
  position: relative;
  width: 800px;
  height: 400px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.banner-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.8);*/
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 35px;
}

.press-release {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 430px;
  text-align: center;
  border: 5px solid #fff;
}

.header-banner {
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  margin: -45px 0px 15px 50px;
  width: 344px;
  margin: -56px 0 5px 13px;
  text-align: center !important;
}
.header-banner.orangeB {
  background: #f27021;
}
.orangetitle {
  color: #f27021;
}

.violettitle {
  color: #c41a82;
}
.header-banner.violet {
  background: #c41a82;
}
.verttitle {
  color: #a6cf38;
}
.header-banner.vert {
  background: #a6cf38;
}
.date-Banner {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center !important;
  margin-top: 21px;
}

.title-Banner {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center !important;
  font-weight: 700;
  text-transform: uppercase;
}

a.button-banner {
  background: #ffbe0b;
  color: white;
  padding: 6px 30px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transform: translateY(-50%);
  border-bottom: 5px solid #d49802;
  width: 200px;
  display: block;
  margin: 0 auto;
  top: 30px;
  margin-top: 35px;
}
a.button-banner:hover {
  background: #000;
  border-bottom: 5px solid #1b1b1b;
}
.txtInfo{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: left;
    margin-left: 190px;
}
/***fin banner espace presse***/
/**fin swipper**/
.caraibes h2 {
  display: table-cell;
  vertical-align: middle;
  height: 26px;
  width: 119px;
  font-size: 14px;
  color: #fff;
  padding: 0px 0px 0px 13px;
  border: 0px;
  margin: 0px;
  font-weight: bold;
}
.caraibes h2 a {
  color: #fff;
}
.caraibes h2 a:hover {
  color: #c10073;
}
.caraibes h2 {
  background: url(images/onglet_actus.png) no-repeat left top;
}
.hide2 .main .vols_bas.clearfix {
  display: none;
}
.hide2 .main .vols {
  width: 48%;
  display: inline-block;
}
h2.icon {
  color: #858582;
  text-transform: uppercase;
  border-bottom: none;
  font-weight: bold;
  margin-bottom: 30px;
}
.g-avion::before {
  content: "";
  background: url(images/icon-plane.png) no-repeat right;
  display: inline-block;
  width: 73px;
  height: 17px;
}
.footerIcon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 20px;
}
.g-destinations::before {
  content: "";
  background: url(images/icon-destination.png) no-repeat right;
  display: inline-block;
  width: 26px;
  height: 33px;
  margin-right: 7px;
}
.g-boutiques::before {
  content: "";
  background: url("images/icon-boutiques.png") no-repeat right;
  display: inline-block;
  width: 26px;
  height: 32px;
  margin-right: 7px;
  margin-bottom: -2px;
}
.g-restaurants::before {
  content: "";
  background: url("images/icon-RESTO.png") no-repeat right;
  display: inline-block;
  width: 34px;
  height: 26px;
  margin-right: 7px;
  margin-bottom: -2px;
}
.g-services::before {
  content: "";
  background: url("images/icon-SERVICES.png") no-repeat right;
  display: inline-block;
  width: 34px;
  height: 26px;
  margin-right: 7px;
  margin-bottom: -2px;
}
.g-experience::before {
  content: "";
  background: url(images/icon-experience.png) no-repeat right;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 7px;
}
.g-actus::before {
  content: "";
  background: url(images/icon-actus.png) no-repeat right;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 7px;
}
/***fin ajout 230725**/
.main {
  margin-bottom: 15px;
  width: 100%;
  /*margin-left:27px;
	float:left;*/
}
body:not(.home) .main {
  /*background-color: #E9F0FD;
    border: 1px solid #FFFFFF;*/
  padding: 7px 15px;
  width: 100%;
  margin-top: 25px;
}
.home .main {
}
footer {
  font-weight: bold;
  padding-top: 10px;
}
footer a:hover {
  color: #c10073;
}
.f_menu {
  background-color: #fff;
  padding: 9px 0px;
}
.f_menu a {
  padding: 0px 16px;
  color: #0048ac;
}
.f_infos {
  color: #fff;
  font-size: 12px;
  padding: 20px 0px;
  line-height: 21px;
}
.f_infos a {
  color: #fff;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.pub {
  background: url(images/ombre.png) repeat-x left bottom;
  padding-bottom: 11px;
  text-align: center;
}
.colG .pub {
  background: none;
  padding: 0px;
}
.main .pub {
  background: none;
  padding: 0px;
}
.main .pub img {
  background: url(images/ombre.png) repeat-x left bottom;
  padding-bottom: 11px;
}
.main .pub1 img {
  background: none;
}
.col .pub {
  background-color: #9dbbe0;
}
.pub img {
  display: inline-block;
}
.col .pub_com {
  text-align: left;
  background-color: #233487;
  color: #fff;
}
.pub_com span {
  color: #fefd64;
}
.col .pub_com a {
  color: #fff;
}
.col .pub_com p {
  margin: 0px;
  padding: 5px 9px 7px 14px;
}
.menu_site {
  /*margin:0px -8px 0px -9px;
	background:url(images/ombre_menu.png) no-repeat right bottom;
	padding-bottom:22px;*/
  display: flex;
  width: 100%;
  justify-content: center;
}
.menu_site .item {
  /*background:url(images/menu.png) no-repeat right top;*/
  margin-right: 18px;
}

.menu_site .item a {
  display: table-cell;
  vertical-align: middle;
  background: url(images/arrow-down.png) no-repeat right;
  padding: 0px 22px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #185bab;
  line-height: 14px;
  height: 37px;
  text-align: left;
}
.menu_site .item:hover {
  /*background-image:url(images/menu_roll.png);*/
}
.menu_site .active .smenu,
.menu_site .active.smenu:hover {
  background-image: url(images/menu_on.png);
  display: none;
}
.menu_site .item:hover a {
  color: black;
}
.menu_site .active:hover a,
.menu_site .active a {
  color: #233487;
}
.menu_site .m_aeroport a {
  background-image: url(images/icon_aeroport.png);
}
.menu_site .m_guide a {
  background-image: url(images/icon_guide.png);
}
.menu_site .m_aviation a {
  background-image: url(images/icon_aviation.png);
}
.menu_site .m_commerces a {
  background-image: url(images/icon_commerces.png);
}
.menu_site .m_pro a {
  background-image: url(images/icon_pro.png);
}
.menu_site .m_cci a {
  background-image: url(images/icon_CCI.png);
}
.menu_site .m_sites a {
  background-image: url(images/icon_sites.png);
}
.menu_site .m_secu a {
  background-image: url(images/icon_securite.png);
}
.menu_site .m_tarifs a {
  background-image: url(images/icon_euros.png);
}
.menu_site .m_consult a {
  background-image: url(images/icon_consult.png);
}
.menu_site .m_assist a {
  background-image: url(images/icon_assist.png);
}
.menu_site .m_home a {
  background-image: url(images/icon_home.png);
}
.menu_site .m_modern a {
  background-image: url(images/icon_plan.png);
}
/* SOUS MENU HOVER */
.smenu {
  width: 200px;
  margin: 0px 0px 0px 2px;
  position: absolute;
  box-shadow: 1px 2px 4px rgba(0, 0, 30, 0.5);
  z-index: 500 !important;
}
.menu_site .item .smenu {
  display: none;
}
.menu_site .item:hover .smenu {
  display: block;
}
.menu_site .item .smenu a {
  background: #3781bd !important;
  padding: 7px 7px 7px 15px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #3885e3;
  height: auto;
  margin: 0px;
  font-size: 15px !important;
}
.menu_site .item .smenu a:hover {
  background: #1f6bc0 url(images/smenu.png) no-repeat left center;
  color: #46daff;
}
/* SOUS MENU STATIQUES */
.active .smenu {
  width: 178px;
  height: auto;
  margin: 0px 0px 0px 8px;
  position: relative;
  box-shadow: none;
  z-index: 400 !important;
}

/* VOLS */
.box h2 {
  display: table-cell;
  vertical-align: middle;
  height: 26px;
  width: 119px;
  font-size: 14px;
  color: #fff;
  padding: 0px 0px 0px 13px;
  border: 0px;
  margin: 0px;
  font-weight: bold;
}
.box h2 a {
  color: #fff;
}
.box h2 a:hover {
  color: #c10073;
}
.vols {
  background: url(images/onglet_vols.png) no-repeat left top;
}
.vols_arrive {
  background: url(images/onglet_vols_arrive.png) no-repeat left top;
}
.actus {
  margin-bottom: 11px;
}
/*.actus h2 {
	background:url(images/onglet_actus.png) no-repeat left top;
}*/
.vols h2 div {
  cursor: pointer;
  color: #233487;
}
.vols h2 div:hover {
  color: #c10073;
}
.vols_bas {
  background: url(images/vols_bas.png) repeat-y right top;
  padding: 3px 13px;
  border-top: 1px solid #8a9acb;
}
.fd_actus {
  padding: 6px 13px;
  /*background-color:#FFF;*/
}
.actus a.item {
  display: block;

  color: #185bab;
  padding: 10px 0px 10px 0px;
  font-weight: bold;
}
.actus a.item:hover {
  color: #c10073;
}
a.plus {
  background: url(images/plus_bleu.png) no-repeat left 4px;
  display: block;
  padding: 0px 0px 0px 16px;
  margin: 3px 0px;
  color: #151e51;
  font-weight: bold;
  float: right;
  width: 96px;
}
a.plus:hover {
  color: #c10073;
}
.actus a.plus {
  background-image: url(images/plus_rouge.png);
}
.tab_vols td {
  border-top: 1px solid #8a9acb;
  padding: 4px 13px;
  background-color: #fff;
}
.tab_vols tr.odd td {
  background-color: #e0effa;
}
.tab_vols .t-heure {
  background: url(images/fd_heure.png) repeat;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 35px;
  border-color: #6ba4d4;
}
.tab_vols .t-heure-arrive {
  background: url(images/fd_heure_arrive.png) repeat;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 35px;
  border-color: #6ba4d4;
}
.t-vol {
  font-size: 14px;
}
.t-ref {
  background: url(images/fd_ref.png) repeat;
  padding: 0px 5px;
  width: 40px;
  font-size: 12px;
  color: #295296;
}
.t-etat {
  font-size: 12px;
  text-transform: uppercase;
  width: 115px;
}

#pubBasse2 {
  width: 702px;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 60px;
}
.main img {
  max-width: 100%;
}
ul.ulBandeau li {
  list-style-type: none;
}
.banniere_home {
  display: block;
  margin: 10px 0;
}
.banniere_home img {
  display: block;
}
.banniere_home:hover {
  box-shadow: 0px 0px 6px rgba(0, 80, 150, 0.5);
}
.banniere_home2 img {
  display: block;
}
.vignetteCol img,
.colD a img,
.colD a {
  display: block;
}
.vignetteCol:hover img,
.colD a:hover {
  box-shadow: 0px 0px 6px rgba(0, 80, 150, 0.5);
}
.vigilance_covid {
  border-radius: 25px;
}
.cheminFull {
  margin-bottom: 25px;
}
#chemin.cheminFull a {
  font-size: 18px;
  font-weight: 600;
  padding-left: 35px;
  color: #273375;
}
.menuInt {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.menuInt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 1.1em;
  font-weight: 600;
  border: 3px solid #eb6608;
  background-color: #eb6608;
  border-radius: 4px;
  color: #fff;
  padding: 5px 13px;
  text-align: center;
  margin: auto 2px;
}
.flexChoix h2 {
  margin: 10px 20px;
  border: 1px solid #273375;
  border-radius: 5px;
  padding: 5px 10px;
}
.flexChoix h2.actif,
.menuInt a.actif,
.menuInt a:hover {
  border-color: #273375;
  color: #273375;
  background-color: #fff;
}
.bt_mesures {
  background: #eb6608;
  text-align: center;
  padding: 15px 20px;
  font-weight: 600;
  color: #273375;
  font-size: 1.2em;
  margin: 10px auto;
  display: block;
}
.bt_mesures span {
  display: block;
}
.bt_mesures:hover {
  color: #fff;
}
.flex {
  display: flex;
  justify-content: center;
}
.banniere_page {
  text-align: center;
  margin-bottom: 25px;
}
.mainFull {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: none;
}
.pageMesures h2 {
  font-size: 2em;
  text-align: center;
  display: block;
}
.colD img {
  max-width: 100%;
  height: auto;
}
.msg {
  padding: 5px 15px;
  border: 1px solid #233487;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 25px auto;
}

.msgError {
  border-color: red;
}
.msgWarning {
  border-color: #eb6608;
  border-width: 2px;
}
.msg hr {
  display: block;
  height: 1px;
  border: 0px;
  width: 50%;
  margin: auto;
  background: #ccc;
}
.msgHome {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #fff;
  flex-direction: column;
}
.msgHome a.submit {
  font-size: 1.7em;
  padding: 20px 25px;
  margin: 0px 25px 25px 25px;
  background: #eb6608 !important;
}
.msgHome a.submit:hover {
  background: #233487 !important;
}
.submit {
  background: #c10073;
  color: #fff;
  font-size: 1em;
  padding: 6px 15px;
  border-radius: 3px;
  display: inline-block;
  box-shadow: 4px 3px 0px rgba(60, 40, 0, 0.2);
  font-weight: 600;
}
.msgWarning .submit {
  background: #eb6608;
}
.submit:hover {
  background: #233487;
  color: #fff;
}
.msg .submit {
  margin-bottom: 15px;
}
.homeModern {
  display: block;
  height: 137px;
  background: url("plan-de-modernisation-sagpc-2021/img/modernisation_home.jpg")
    no-repeat left top;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}
.homeModern span {
  display: block;
  color: #fff;
  padding: 77px 0px 0px 25px;
  max-width: 200px;
  transition: 0.2s;
}
.homeModern:hover span {
  /*transform: scale(1.12);
	transform-origin: left bottom;*/
  font-size: 16px;
}
.boxAlert {
  background: #e62104 url("images/alert.png") no-repeat 15px 15px;
  padding: 25px 25px 25px 100px;
  color: #fff;
  font-weight: 700;
  font-size: 1.45em;
  margin-bottom: 15px;
}
.flexStart {
  justify-content: flex-start;
}
/* BADGE */
.siteBadge article {
  padding: 0px 25px;
}
.siteBadge form {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
}
fieldset.badgeField {
  background-color: #fff;
  border: 0;
  border-top: 1px solid #36c;
  margin: 5px 0px 30px 0;
  padding: 25px;
}
fieldset.badgeField > legend {
  font-weight: 600;
  font-size: 1.2em;
  color: #141e51;
}
.siteBadge input[type="submit"],
.siteBadge .submit {
  background-color: #36c;
  color: #fff;
  border-radius: 20px;
  border: 0px;
  padding: 5px 15px;
  font-weight: 600;
  margin: 0px;
  font-size: 1.1em;
}
.siteBadge input[type="submit"]:hover,
.siteBadge .submit:hover {
  background-color: #c10073;
  cursor: pointer;
}
.formSubmit {
  text-align: center;
  margin-top: -45px;
  margin-bottom: 25px;
}
.lignes > div {
  display: flex;
  align-items: center;
  margin: 13px 0px;
}
.lignes > div label {
  width: 160px;
  flex-shrink: 0;
  margin-right: 15px;
}
.lignes > div input {
  margin-right: 10px;
}
.obli {
  color: red;
}
.boxFile {
  display: flex;
}
.siteBadge .desc {
  font-size: 12px;
  color: #666;
  display: block;
}
fieldset.fieldBleu {
  border: 1px solid #ccc;
}
fieldset.fieldBleu > legend {
  color: #36c;
  font-weight: 600;
}
.nbr_visiteurs {
  font-weight: 600;
  margin: 15px 0px;
}
/* admin badge */
.badmin {
  background-color: #d2e2fb;
}
.connect_success {
  color: #a6ca08;
  font-weight: 600;
  background: #fff;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 8px;
}
.adm {
  background-color: #fff;
}
.adm thead td {
  background-color: #d2e2fb;
  font-weight: 600;
  color: #333e57;
}
.adm tbody th {
  text-align: left;
  width: 230px;
  font-weight: 400;
  color: #66819d;
}
.adm th,
.adm td {
  border-bottom: 1px solid #d2e2fb;
  border-right: 1px solid #d2e2fb;
  padding: 5px 10px;
}
.bouton {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #000033;
  font-weight: 600;
}
.bouton.bt_img {
  padding-left: 20px;
  background-image: url("images/fleche.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 10px auto;
}
.bouton.bt_logout {
  background-image: url("images/logout.png");
}
.bouton:hover {
  border-color: #3566cc;
  color: #3566cc;
  box-shadow: 3px 3px 0px rgba(53, 102, 204, 0.6);
}
.badmin input[type="submit"] {
  background: #c10073;
  color: #fff;
  font-size: 1em;
  padding: 4px 10px;
  border: 1px solid #c10073;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 2px 2px 0px rgba(60, 40, 0, 0.2);
  font-weight: 600;
  margin: 2px;
}
.badmin input[type="submit"].inp_valid {
  background: #a6ca08;
  border-color: #a6ca08;
}
.badmin input[type="submit"].inp_imprimer {
  background: #1370f1;
  border-color: #1370f1;
}
.badmin input[type="submit"].inp_cancel {
  background: #ca085b;
  border-color: #ca085b;
}
.badmin input[type="submit"]:hover {
  cursor: pointer;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
}
/* fin admin badge */
/* FIN BADGE */
/* fin css*/
