<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Raleway","Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
/* ----------------------- GLOBAL TAGS */
/* ----------------------------------- */
/* ----------------------------------- */
.center {
    text-align: center;
}
.left{
    text-align: left;
}
.shadow{
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);  
}
.nopad{
    padding:0px;
}
.mt50{
    margin-top: 50px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mb20{
    margin-bottom:20px;
}
.mb50{
    margin-bottom:50px;
}
.no-margin{
    margin: 0px !important;
}
.pad-l-20{
    padding-left: 20px !important;
}
.pad-r-20{
   padding-right:20px;
}
.weight500{
    font-weight:500;
}
.ZebraDialogOverlay{
    z-index: 9990 !important;
}
.ZebraDialog{
    z-index: 9999 !important;
}
.hsep{
    margin-bottom: 10px;
    border-bottom:1px solid #efefef;
    padding-bottom: 5px;
    font-weight: 600;
    color: #efefef;
}
.box-txt-thin{
    max-width: 500px;
    margin: 20px auto;
}
.stylebox{
    padding: 4px;
    background-color: #454545;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
}
/* --- FORM -- */
.f_box{
    width:80%;
    margin: 0px auto;
}
.f_box p{
    margin-bottom: 15px;
}
input,textarea,select{
    border:1px solid #efefef;
    padding: 7px 10px 7px 10px;
    display: block;
    width:100%;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.92);
}
input[type="submit"]{
    border:none;
    background-color: #60C8C0;
    color: #fff;
    font-weight:500;
}
.in-error{
    border:1px solid red;
}
.ZebraDialog .ZebraDialog_Error{
    background-image: none !important;
}
/* ----------------------- ID TAGS */
/* ----------------------------------- */
/* ----------------------------------- */


/* --  PAGES */
#page{
    position: absolute;
    z-index: 1;
    width: 100%;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}
#head{
    text-align:left;
    background-color:rgb(249, 242, 232);
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
#logo{
    width:100%;
    max-width: 200px;
    position: relative;
    top:-2px;
}
#nav{
    display: inline-block;
    position: absolute;
    right:0px;
    bottom: 5px;
}
#nav li{
    display: inline;
    margin: 0px 10px;
}
#nav li:first-child{
    margin-left:0px;
}
#nav li:last-child{
    margin-right:0px;
}
#nav li a{
    color: #104C9A;
    font-size: 1.05em;
    font-weight: 600;
    text-decoration: none;
}
#nav li a:hover{
    color: #48C4C4;
}
#nav li a.on{
    color: #48C4C4;
    font-weight: 600;
}
#btn-mobile{
    color: #333;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.4em;
    cursor: pointer;
    display: none;
}
.cartouche{
    background-color:rgb(106, 103, 103);
    border-radius: 7px;
    padding:5px 10px;
    position: relative;
    height:40px;
    line-height:40px;
    display: inline-block;
}
.cartouche a{
    color: #fff !important;
    font-size: 0.9em !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.a-std{
    text-decoration: none;
    color: #fff;
}
#footer{
    background-color:rgb(249, 242, 232);
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 0.9em !important;
    color: #104C9A;
    z-index: 100;

}
#footer .wrapper{
    text-align: center;
}
#footer i{
    margin-right: 15px!important;
    font-size: 1.5em !important;
}
#footer p{
    display: inline-block;
}
    #footer a{
        color: #104C9A;
    }
.wrapper {
	display: block;
	width: 100%;
	max-width:1100px;
	margin: 0px auto;
    position: relative;
    text-align: left;
}
.wrapper.content{
    padding: 30px 0px;
    padding-top: 100px;
}

