@import url('https://fonts.googleapis.com/css2?family=Italiana&family=La+Belle+Aurore&family=Poppins:wght@500&family=Raleway:wght@500&family=Roboto:wght@100;300;400&display=swap');
body {
  font-family: 'Roboto', sans-serif; /* Utilisez la police personnalisée comme première option, puis une police de secours comme "sans-serif". */
  overflow-x: hidden
}
:root {
  --bg-perso-color: #16334D;
  --nav-link-color: #93AABE;
  --custom-btnmenu-bg-color: #2F506C;
  --custom-btnmenu-text-color: #00E5D5;
  --custom-btnmenu-hover-bg-color: #00E5D5;
  --custom-btnmenu-hover-text-color: #2F506C;
  --colorbleutext: #16334D;
  --colorbleu2text: #2F506C;
}

.white {
  color: #fff
}
.textcolorcyan {
  color: var(--custom-btnmenu-text-color);
  font-family: 'Roboto', sans-serif; /* Utilisez la police personnalisée comme première option, puis une police de secours comme "sans-serif". */
  font-weight: bold;
}
/* CSS personnalisé pour la couleur de l'élément actif */
.navbar-nav .active {
  color: #00E5D5 !important; /* Couleur de texte pour l'élément actif */
}
.navbar-nav .active:focus, .navbar-nav .active:hover, .navbar-nav .active:hover {
  color: #00E5D5; /* Couleur de texte pour l'élément actif lors du survol et du focus */
}
.nav-link {
  color: var(--nav-link-color) !important;
  margin-right: 32px;
  font-size: 16px;
}
.bg-perso {
  background-color: var(--bg-perso-color);
}
.custom-btnmenu {
  background-color: var(--custom-btnmenu-bg-color);
  color: var(--custom-btnmenu-text-color);
  border-radius: 30px;
  padding-left: 70px;
  padding-right: 40px;
  border: 0;
  line-height: 35px;
  position: relative;
}
.custom-btnmenu:hover {
  background-color: var(--custom-btnmenu-hover-bg-color);
  color: var(--custom-btnmenu-hover-text-color);
}
.custom-btnmenu img {
  z-index: 0
}
.custom-btnmenu .icon {
  position: absolute;
  left: 28px;
  top: 6px;
  font-weight: 300;
  font-size: 36px !important;
}
.custom-btnmenu {
  margin-top: 40px;
  margin-bottom: 40px;
}
.custom-btn {
  background-color: var(--custom-btnmenu-bg-color);
  color: var(--custom-btnmenu-text-color);
  border-radius: 30px;
  padding-left: 32px;
  padding-right: 39px;
  border: 0;
  padding-top: 14px;
  width: 220px;
  height: 51px;
  font: normal normal normal 16px/25px Roboto;
  position: relative;
  letter-spacing: 0.5px;
}
.custom-btn:hover {
  background-color: var(--custom-btnmenu-hover-bg-color);
  color: var(--custom-btnmenu-hover-text-color);
}
.owl-nav, .owl-dots { display: none !important}
.custom-btnwhite:hover {
  background-color: #16334D;
  color: #00E5D5;
}
.custom-btnwhite {
  background-color: #fff;
  color: var(--custom-btnmenu-hover-text-color);
  border-radius: 30px;
  padding-left: 32px;
  padding-right: 32px;
  border: 0;
  position: relative;
  font: normal normal normal 16px/38px Roboto;
  width: 189px;
  height: 51px;
}
.section {
  position: relative
}
.reseausociauxslider {
  right: -7px;
  top: 730px;
  position: absolute
}
.reseausociauxslider a {
  margin-right: 20px;
}
.shadow-drop-bottom {
  -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes shadow-drop-bottom {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-bottom {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
  }
}
#slider {
  padding-top: 90px;
}
#slider .zonetext {
  z-index: 1;
  position: absolute;
  top: 32%
}
#slider .zonetext .info {
  color: var(--custom-btnmenu-text-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font: normal normal bold 16px/22px Roboto;
}
#slider .zonetext h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  font: normal normal bold 50px/58px Roboto;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  margin-bottom: 0px;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
#playlist .playlist {
  position: relative;
  z-index: 9999999;
  bottom: 0px;
}
#playlist {
    background-image: url('/img/photo_fd_playlist.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 170px;
}
#playlist .zonetext {
  z-index: 1;
  margin-top: 70px;
  margin-bottom: 70px;
}
#playlist .zonetext .info {
  color: var(--custom-btnmenu-text-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font: normal normal bold 16px/22px Roboto;
}
#playlist .zonetext h3 {
  color: #fff;
  font: normal normal normal 50px/58px Roboto;
  letter-spacing: 0px;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  margin-top: 0px;
}
#playlist .zonetext h4 {
  color: #fff;
  font: normal normal bold 28px/36px Roboto;
  letter-spacing: 0px;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  margin-top: 0px;
}
#playlist p {
  color: #fff;
  font: normal normal 300 18px/26px Roboto;
  max-width: 440px;
}
#playlist p strong {
  color: #fff;
  font: normal normal bold 18px/26px Roboto;
}
#playlist .direction {
  color: var(--custom-btnmenu-text-color);
  font-size: 30px;
  margin-top: 25px;
  cursor: pointer
}
#playlist .row .col-md-9 .col-md-3 {}
#playlist .playlist .ronded {
  background-color: aqua;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 27px;
  top: 190px;
  color: #102638;
}
#playlist .playlist .btplaystop {
  font-size: 22px !important;
  margin-top: 10px;
}
#playlist .playlist .pochette {
  border-radius: 10px 10px 0px 0px;
}
#playlist .playlist h3 {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  font: normal normal normal 22px/30px Roboto;
}
#blog .container .row {
  overflow-x: auto;
  scroll-behavior: smooth;
}
#blog .container .row h3 a {
  font: normal normal normal 24px/34px Roboto;
  color: #2F506C;
  text-decoration: inherit;
}
#blog .container .row .col-md-4 {
  margin-bottom: 100px;
}
#blog h2 {
  font: normal normal normal 50px/58px Roboto;
  color: #2F506C;
  margin-bottom: 126px;
}
#blog .container .row .col-md-5 .datepub {
  font: normal normal bold 16px/22px Roboto;
  color: #00E5D5
}
#blog .container .row .col-md-5 h3 {
  font: normal normal normal 28px/34px Roboto;
  color: #2F506C
}
#blog .container .row .col-md-5 img {
  border-radius: 10px;
}
#blog .container .row .col-md-5 a {
  font: normal normal normal 28px/34px Roboto;
  color: #2F506C;
  text-decoration: none
}
#direction {
  display: flex;
}
#arrow_left, #arrow_right {
  cursor: pointer;
}
/* styles.css */
#contact .container {
  margin-top: 175px;
  margin-bottom: 175px;
}
#contact .col-md-3 {
  text-align: center;
}
#contact .col-md-3 .reseauxsociaux {
  text-align: center
}
#contact .col-md-3 .reseauxsociaux img {}
#contact .name {
  font: normal normal bold 16px/24px Roboto;
  color: #2F506C;
}
#contact .tel {
  font: normal normal normal 16px/22px Roboto;
  color: #2F506C;
}
#contact h1 {
  font: normal normal normal 50px/58px Roboto;
  color: #2F506C;
}
#contact h1 span {
  font: bold !important;
}
#contact p {
  font: normal normal bold 24px/28px Roboto;
  color: #2F506C;
}
#mentionslegales .container {
  margin-top: 175px;
  margin-bottom: 175px;
}
#mentionslegales span {
  font: bold !important;
}
#mentionslegales h1 {
  font: normal normal normal 50px/58px Roboto;
  color: #2F506C;
}
#mentionslegales h2 {
  font: normal normal normal 40px/48px Roboto;
  color: #2F506C;
}
#mentionslegales h3 {
  font: normal normal normal 24px/28px Roboto;
  color: #2F506C;
}
#mentionslegales .container p {
  font: normal normal normal 14px/21px Roboto;
  color: #2F506C;
  margin-top: 48px;
}
#mentionslegales .container ul li {
  font: normal normal normal 14px/21px Roboto;
  color: #2F506C;
}
#mentionslegales h1 span {
  font: bold !important;
}
#mentionslegales p {
  font: normal normal bold 18px/21px Roboto;
  color: #2F506C;
}
#contact label {
  font: normal normal normal 16px/22px Roboto;
  color: #2F506C;
  margin-top: 25px;
}
#contact input {
  color: #93AABE;
  border: 0px;
  border: 2px solid #B0F8F2;
  border-radius: 25px;
  margin-top: 4px;
}
#contact textarea {
  color: #93AABE;
  border: 0px;
  height: 350px;
  border: 2px solid #B0F8F2;
  border-radius: 25px;
}
#contact .obligatoire {
  font: normal normal 300 18px/24px Roboto;
  color: #2F506C;
  margin-left: 10px;
}
#contact .cadreuser {
  background: #F0F4F7 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px;
  max-width: 170px;
}
#inscription .container {
  margin-top: 237px;
  margin-bottom: 237px;
}
#inscription .col-md-3 {
  text-align: center;
}
#inscription .col-md-3 .reseauxsociaux {
  text-align: center
}
#inscription .col-md-3 .reseauxsociaux img {}
#inscription .name {
  font: normal normal bold 16px/24px Roboto;
  color: #2F506C;
}
#inscription .tel {
  font: normal normal normal 16px/22px Roboto;
  color: #2F506C;
}
#inscription h1 {
  font: normal normal normal 50px/58px Roboto;
  color: #2F506C;
}
#inscription h1 span {
  font: bold !important;
}
#inscription p {
  font: normal normal bold 24px/28px Roboto;
  color: #2F506C;
}
#inscription label {
  font: normal normal normal 16px/22px Roboto;
  color: #2F506C;
  margin-top: 25px;
}
#inscription input {
  color: #93AABE;
  border-radius: 25px;
  margin-top: 4px;
}
#inscription textarea {
  color: #93AABE;
  height: 350px;
  border: 2px solid #B0F8F2;
  border-radius: 25px;
}
#inscription .obligatoire {
  font: normal normal 300 18px/24px Roboto;
  color: #2F506C;
  margin-left: 10px;
}
#inscription .cadreuser {
  background: #F0F4F7 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px;
  max-width: 170px;
}
#inscription .row-custom {
  margin-top: 50px;
  margin-bottom: 50px;
}
#inscription .col-custom {
  border: 2px solid #16334D;
  border-radius: 10px;
  width: 227px;
  height: 211px;
  padding: 28px;
  text-align: center;
  padding-top: 25px;
  transition: background-color 0.3s ease; /* Pour une transition en douceur */
}
#inscription .col-custom:hover {
  border: 0px;
  background-color: #09E5D5; /* Changement de couleur de fond au survol */
}
/* Changement d'image au survol */
#inscription .col-custom:hover .app-img {
  content: url('/img/app-white.png');
}
#inscription .col-custom:hover .usb-img {
  content: url('/img/usb-white.png');
}
#inscription .col-custom:hover .cd-img {
  content: url('/img/cd-white.png');
}
#inscription .col-custom-active {
  border: 0px;
  background-color: #09E5D5 !important; /* Changement de couleur de fond au survol */
}
#inscription label.error {
  color: red;
  font-size: 0.8rem;
  display: block;
  padding: 0px;
  margin: 0px;
}
#inscription input.error {
  border: 2px solid red !important;
  color: red;
}
/* Changement d'image au survol */
#inscription .app-img-active {
  content: url('/img/app-white.png');
}
#inscription .usb-img-active {
  content: url('/img/usb-white.png');
}
#inscription .cd-img-active {
  content: url('/img/cd-white.png');
}
#inscription .col-custom-middle {
  margin-left: 40px;
  margin-right: 40px;
}
#inscription .title {
  font: normal normal bold 24px/28px Roboto;
  color: #2F506C;
  margin-top: 24px;
}
.scrolling-wrapper::-webkit-scrollbar {
  height: 10px;
}
.scrolling-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.scrolling-wrapper::-webkit-scrollbar-track {
  background: #efefef;
}
#univers .zonetext h2 {
  color: var(--colorbleutext);
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 90px
}
#univers .zonetext h3 {
  color: var(--colorbleu2text);
  font: normal normal bold 28px/38px Roboto;
}
#univers .zonetext p {
  color: var(--colorbleutext);
  font: normal normal 300 28px/42px Roboto;
}
#imagehotel {
  margin-top: 0px;
}
#designsonore { padding-bottom: 70px;}
#designsonore .zonetext .info {
  font: normal normal bold 16px/22px Roboto;
  text-transform: uppercase;
}
#designsonore .zonetext h3 {
  color: var(--colorbleu2text);
  font: normal normal normal 50px/58px Roboto;
}
#designsonore .zonetext .soustitre {
  color: var(--colorbleutext);
  font: normal normal bold 18px/26px Roboto;
  margin-top: 45px;
  margin-bottom: 40px;
}
#designsonore .zonetext p {
  color: var(--colorbleutext);
  font: normal normal 300 18px/26px Roboto;
  max-width: 540px;
}
.supportdif .zonetext {
  text-align: center
	  
}
.supportdif {
  background-color: #E9EEF2;
  margin-top: -60px;
  padding-bottom: 140px;
}
.supportdif .posecheck {
  position: absolute;
  margin-top: 183px;
}
.supportdif .zonetext .info {
  font: normal normal bold 16px/22px Roboto;
  text-transform: uppercase;
}
.supportdif .zonetext h3 {
  color: var(--colorbleu2text);
  font: normal normal normal 50px/58px Roboto;
}
.supportdif .zonetext h3 strong {
  font: normal normal bold 50px/58px Roboto;
}
.supportdif .zonetext .soustitre {
  color: var(--colorbleutext);
  font: normal normal bold 18px/26px Roboto;
  margin-top: 45px;
  margin-bottom: 40px;
}
.supportdif .zonetext p {
  color: var(--colorbleutext);
  font: normal normal 300 18px/26px Roboto;
  padding-bottom: 58px;
}
.supportdif .zonesupport {
  width: 100%;
  transition: background-color 0s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff
}
.supportdif .zonesupport {
  border-radius: 10px;
  transition: background-color 0s ease-in-out;
  padding-left: 46px;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-right: 46px;
  min-height: 526px;
}
.supportdif .zonesupport img {
  transition: opacity 0s ease-in-out;
max-width: 84px;
}
.supportdif .zonesupport img.app-white {
  display: none;
}

