@charset "UTF-8";
/* CSS Document */

/* Balises Génériques DFFBFF*/
body {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
/* body { background: url(https://7a64d8.claudeassets.com/20240813062910im_/https://www.legrandguide.com/images/photo-flamboyant-mer-bleu-coin-de-mire-ile-maurice-jacques-roccaserra.jpg) no-repeat fixed; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";} */

/* Code Bootstrap modifié */
.navbar-brand {padding: 0px 0px!important;}
.lead {margin-top: 0px!important; margin-bottom: 0px!important;}
h1, h2, h3, h4, h5, h6 {margin-top: 0px!important; margin-bottom: 0px!important;}

.btn-default {text-shadow: 0 0px 0!important; border-width: 2px!important; border-color: #FFFFFF!important;}
.btn-default:hover {background: #FFFFFF!important; color: #000!important; border-color: #FFFFFF!important;}
.container-fluid {padding-right: 0px!important; padding-left: 0px!important;}
.container {padding-right: 0px!important; padding-left: 0px!important;}
.row {margin-right: 0px; margin-left: 0px;}

.w-100 {
    max-height: 800px;
	}

.navbar-light {left: 90%;}



/* Header */

#header {position:fixed; width:100%; height: 116px; background: #FFFFFF; z-index:998; box-shadow: 0px 0px 20px black;}
#logo {width: 100%; height: auto; text-align: center; float: left; display: none;}

#menu-principal { width:100%; height:55px; font-family:Montserrat, Arial; text-align: center; float:left; display: none; z-index: 999;}
#menu-1, #menu-1 ul{padding:15px; margin:0; list-style:none; text-align:center;}
#menu-1 li{display:inline-block; position:relative;}

#logo-mobile {width: 100%; height: auto; text-align: center; float: left;}
.image-logo-mobile {width: 300px; height: auto;}
#bouton-menu-mobile { width:100%; color: #FFFFFF;text-align: center; float:left; paddinfloat:left;padding-top: 5px;}
#bouton-menu-mobile a {background: rgba(255,171,156,1.00);color: #FFFFFF; text-decoration: none; padding: 10px;}

#menu-mobile-rubrique {position:fixed; width: 100%; height: 100%; top: 26000px; left: 0px; background: rgba(255,255,255,1); text-align: center; z-index: 998;}
.bouton-menu-retour-1, .bouton-menu-retour-2 {cursor: pointer;}

.menu-mobile-rubrique-items {background: #FFFFFF; width: 100%; height: auto; text-align: center; float: left;}
.menu-mobile-rubrique-items a {color: #000; text-decoration: none; line-height: 2rem;}
.menu-mobile-rubrique-items a:hover {color: #FFFFFF; -webkit-transition:0.5s;}
.menu-mobile-rubrique-items:hover {background:rgba(255,171,156,1.00) ; -webkit-transition:0.5s;}

.menu-mobile-rubrique-decouvrir {position: fixed; width: 100%; height: 100%; background: #FFFFFF;top: 0px; left: 2600px; text-align: center; overflow: auto; z-index: 999;}
.menu-mobile-rubrique-decouvrir-items {background: #FFFFFF; width: 100%; height: auto; text-align: center; float: left;}
.menu-mobile-rubrique-decouvrir-items a {color: #000; text-decoration: none; line-height: 2rem;}
.menu-mobile-rubrique-decouvrir-items a:hover {color: #FFFFFF; -webkit-transition:0.5s;}
.menu-mobile-rubrique-decouvrir-items:hover {background:rgba(255,171,156,1.00) ; -webkit-transition:0.5s;}

.menu-espace {height: 50px!important; background: #FFFFFF; padding-bottom: 139px;}

.menu-active {background: rgba(255,0,116,1.00)!important;}
.menu-active a {color:#FFFFFF!important;}
.menu-active-decouvrir {background: rgba(255,0,116,1.00)!important;}
.menu-active-decouvrir a {color: #FFFFFF!important;}
.menu-active-decouvrir li a {color: #000!important;}
.menu-active-decouvrir li a:hover {color: #FFFFFF!important;}






/* Page Index */

#slider-menu{width: auto; height: auto; text-align: center;}
#slider-menu h1 {font-size: 2rem; font-weight: lighter; padding-bottom: 10px;}

.slider-sponsors{width: 80%; height: auto; padding-top: 50px; padding-left: 15%;}

/* Effet Texte sur images qui apparaissent */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border: 5px solid #FFF;
}

.hovereffect:hover {
	border: 5px solid rgba(255,0,116,1.00);
	-webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(255,255,255,0.9);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  position: relative;
  font-size: 26px;
  padding: 20px;
  background: rgba(0,125,255,1.00);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 300;
  letter-spacing: 2px;
}

.hovereffect:hover h2 {background:rgba(255,0,116,1.00); color: #FFF;}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #fff;
  background-color: #FFF;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  font-weight: normal;
  margin: 20px 0 0 0;
  padding: 50px 100px;
  letter-spacing: 2px;
  font-size: 20px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}



/* Page Videos à choisir */
.bloc-clients a {background: rgba(255,171,156,1.00); padding-top: 25px; padding-bottom: 10px; padding-left: 25px; padding-right: 25px; font-size: 2rem; color: #FFFFFF;}
.bloc-clients a:hover {background: rgba(111,183,255,1.00); text-decoration: none;}


/* Page Video choisie */
.bloc-video a {font-size: 2rem; color: #000;}
.bloc-video a:hover {color:rgba(0,125,255,1.00); text-decoration: none;}
.lecteur-video {width: 100%; height: 100%;}


/* Page Clients */
.carte-google-map {width: 100%; height: 100%;}


/* Footer */
#footer	{width:100%; height:auto; text-align: center; font-size: 0.8rem; float:left;}
#footer a {color: #FFFFFF;}
#footer a:hover {text-decoration: underline;}



.image-fond-regate {width: 100%; height: 500px; background-image: url("https://a75cb2.claudeassets.com/20240813062910im_/https://www.legrandguide.com/images/jacques-rocca-serra-guide-ile-maurice-photos-videos-regate-bateaux-pirogues-traditionnelles-500.jpg"); background-position: bottom; background-repeat: no-repeat; background-size: cover;}

.image-fond-flamboyant-mer-parallaxe {width: 100%; height: 500px; background-image: url("https://7a64d8.claudeassets.com/20240813062910im_/https://www.legrandguide.com/images/photo-flamboyant-mer-bleu-coin-de-mire-ile-maurice-jacques-roccaserra.jpg"); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;}

.image-fond-bateau-drone {width: 100%; height: 100%; background-image: url("/assets/www.legrandguide.com/images/photo-bateau-drone-jacques-roccaserra-ile-maurice-mer-bleu.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover;}



/* Hauteur */
.height100 {height: 100%!important;}


/* Fonts */
.font-mobile-app {font-size: 1.2rem; font-style: italic;}
.font-size-0-5 {font-size: 0.5rem;}
.font-size-1 {font-size: 1rem;}
.font-size-2 {font-size: 1.2rem;}
.font-size-3 {font-size: 3rem;}
.font-weight-300 {font-weight: 300;}
.font-weight-lighter {font-weight: lighter;}
.font-videos {font-size: 2rem;}
.font-presentation-video {font-size: 3rem;}


/* Images */
.image80 {max-width: 80%; height: auto;}
.image100 {width: 100px; height: 100px;}
.image-small {max-width: 50%;}
.image-xl80-sm100 {max-width: 70%; height: auto;}


/* Couleurs Background */
.bg-transparent {background: rgba(255,255,255,0.0);}
.bg-blanc {background:#FFFFFF!important;}
.bg-blanc-transparent {background: rgba(255,255,255,0.3);}
.bg-grey {background: rgba(165,165,165,1.00);}
.bg-black {background: rgba(0,0,0,1.00);}
.bg-red {background:rgba(255,0,4,1.00);}
.bg-orange {background:rgba(255,91,0,1.00);}
.bg-framboise {background: rgba(255,0,116,1.00);}
.bg-rose-clair {background:rgba(255,213,252,1.00)!important;}
.bg-rose-clair-1 {background: rgba(255,213,192,1.00);}
.bg-bleu-clair {background:rgba(0,125,255,1.00)!important;}
.bg-rose-orange {background: rgba(255,171,156,1.00);}


/* Lignes Couleurs */
.ligne-couleur-framboise { position: fixed; width: 100%; height: 3px; background: rgba(255,0,116,1.00); top: 126px; z-index: 997; display: none;}
.ligne-couleur-blanche { height: 3px; background: #FFFFFF;}
.ligne-couleur-bleu { height: 3px; background: rgba(0,125,255,1.00);}

.ligne-rose-orange {height: 25px; background: rgba(255,171,156,1.00);}
.ligne-noire {position:absolute; width: 100%; height: 1px; background: #000; margin-top: 229px; z-index: 995;}
.ligne-noire-footer {width: 100%; height: 1px; background: #000; margin-bottom: 10px; float: left;}
.barre-blanche {width: 100%; height: 2px; background: #FFFFFF; float: left;}


/* Couleurs */
.white-color {color: #FFFFFF!important;}
.black-color {color: #000;}
.bleu-color {color: rgba(0,42,255,1.00)!important;}
.rouge-color {color:#FF0004;}
.white-framboise-color:hover {background: #FFFFFF; color: rgba(255,0,116,1.00); padding-left: 5px; padding-right: 5px; text-decoration: none;}

.lien-color-black {color:#000;}
.lien-color-black:hover {color:#000; text-decoration: underline;}

.lien-white-color {color:#FFFFFF;}
.lien-white-color:hover {color:#FFFFFF; text-decoration: underline;}


/* Padding */
.padding-top-bas-20 {padding-top: 20px; padding-bottom: 20px;}
.padding-top-bas-50 {padding-top: 50px; padding-bottom: 50px;}
.padding-top-10 {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-50 {padding-top: 50px;}
.padding-bottom-15 {padding-bottom: 15px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-30 {padding-bottom: 30px;}
.padding-bottom-50 {padding-bottom: 50px;}
.padding-top-116-112 {padding-top: 116px;}
.padding-left-video {padding-left: 3%;}
.padding-bottom-video {padding-bottom: 800px;}
.padding-x-texte-description {padding-left: 1rem; padding-right: 1rem;}


/* Margins */
.margin-left-rigth-0 {margin-left:0px!important; margin-right: 0px!important;}
.margin-left-rigth-50 {margin-left:50px!important; margin-right: 50px!important;}
.margin-top-100 {margin-top: 100px;}


/* Cacher les éléments */
.cache-mobile-landscape {display: none;}
.cache-md-lg-xl {display: block;}
.cache-xl-sm {display: none;}




@media (orientation: landscape) and (max-device-width : 640px) {
	#header {max-height: 15%; overflow: hidden;}
	#logo-mobile {text-align: left; padding-left: 20px; padding-top: 2px;}
	.image-logo-mobile {max-width: 25%; height: auto;}
	#bouton-menu-mobile {text-align: right; margin-top:-36px; padding-right:50px;}
	.menu-espace {padding-bottom: 70px;}
}

/* @media (orientation: landscape) and (max-device-width : 640px) {
	.image-logo-mobile {display: none;}
} */


/* Extra small devices (portrait phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#menu-principal {display: none;}
	.image-logo { width:500px; height:auto;}
	#logo {display: none;}
	.font-presentation-video {font-size: 3rem;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#header {height:112px;}
	#menu-principal {display: inline;}
	#menu-mobile {display: none;}
	.image-logo { width:500px; height:auto;}
	#logo {display: inline;}
	#logo-mobile {display: none;}
	#bouton-menu-mobile {display: none;}
	#menu-mobile-rubrique {display: none;}
	.menu-mobile-rubrique-decouvrir {display: none;}
	.image-small {max-width: 80%;}
	.padding-top-116-112 {padding-top: 112px;}
	.font-presentation-video {font-size: 3rem;}
	.cache-md-lg-xl {display: none;}
	.cache-xl-sm {display: block;}
	.font-videos {font-size: 3rem;}
	.padding-x-texte-description {padding-left: 0rem; padding-right: 0rem;}
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#header {height:112px;}
	#menu-principal {display: inline;}
	#menu-mobile {display: none;}
	.image-logo { width:700px; height:auto;}
	#logo {display: inline;}
	#logo-mobile {display: none;}
	#bouton-menu-mobile {display: none;}
	#menu-mobile-rubrique {display: none;}
	.menu-mobile-rubrique-decouvrir {display: none;}
	.image-small {max-width: 80%;}
	.slider-sponsors{width: 80%; height: auto; padding-top: 0px; padding-left: 0%;}
	.padding-top-116-112 {padding-top: 112px;}
	.font-presentation-video {font-size: 3rem;}
	.cache-md-lg-xl {display: none;}
	.cache-xl-sm {display: block;}
	.font-videos {font-size: 3rem;}
	.padding-x-texte-description {padding-left: 0rem; padding-right: 0rem;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#header {height:112px;}
	#menu-principal {display: inline;}
	#menu-mobile {display: none;}
	.image-logo { width:700px; height:auto;}
	#logo {display: inline;}
	#logo-mobile {display: none;}
	#bouton-menu-mobile {display: none;}
	#menu-mobile-rubrique {display: none;}
	.menu-mobile-rubrique-decouvrir {display: none;}
	.image-small {max-width: 80%;}
	.slider-sponsors{width: 80%; height: auto; padding-top: 0px; padding-left: 0%;}
	.padding-top-116-112 {padding-top: 112px;}
	.font-presentation-video {font-size: 3rem;}
	.cache-md-lg-xl {display: none;}
	.cache-xl-sm {display: block;}
	.font-videos {font-size: 3rem;}
	.padding-x-texte-description {padding-left: 0rem; padding-right: 0rem;}

}
/*
     FILE ARCHIVED ON 14:02:25 Mar 31, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:15:46 Jul 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.402
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.029
  esindex: 0.006
  cdx.remote: 13.576
  LoadShardBlock: 76.408 (3)
  PetaboxLoader3.datanode: 51.409 (4)
  load_resource: 90.137
  PetaboxLoader3.resolve: 67.795
*/