.wrapper.content h1, .wrapper.content h2,.wrapper.content h3,.wrapper.content h4{
    /*font-family: 'Quattrocento Sans', sans-serif;*/
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.wrapper.content h1{
    font-size: 1.8em;
}
.wrapper.content h2{
    font-size: 1.6em;
}


.grid {
	z-index: 10;
	display: flex;
	align-items: flex-start;
	flex: 0 0 auto;
	grid-auto-columns: '1fr';
	grid-template-columns: '1fr 1fr 1fr 1fr';
	grid-template-rows: auto;
    height: 100%;
}
.grid .g-60{
    flex: 60%;
}
.grid .g-40{
    flex: 40%;
}
.grid .g-50{
    flex: 50%;
}
.gap-r{
    padding-right: 40px;
}
.gap-l{
    padding-left: 20px;
}
.gap-r-20{
  padding-right: 20px;
}
.gap-l-20{
    padding-left: 20px;
}
.gap-c-20{
    padding-left: 20px;
}

.box-choice .gap-r-20{
    padding-left: 0px;
}
.box-choice .gap-l-20{
     padding-left: 0px;
}
.box-choice .gap-c-20{
     padding-left: 0px;
    border-right: 1px solid #efefef;
}

.brd-r{
    border-right: 1px solid #177FBF;
}
.brd-l{
    border-left: 1px solid #177FBF;
}
.grid-home {
	z-index: 10;
	display: flex;
	align-items: flex-start;
	flex: 0 0 auto;
	grid-auto-columns: '1fr';
	grid-template-columns: '1fr 1fr 1fr 1fr';
	grid-template-rows: auto;
    height: 100%;
}

.grid-home .g-2{
    flex: 50%;
}
.grid-home .g-2.w75{
    flex: 75%;
}

.grid-home.grid-wake{
    margin-top: 80px;
}
.grid-home.grid-wake.mt30{
    margin-top: 30px;
}
.grid-home.grid-wake .g-2{
   text-align: center;
}
.grid-home.grid-wake .g-2 h2{
    cursor: pointer;
}
.grid-home.grid-wake .g-2 h2:hover{
    cursor: pointer;
    color:#48c4c4;
}
.grid-home.grid-wake .g-2 h2.bigh{
    cursor: default !important;

}
.grid-home.grid-wake .g-2 h2.bigh:hover{
    cursor: default !important;
    color: inherit !important;
}
#box-team h2, .grid-std h2{
    cursor: inherit !important;
}
#box-team h2:hover, .grid-std h2:hover{
    cursor: inherit !important;
    color: inherit !important;
}
.grid-wake img{
    border:7px solid #F9F2E8;
    border-radius: 2000px;
    display: block;
    width:80%;
    max-width: 200px;
    overflow: hidden;
    margin: 0px auto 20px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: border-color 0.6s linear;
    
    
}
.grid-wake img:hover{
   border-color:#235899;
}
.grid-home.grid-wake h2{
    font-size:1.4em;
}
#gmap{
    border:7px solid #F9F2E8;
    border-radius: 4px;
    display: block;
    width:80%;
    min-height: 280px;
    overflow: hidden;
    margin: 0px auto 20px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: border-color 0.6s linear;
}
/* ---- MODAL */
.ZebraDialog .ZebraDialog_Information{
    background-image: none !important;
    background-color: #F9F2E8 !important;
}
.ZebraDialog .ZebraDialog_Icon{
    padding: 20px !important;
}
.ZebraDialog .ZebraDialog_Information *{
    font-family: "Raleway","Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 500;
}
.ZebraDialog .ZebraDialog_Information h2{
    color: #104C9A !important;
    font-size: 1.8em !important;
    font-weight: 700;
}
.ZebraDialog .ZebraDialog_Information h3{
    font-size: 1.4em !important;
    font-weight: 700;
}
.ZebraDialog .ZebraDialog_Information h2,.ZebraDialog .ZebraDialog_Information h3,.ZebraDialog .ZebraDialog_Information h4,.ZebraDialog .ZebraDialog_Information p{
   margin-bottom: 20px !important; 
}

