@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800&display=swap');

*{
    box-sizing:border-box;
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-family: 'Raleway', sans-serif;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

marquee{
    height:0;
    width:0
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    width:30px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    25%  { opacity:1; }
    50%  { opacity:0.3; }
    75%  { opacity:1; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    25%  { opacity:1; }
    50%  { opacity:0.3; }
    75%  { opacity:1; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    25%  { opacity:1; }
    50%  { opacity:0.3; }
    75%  { opacity:1; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    25%  { opacity:1; }
    50%  { opacity:0.3; }
    75%  { opacity:1; }
    100% { opacity:1; }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 4s infinite;
    -moz-animation: flickerAnimation 4s infinite;
    -o-animation: flickerAnimation 4s infinite;
    animation: flickerAnimation 4s infinite;
}


body { 
    line-height: 1.3;
    font-size: 15px;
    text-align:justify;
    background: transparent url(../images/bg.gif);
    background-repeat: repeat;
    color: black;
    margin: 0;
    padding: 0;
    font-weight:600;
}

a {
    color:#42BABC;
}

a:active{
    color:#2DFEE2;
} 

a:visited {
    color:#23B9A5;
} 

a:link {
    color:#42BABC;
}

.red{
    color:red;
}

.size-3{
    font-size:18px;
}

.size-6{
    font-size:34px;
}

.size-8{
    font-size:42px;
}

h1 {
    color:white;
    font-weight:strong;
    font-size:24px;
    line-height:1;
}

h2 {
    color:red;
    font-weight:strong;
    font-size:25px;
    line-height:1;
}

h3 {
    color:#218099;
    font-style:normal;
    font-weight:strong;
    font-size:16px;
    line-height:1.3:
}

#lien3km {
    height:1px;
    width:1px;
    background:transparent;
    display:block;
}

#topmenu{
    margin-top:50px;
}

#topmenu .icon {
  display: none;
}

#feuille {
    margin:25px auto;
    background: #002E3B;
    background: #002833;
    background: rgba(0, 40, 51, 0.6);
    /*background:transparent;*/
    width: 1250px;
    display: table;
    box-shadow: 0 0px 30px 10px rgba(0, 0, 0, 0.36);
}

#logo img{
    width:100%;
    margin-top:20px;
}

#header{
    float:right;
    margin:auto;
    background-size:100% 100%;
    width: 75%;
    height: 200px;
    font-weight: bold;
    font-size: 34px;
    text-decoration: none;
    letter-spacing: 2px;
    color: white;
    color:#002E3B;
    /*text-shadow:1px 1px 4px #fff,
        -1px -1px 0 #fff,  
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;*/
    text-align: center;
    line-height:1.1;
    position:relative;
}

#header .slide{
    /*opacity:.33;*/
    opacity:.95;
    width:100%;
    background: url(../images/slide.gif) center center no-repeat white;
    background: url(../images/Carte_Marine_bateau_ecole_richard_audinet_passez_votre_permis_bateau_jet-ski_en_1_JOUR_toutes_les_semaines.png) center center no-repeat white;
    background-size:100% 100%;
    height: 200px;
}

#header .text{
    position:absolute;
    top:0; left:0;
    width:100%;
    z-index:1;
    margin-top:25px;
}

#header .text .red:first-child{
    margin-top:20px;
}

#header .text .white{
    text-shadow:none;
}

#header .text strong{
    font-weight:800;
}

#clear{
    clear : both; /* both pour arr�ter l'effet du float left et right en m�me temps*/
}

#headerleft {

    float:left;
    background-image: url(../images/Photos_bateau_jet-ski_bateau_ecole_richard_audinet_passez_votre_permis_bateau_jet-ski_en_1_JOUR_toutes_les_semaines.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 330px;
    height: 250px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display:block;

    width:30%;
}

#headerright {
    float:left;
    font-weight: bold;
    font-size: 43px;
    text-decoration: none;
    letter-spacing: 2px;
    color: #212626;
    text-shadow:0 0 10px white;
    text-align: center;
    line-height:1.3;
    width:30%;
    height:auto;
}
.button {
    width:100%;
    color: white;
    font-size: 18px;
    font-weight:300;
    text-decoration: none;
    text-transform:none;
    vertical-align: middle;
    padding:10px 10px;
    margin-bottom:3px;
    text-align:center;
}
.button:hover, .button:active, a.active .button{
    color:#002E3B;
    background: white;
    border-left:10px solid #42BABC;
    font-weight:700;
}

.button2 {
    border-top: 1px solid #97f4f7;
    background: #65ced6;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e9c9c), to(#65ced6));
    background: -webkit-linear-gradient(top, #3e9c9c, #65ced6);
    background: -moz-linear-gradient(top, #3e9c9c, #65ced6);
    background: -ms-linear-gradient(top, #3e9c9c, #65ced6);
    background: -o-linear-gradient(top, #3e9c9c, #65ced6);
    padding: 10px 0;
    width:100%;
    height:auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align:center;
}


#menu {
    float:left;
    background: transparent;
    width:25%;
    color: white;
    text-align:center;
    display:block;
    padding:0px;
    padding-bottom:25px;
}

#menu a{
    width:100%;
}

#menu a:first-child, #menu h1{
    display:inline-block;
    margin-top:0px;
}

#menu h1{
    display:inline-block;
    margin-top:100px;
    font-weight:500;
}