.supportdif .col-md-4 {
}
.supportdif .zonesupport h3 {
  color: #2F506C;
  font: Roboto;
  font-weight: bold;
  margin-top: 123px;
  position: absolute
}
.supportdif .zonesupport:hover {
  background-color: #09E5D5;
}
.supportdif .zonesupport:hover .posecheck {
  color: #fff
}
.supportdif .zonesupport:hover img.app-blue {
  display: none;
}
.supportdif .zonesupport:hover img.app-white {
  display: block;
}
.supportdif .zonesupport:hover .btnsupport {
  border: 2px solid #FFF;
  background-color: #fff;
  color: #2F506C;
  margin-left: 0px;
}
.supportdif .zonesupport p {
  color: #2F506C;
  font: normal normal normal 18px/26px Roboto;
  width: 249px;
  margin-left: 27px;
  margin-top: 183px;
  padding-bottom: 58px;
  position: absolute
}
.supportdif .btnsupport {
  border-radius: 26px;
  padding-left: 32px;
  padding-right: 32px;
	top: 270px;
  bottom: 0px;position: relative;
}
.btnsupport {
  border-radius: 26px;
  border: 2px solid #00E5D5;
  font: normal normal bold 16px Roboto;
  color: #2F506C;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: inherit
}
.btnsupport:hover {
  border: 2px solid #FFF;
  background-color: #fff;
  color: #2F506C
}
#interesse {
  padding-bottom: 70px;
}
#interesse h4 {
  color: #fff;
  padding-top: 110px;
  padding-bottom: 35px;
  font: normal normal normal 40px/48px Helvetica;
}
#interesse h4 span {
  font-weight: bold;
}
#interesse .backwhite {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
  width: 426px;
  max-width: 426px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  color: #2F506C
}
#interesse .backwhite span {
  font-weight: bold
}
#interesse .interesseoffre {
  display: flex;
  justify-content: center;
  text-align: center;
}
#interesse .interesseoffre p {
  font-size: 45px;
  font: normal normal normal 40px/48px Helvetica;
}
#satisfaction {
  background-color: #E9EEF2;
	padding-top: 70px;
}
#satisfaction h3 {
  color: #2F506C;
  font-size: 45px;
}
#satisfaction h3 span {
  font-weight: bold;
}
#applicationdownload {
  background-color: #00E5D5;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center
}
#applicationdownload .titre {
  color: #2F506C;
  font-size: 50px;
  line-height: 58px;
  font: Roboto;
}
#footer {
  font-size: 14px;
  margin-top: 20px;
}
#footer {
  color: #2F506C;
}
#footer a {
  color: #2F506C;
  text-decoration: inherit;
  margin-right: 35px;
}
#stepquisommesnous .zonetext h2 {
  color: var(--colorbleutext);
  font-size: 72px;
  margin-top: 100px;
  font-weight: bold;
  margin-bottom: 90px
}
#stepquisommesnous .zonetext2 h3 {
  color: #2F506C;
  font: normal normal normal 50px/60px Roboto;
}
#stepquisommesnous .zonetext1 h3 {
  color: #2F506C;
  font: normal normal normal 50px/60px Roboto;
}
#stepquisommesnous .zonetext1 {}
#stepquisommesnous .zonetext2 {
  margin-left: 240px;
  margin-top: 100px;
  margin-bottom: 100px;
}
#stepquisommesnous .zonetext1 img {
  width: 84px;
  height: 84px;
  margin-top: 128px;
}
#stepquisommesnous .zonetext2 img {
  width: 84px;
  height: 84px;
  margin-top: 128px;
}
#stepquisommesnous .zonetext1 p {
  color: #2F506C;
  font: normal normal 300 28px/42px Roboto;
  max-width: 762px;
  margin-left: 100px;
}
#stepquisommesnous .zonetext2 p {
  color: #2F506C;
  font: normal normal 300 28px/42px Roboto;
  max-width: 762px;
  margin-left: 100px;
  margin-bottom: 0rem;
}
#unpeudhistoire .zonetext h2 {
  color: var(--colorbleutext);
  font: normal normal bold 72px/80px Roboto;
}
#unpeudhistoire .zonetext p {
  color: var(--colorbleutext);
  font-size: 18px;
}
#unpeudhistoire .soustitre {
  font: normal normal bold 28px/38px Roboto;
  color: #16334D
}
#obtenirinfo {
  padding-bottom: 70px;
  height: 400px;
}
#obtenirinfo h4 {
  color: #fff;
  padding-top: 90px;
  padding-bottom: 30px;
  font-size: 50px;
}
#obtenirinfo h4 span {
  font-weight: bold;
}
.positionpls {
  position: relative;
  z-index: 999
}
.bgsliderapps {
  background-image: url('/img/bgapp.png')
}
.bgsliderapps p {
  color: #fff;
  font: normal normal bold 18px/26px Roboto;
  margin-top: 33px;
}
.bgsliderapps img {
  margin-top: 21px;
  margin-bottom: 25px;
}
#applicationsimpleetintuitive {
  padding-top: 58px;
}
#applicationsimpleetintuitive .zonetext {
  text-align: center
}
#applicationsimpleetintuitive h3 {
  font: normal normal normal 50px/58px Roboto;
  color: #2F506C;
}
#applicationsimpleetintuitive h3 strong {
  font: normal normal bold 50px/58px Roboto;
}
.bgsliderblog {
  background-image: url('/img/bgblog.png')
}
.espaceplaylist {
  margin-bottom: 80px !important;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  margin-top: 40px;
}
.espaceblock {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.info {
  padding-bottom: 15px;
}
h3, h2 {
  margin: 0px;
}
#article h1 {
  font: normal normal normal 50px/58px Roboto;
  color: #2F506C;
}
#article h3 {
  font: normal normal bold 28px/42px Roboto;
  margin-top: 22px;
  margin-bottom: 22px;
}
#article {
  color: #2F506C
}
#article img {
  border-radius: 10px 10px 0px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#article p {
  font: normal normal normal 18px/26px Roboto;
}
.pt-120 {
  padding-top: 120px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.custom-input {
  height: 33px !important;
  background: #E9EEF2 !important;
  border: transparent !important;
}
.page-item.active .page-link {
  color: var(--custom-btnmenu-text-color);
  background-color: var(--bg-perso-color);
  border-color: var(--bg-perso-color)
}
.page-link {
  color: var(--bg-perso-color);
}
.page-link:hover {
  color: var(--bg-perso-color);
}
.centermobile {
  text-align: center
}

.reseausociauxslider {
  right: 0px;
  top: 0px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}