.listprix {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.listprix li {
    padding: 20px 0px;
    border-bottom: 1px solid #177FBF;
    position: relative;
}
.listprix li:last-child{
    border-bottom: none;
}

.listprix li a.btnreserve {
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #012870;
    border: 1px solid #012870;
    padding: 4px 20px;
    border-radius: 4px;
    text-decoration: none;
}

.btnPlan {
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #012870;
    padding: 4px 20px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #012870;
    color: #fff;
    text-shadow: none;
}

.listprix2 {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.listprix2 li {
    padding: 20px 0px;
    border-bottom: 1px solid #4BCBC5;
    position: relative;
}
.listprix2 li:last-child{
    border-bottom: none;
}
.listprix2 li a.btnreserve2 {
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 20px;
    border-radius: 4px;
    text-decoration: none;
}

.btnbuy{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #012870;
    border: 1px solid #012870;
    padding: 4px 20px;
    border-radius: 4px;
    text-decoration: none;   
}
.btnmobile{
    background-color:rgba(232,232,232,1);
    text-shadow: none;
    color:#025287 !important;
}
.pictgirls{
    max-width: 100% !important; 
    width:450px !important; 
    height:450px !important;
}
/* --- EVENT ---*/
.flex-container-event {
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
    text-align: center;
}
.flex-container-event &gt; div {
    flex: 30%;
    height: 200px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 2px solid #fff;
    border-radius:4px;
}
.bg-boat-serv {
    background-image: url(https://www.wakesharing.com/wp-content/uploads/2021/04/young-handsome-man-relaxing-on-his-sailboat-EA7SBYR-scaled.jpg);
}
.bg-kids-serv {
    background-image: url(https://www.wakesharing.com/wp-content/uploads/2021/04/2021-03-08-journee-de-la-femme.jpg);
    margin: 0px 10px;
}
.bg-event-serv {
    background-image: url(https://www.wakesharing.com/wp-content/uploads/2021/04/swimming-RYJ4XJS-scaled.jpg);
}
.btn-white {
  display:block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 20px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.6s linear;
  transition: color 0.6s linear;
    
}
.btn-white:hover{
    background-color: #fff;
    color: #104C9A;
    text-shadow: none;
}
/* --- BOUTIQUE -- */
.grid-slide img{
    border-radius: 0px !important;
    display: block;
    width: 90%;
    max-width: inherit !important;
    max-height: 330px;
}
.grid-horaire {
    text-align: left !important;
}
.grid-horaire ul{
    list-style:disc;
    list-style-position: inside;
}
/* -------------- FORM */
label {
	display: block;
	margin-bottom: .25rem;
	font-weight: 600;
    color: #fff;
}
.f-in {
	min-height: 3rem;
	margin-bottom: .75rem;
	padding: 3px;
	border: 1px solid hsla(0,0%,100%,.1);
	border-radius: 4px;
	background-color: #DDDDDD;
	font-size: 16px;
}
.f-in:focus{
    border:1px solid hsla(0,0%,100%,.5);
    outline:none;
    color: #111;
}
.f-in, .f-select {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 1.42857143;
	color: #333;

}
.form-grid {
	display: flex;
}
.form-field-wrapper {
    flex:50%;
}
.form-field-wrapper.mRight{
    margin-right:20px;
}
.p-submit{
    margin-top: 30px;
    text-align: right;
}
.btnSubmit {
	position: relative;
	overflow: hidden;
	padding: 1rem 1.5rem;
	justify-content: center;
	border: 1px solid hsla(0,0%,100%,.1);
	border-radius: 500px;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .5px;
	text-decoration: none;
	text-transform: uppercase;
    /*display: block;
    width: 100%;*/
    border-color: transparent;
    background-color: #f8d49e;
    color: #081212;

}
/* --- GIRLS */
.grid-wake img.pictgirls {
  cursor:default;
 transition: none;
}
.grid-wake img.pictgirls:hover {
  border-color: inherit;
}
/* --- APROPORS */

.list-team{
  columns: 2; 
}
.list-team li{
    text-align: center;
    
}
.list-team img{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-width: 3px;
    margin-right: 10px;
}
.list-team li span{
    font-weight:600;
    cursor: pointer;
    display: block;
    margin-bottom: 40px;
}

/* ####################################### ZEBRA STYLE  */
.mycustom3 .ZebraDialog_Title{
    color:#E4A234 !important;
}
.mycustom3 .ZebraDialog_Body {
  padding: 10px !important;
}
.mycustom3 table{
    display: table;
    width:100%;
    margin-bottom: 20px;
}
.mycustom3 table td{
   padding: 10px 0px;

}
.mycustom3 .box-commande-detail table td:last-child{
    text-align: right;
    /*border-top: 2px solid #ccc;*/
}
.mycustom3 h2{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* ---- PUB */
   /* --- MODAL */
.mypub .ZebraDialog_Body {
	padding: 40px !important;
	text-align: center !important;
	background-image: url('../img/surf.jpg') !important;
	background-size: cover !important;
	background-position: bottom !important;
   
}

.mypub .ZebraDialog_Body .mbox a.btnreserve {
	text-decoration: none;
	text-transform:uppercase;
	font-size:24px;
	font-weight:700;
	color:#012870;
	border:1px solid #012870;
	padding: 4px 20px;
	border-radius:4px;
	
}
.mypub .ZebraDialog_Body a.btnreserve:hover{
	background-color:#012870;
	color:#fff;
}
.mypub .ZebraDialog_Body .mbox{
	padding: 40px;
}
.mypub .ZebraDialog_Body .mbox h1,.mypub .ZebraDialog_Body .mbox h2{
	color:#012870 !important;
	font-family: "Raleway", Sans-serif;
	font-size: 20px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: 1. !important;
}
/* ---- GALERY */
.gal-list{
    margin-top: 30px;
    padding: 0px 20px;
    text-align: left;
}
.gal-list li{
     display: inline-block;
}
.gal-list li a{
    cursor:zoom-in;
}
.gal-list li img{
    /*max-height: 50px;*/
    border-width: 2px;
    
}

.lb-data .lb-close{
    position: absolute;
    top: 10px;
    z-index: 99; 
}
.lb-data .lb-details{
    display: none;
}

div.zabuto_calendar .table tr td{
    background-color: inherit !important;
}
div.zabuto_calendar .table tr.calendar-month-header td{
    background-color: #104C9A !important;
    color: #fff !important;
}
div.zabuto_calendar .table tr.calendar-month-header td span{
    font-weight: 700;
}

.nice-select{
    color:#000;
}
#boxReservation{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width:600px;
    margin-bottom: 60px;
}
.box-choice{
    border: 1px solid #efefef;
    border-radius: 0px 0px 4px 4px;
    
}
.box-choice &gt; div:first-child{
    border-right: 1px solid #efefef;
}
.btn-select-prod{
    cursor:pointer;
}
.btn-select-prod &gt; div{
    padding: 10px 0px;
}
.btn-select-prod:hover{
    background-color: rgba(255,255,255,0.68);
    color: #104C9A;
}
.btn-select-prod.on{
    background-color: rgba(255,255,255,0.68);
    color: #104C9A;
}
.box-product{
   display: none;
}
.box-select-product{
    border: 1px solid #efefef;
    border-radius: 4px 4px 0px 0px;
    border-bottom: none;
    padding: 10px;
}
.box-select-product label{
    margin: 0px;
}
.condition-box{
    margin-top: 30px;
    text-align: center;
}
/* --- MAIL MESSAGE */
.mailmessage{
    background-color: #104c9a;
}
.mailmessage h1,.mailmessage h3,.mailmessage h4,.mailmessage p{
    margin: 12px 0px;
}

/* ---- GALERIE */
#box-select-gal{
    max-width: 900px;
    margin: 20px auto;
}
#box-select-gal select{
    max-width: 500px;
    margin: 30px auto;
}
#box-gal-descr{
    width: 500px;
    margin: 20px auto 40px auto;
    background-color: #adeaea;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #104C9A;
}
#listGal{
    /*display: flex;
    justify-content: space-between;*/
}
#listGal li{
    margin: 12px;
    display: inline-block;
    width: 100px;
}
#listGal li div{
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2;
    background-size: cover;
    border-radius: 5px;
    border:2px solid #41ACA6;
    /*
    padding: 20px;
    border-radius: 2000px;
    */
}
#listGal li div a{
    display: block;
    position: absolute;
    z-index: 4;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right:0px;
}
.pevent {
	border: 7px solid #F9F2E8;
	border-radius: 2000px;
	display: block;
	width: 80%;
	max-width: 200px;
	overflow: hidden;
	margin: 0px auto 20px auto;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	cursor: pointer;
	transition: border-color 0.6s linear;
    margin-top: 30px;
}
/* ---- COOKIE RULES */
#cookiesbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
	background: #6A6767;
	padding: 60px;
}
#cookiesbar .cookiewrap{
    max-width: 1000px;
    margin: 0 auto;
}
#cookiesbar p {
	margin: 0;
    text-align: center;
}
#cookiesbar a {
	color: #779707;
	text-decoration: underline;
	background-color: transparent;
}
#cookiesbar a.btn-green {
	background: #104C9A;
	border-color: #fff;
	text-transform: uppercase;
	color: #fff;
    margin-top: 1rem;
    padding: 0.7rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