#sidebar-menu{
    padding:0 20px;
}

#sidebar-bottom{
    display:none;
}

#content {
    display:block;
    float:left;
    margin:auto;
    width:75%;
    background: white;
    margin: 0;
    color: #212626;
    padding:20px;
}

#title {
    width:100%;
    font-size:34px;
    text-align:center;
    margin: 5px auto 10px;
    padding-top:5px;
    color:#002E3B;
    font-weight:700;
    text-transform:uppercase;
    display:inline-block;
}

#title b{
    font-weight:700;
    width:100%;
    display:inline-block;
}

#title::after{
    content: '';
    width:20%;
    margin:0 40%;
    margin-top:10px;
    height:5px;
    display:inline-block;
    border-bottom:3px solid #002E3B;
    clear:both;
}

#colonne1 {
    background:transparent;
    width:30%;
    margin: 1%;
    float:left;
    padding:4px;
    display:block;
}

#colonne2 {
    background:transparent;
    width:30%;
    margin: 1%;
    float: left;
    padding:4px;
    display:block;
}

#colonne3 {
    background:transparent;
    width:30%;
    margin: 1%;
    float:left;
    padding:4px;
    display:block;
}

#colonne4 {
    background:transparent;
    width:50%;
    float:left;
    margin:5px;
    margin-left:25%;
    padding:5px;
    display:block;
}

#colonne5 {
    background:transparent;
    width:50%;
    float:right;
    margin:5px;
    padding:5px;
    display:block;
}

.colonne-half{
    float:left;
    width:50%;
    padding:15px;
}

.colonne-half.centered{
    margin:0 auto;
    float:none;
    clear:both;
}

.clearfix{
    clear:both;
    float:left;
    display:block;
    width:100%; height:1px;
}

#footer {
    background:transparent;
    margin:0;
    margin-top:-20px;
    width:100%;
    float:right;
    text-align:center;
    color:white;
    font-weight:300;
    line-height:20px;
    background:#000D14;
    padding:35px 0;
}

#footer a{
    font-weight:300;
    color:white;
}

.button-menu {
    display:none;
}


@media screen and (max-width: 1250px) {
    #feuille {
        width:990px;
    }
}

@media screen and (max-width: 990px) {
    #feuille {
        width:90%;
        margin:5%;
    }
    
    #header .text{
        margin-top:30px;
    }
    
    .size-3{
        font-size:14px;
    }

    .size-6{
        font-size:26px;
    }

    .size-8{
        font-size:36px;
    }
}

@media screen and (max-width: 920px) {
    #header{
        height:205px;
        font-size:26px;
    }
    
    #header .slide {
        height:205px;
        background-size: 100% 100%;
    }
    
    #header .text {
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    #header{
        width:100%;
        height:250px;
        font-size:26px;
    }
    
    #header .slide {
        height:250px;
        background-size: 100% 100%;
    }
    
    .size-3{
        font-size:14px;
    }

    .size-6{
        font-size:18px;
    }

    .size-8{
        font-size:28px;
    }
    
    #logo img{
        max-width:300px;
        margin-top:10px;
    }
    
    #menu{
        padding-bottom:0;
    }
    
    #menu, #topmenu, #content{
        width:100%;
    }
    
    #topmenu{
        height:0;
        overflow:hidden;
    }
    
    #topmenu.open{
        margin-bottom:40px;
    }
    
    #menu a.button-menu:link {
        display: block;
        float:left;
        width: 100%;
        color: white;
        text-align: center;
        display: block;
        padding: 0 30px;
        background:#42BABC;
        background:#050616;
        line-height:44px;
        margin-top:30px;
    }
    
    #sidebar-menu{
        display:none;
    }

    #sidebar-bottom{
        float:left;
        width:100%;
        display:block;
        color:white;
        text-align:center;
        padding:50px 0;
    }
    
    #colonne1, #colonne2, #colonne3, #colonne4, #colonne5, .colonne-half{
        width:100%;
        margin:0;
    }
}

#help{
	width:64px;
	height:64px;
	border-radius:100%;
	color: white;
	background:#42BABC;
	position:fixed;
	bottom:40px; right:32px;
	text-align:center;
	cursor:pointer;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

#help i{
	line-height:64px;
	font-size: 32px;
}

#call-to-action textarea{
	border:1px solid #efefef;
	box-shadow:none;
	outline: none;
	background:white;
	padding:10px;
	width:250px;
	text-align:center;
	font-size:14px;
	height:75px;
	min-height:20px;
}

#call-to-action textarea:focus{
	border:1px solid #42BABC;
}

#call-to-action{
	position:fixed;
	right:32px;
	bottom:120px;
}

#button-call-to-action{
	color: white;
	border:1px solid #42BABC;
	background:#42BABC;
	width:100%;
	padding:10px;
	margin-top:10px;
	display:inline-block;
	text-align:center;
}