#cookiesbar a.btn-green span{
    font-weight: 600;
}

@media (max-width: 800px){
	.mypub .ZebraDialog_Body {
		width: 98%;
		background-position: center bottom;
		background-size:280%;
		background-repeat: no-repeat;
	}
	.mypub .ZebraDialog_Body h1,.mypub .ZebraDialog_Body h2{
		color: #012870;
	}
}


/* ---- CORPORATE */
#boxLogin{
    width: 350px;
    margin: 40px auto;
}
#boxLogin h2{
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
#boxLogin input[type='submit']{
    margin-top: 20px;
}

.grid-home.grid-wake .g-2 h2, .grid-home.grid-wake .g-2 img{
    position: relative;
    z-index: 2;
}
.detail-content{
    position: relative;
    z-index: 1;
    top:-80px;
    color:#fff;
    background-color:#104C9A;
    padding-top: 100px;
    padding-bottom: 20px;
    border-radius: 0px 0px 5px 5px;
    width: 250px;
    margin: 0px auto;
    display:none;
}
.detail-content p{
    margin-bottom: 10px;
}

.btnResAgain{
    border: none;
    background-color: #60C8C0;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 7px 25px;
    display: block;
    margin: 30px auto;
    text-decoration: none;
    width: 300px;
    text-align: center;
}
.btnResAgain:hiver{
    text-decoration: none;
    color:#fff;
    background-color: #104C9A;
}

/* --- PARTENAIRE */

.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 30px auto;
}
/*
.logo-item {
  flex: 0 0 calc(33.333% - 20px); 
  margin-bottom: 30px;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.logo-item img {
  max-height: 200px;
  max-width: 100%;
  object-fit: contain;
}
*/
.logo-item {
      flex: 0 0 calc(33.333% - 20px);
      margin-bottom: 30px;
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 200px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .logo-item:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .logo-item img {
      max-height: 200px;
      max-width: 100%;
      object-fit: contain;
      /*filter: grayscale(100%);*/
      transition: filter 0.3s ease;
    }

    .logo-item:hover img {
      filter: grayscale(0%);
    }

</pre></body></html>