/* couleur menu:#4682B4 ; rgb:70,130,180 ; Steel Blue */

html {
    transition: all 300ms ease;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 16px;
    text-align: center;
}

body {
    margin: 0 auto;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center left;
    background-size: cover;
}

#page-top {
    max-width: 1200px;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 10px;
}

#page-top a {
    padding-right: 10px;
    position: relative;
    float: right;
}

#page-top img {
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(70, 130, 180, 0.7);
}

#page-top img:hover {
    box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.7);
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-black {
    color: #000;
}

.txt-red {
    color: rgb(187, 65, 65);
}

.txt-orange {
    color: #4682B4;
}

.border-curve {
    border-radius: 10px 0;
}

.paddinglr25px {
    padding: 0px 25px 0px 25px;
}

.float-left {
    float: left;
}

@media screen and (max-width:640px) {
    .paddinglr25px {
        padding: 0px 5px 0px 5px;
    }
}

.title1-box {
    background: rgb(70, 130, 180);
    background: rgba(70, 130, 180, 0.9);
    left: 0;
    right: 0;
    margin: 10px 0 0 0;
    padding: 0;
    border-radius: 10px 0 0 0;
}

#title1 {
    text-align: center;
    font-size: 32px;
    color: #FFF;
    padding: 10px 0 10px 0;
    position: relative;
    font-weight: bold;
}

.title1-box p {
    margin: 10px 0 0 0;
}

.title2-box {
    text-align: center;
    font-size: 22px;
    color: #4682B4;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 25px 15px 15px 5px;
}

.header-box,
.header-box a {
    font-size: 30px;
    margin: 0px auto;
    margin-top: 10px;
    padding: 15px 0px 15px 0px;
    background: rgb(70, 130, 180);
    background: rgba(70, 130, 180, 0.85);
    color: #FFF;
    border-radius: 10px;
    text-decoration: none;
}

@media screen and (max-width:640px) {

    .header-box,
    .header-box a {
        font-size: 20px;
        padding: 5px 0px 5px 0px;
        margin-top: 0;
        border-radius: 0;
    }
}

.header-box a {
    background: unset;
    margin: 0;
    padding: 0;
}

.logo {
    margin: 0px auto;
    padding: 0px 5px 0px 5px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width:800px) {
    .logo {
        position: relative;
        float: left;
        background: transparent;
        background: rgba(255, 255, 255, 0.0);
    }
}

.core-box {
    margin: 0px auto;
    padding: 0px 0px 30px 0px;
    text-align: left;
    border-radius: 10px 0 0 0;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
}

.nav-box {
    height: 65px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.70);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    border-radius: 0px 0px 10px 0px;
    box-shadow: 0px 10px 5px -5px #000;
}

.red-dot {
    margin: 10px 0px 10px 30px;
    padding: 0px 5px 0px 5px;
    display: block;
    list-style-type: disc;
    color: red;
}

.red-dot li {
    padding: 0px 0px 10px 0px;
}

.red-dot a {
    color: #4682B4;
}

h1 {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    color: #FFF;
    left: 0;
    right: 0;
    background: rgb(70, 130, 180);
    background: rgba(70, 130, 180, 0.9);
    margin: 25px 0px 0px 0px;
    padding: 10px 15px 10px 5px;
    border-radius: 10px 0px;
}

h2 {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #FFF;
    left: 0;
    right: 0;
    background: rgb(70, 130, 180);
    background: rgba(70, 130, 180, 0.9);
    margin: 25px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    border-radius: 10px 0px;
}

h2>a {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 24px;
    color: #FFF;
    text-transform: capitalize;
}

h3 {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #4682B4;
    margin: 0;
    padding: 20px 10px 10px 15px;
}

h4 {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #4682B4;
    margin: 0;
    padding: 10px 10px 10px 20px;
}

p {
    margin: 10px 0px;
    padding: 0px 20px 0px 20px;
}

@media screen and (max-width:640px) {
    p {
        padding: 0px 10px 0px 10px;
    }
}

p br {
    margin-bottom: 10px;
}

.small-br {
    margin-bottom: 0px;
}

p a {
    color: #4682B4;
}

h4 a {
    color: #4682B4;
}

.footer-box {
    font-size: 12px;
    color: #FFF;
    left: 0;
    right: 0;
    background: rgb(70, 130, 180);
    background: rgba(70, 130, 180, 0.9);
    margin: 0 auto;
    padding: 10px 0px;
}

.footer-box a {
    font-size: 12px;
    color: #FFF;
}

.footer-box2 {
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 0px;
    border-radius: 0px 0px 10px 0px;
}

.iframe-yt {
    border: 0;
    margin: 10px;
}

.div-video-yt {
    text-align: center;
}

@media screen and (max-width:640px) {
    .div-video-yt {
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        text-align: center;
    }

    .div-video-yt iframe,
    .div-video-yt object,
    .div-video-yt embed {
        top: 0;
        left: 0;
        margin: 10px auto;
    }
}

/* LOGO */
#logo-club {
    position: relative;
    float: none;
    vertical-align: middle;
    z-index: 900;
    padding: 0px;
    margin: 0px 0px 0px 25px;
    width: 80px;
    height: 80px;
}

@media screen and (max-width:501px) {
    #logo-club {
        margin: 0;
    }
}

/* GLOBAL */

.photo,
.photo-paysage {
    margin: 10px;
    border-radius: 10px 0px;
}

.photo {
    position: relative;
    float: left;
    display: block;
    text-align: center;
    margin: 10px;
    border-radius: 10px 0px;
}

@media screen and (max-width:801px) {

    .photo-paysage {
        margin: 10px 0px;
        border-radius: 0;
        width: 100%;
        height: auto;
    }
}

.photo-centre-txt {
    margin: 10px auto;
    width: 1000px;
    height: auto;
    display: block;
}

@media screen and (max-width:1000px) {
    .photo-centre-txt {
        margin: 10px 0px;
        border-radius: 0;
        width: 100%;
        height: auto;
    }
}


.logo2018 {
    margin: 0 auto;
    width: 1000px;
    height: auto;
    display: block;
}

@media screen and (max-width:1000px) {
    .logo2018 {
        margin: 0px 0px;
        border-radius: 0;
        width: 100%;
        height: auto;
    }
}


.photo {
    margin: 10px 20px;
}

/* CARTE GEOPORTAIL */
#lien-geoportail {
    float: left;
    position: relative;
    margin: 10px 20px 0px 20px;
    border: 1px solid #4682B4;
    border-radius: 10px;
}

@media screen and (max-width:1200px) {
    #lien-geoportail {
        width: 100%;
        margin: 10px 0;
        border-radius: 0px;
    }
}

/* CARTE DES DISTANCES */
#carte-distance {
    width: 1000px;
    height: auto;
    margin: 15px auto;
    left: 0;
    right: 0;
    display: block;
}

@media screen and (max-width:1200px) {
    #carte-distance {
        width: 95%;
    }
}

/* IMAGES LOGO*/
.image-logo {
    position: relative;
    float: left;
    margin: 10px;
    padding: 0;
}

.style-photo {
    border-radius: 5px;
}

.imgpdf {
    position: relative;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 28px;
    margin: 0 0 0 10px;
}

@media screen and (max-width:500px) {
    .imgpdf {
        margin: 0;
    }
}

/* tableaux dans le corps du texte */
table.tableau {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    border-collapse: collapse;
    margin: 0px 10px;
    max-width: 500px;
}

@media screen and (max-width:500px) {
    table.tableau {
        width: 100%;
        max-width: 320px;
        margin: 0px;
    }
}

/* Entete tableaux dans le corps du texte */
table.tableau th {
    background-color: #4682b4;
    color: #fff;
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

/* Valeurs du tableau dans le corps du texte */
table.tableau td {
    border: 1px solid black;
    padding: 0 5px;
    text-align: right;
}

.tableau-min-col-size td {
    min-width: 90px;
    padding: 2px 5px 2px 5px;
}

@media screen and (max-width:500px) {
    .tableau-min-col-size td {
        min-width: auto;
        padding: 2px 5px 2px 5px;
    }
}

.tableau_photo {
    border-collapse: collapse;
    border: 1px solid black;
    margin: 10px auto;
    padding: 5px;
    width: 1000px;
    text-align: left;
}

table.tableau_photo th {
    background-color: #4682b4;
    color: #fff;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}

table.tableau_photo td {
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

/* fond blanc*/
.litebluebg {
    background-color: #fff;
}

/* fond bleu clair*/
.whitebg {
    background-color: #A9D0F5;
}

/* mise en forme de la carte google */
#carte-google {
    display: block;
    margin: 10px auto;
    width: 95%;
    height: 250px;
    border: 1px solid #4682b4;
    border-radius: 10px 0;
}

@media screen and (max-width:600px) {
    #carte-google {
        width: 100%;
        height: auto;
        border: none;
    }
}

/* mise en forme de la carte windytv */
.windytv-map {
    display: block;
    margin: 10px auto;
    width: 980px;
    height: 450px;
    border: 1px solid #4682b4;
    border-radius: 5px;
}

.windytv-meteo {
    display: block;
    margin: 10px auto;
    width: 980px;
    height: 220px;
    border: 1px solid #4682b4;
    border-radius: 5px;
}

@media screen and (max-width:600px) {

    .windytv-map,
    .windytv-meteo {
        width: 100%;
        height: auto;
        border: none;
    }
}


/* mise en forme carte bateau */
.txt-bateaux-gauche {
    margin: 10px;
    padding: 0px;
    width: 650px;
    text-align: left;
    color: #FFD700;
    font-size: 32px;
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

.txt-bateaux-droite {
    margin: 10px;
    padding: 0px;
    width: 650px;
    text-align: right;
    color: #FFD700;
    font-size: 32px;
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

.txt-bateaux-centre {
    margin: 10px;
    padding: 0px;
    width: 650px;
    text-align: center;
    color: #FFD700;
    font-size: 32px;
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

.img-background {
    height: 500px;
    width: 1000px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    padding: 0px;
    margin: auto;
}

@media screen and (max-width:500px) {
    .txt-bateaux-gauche {
        width: 90%;
        font-size: 22px;
    }

    .txt-bateaux-droite {
        width: 90%;
        font-size: 22px;
    }

    .txt-bateaux-centre {
        width: 90%;
        font-size: 22px;
    }

    .img-background {
        height: 250px;
        width: 100%;
        background-size: cover;
        border-radius: 0px;
    }
}


/* icones top right, facebook and shop */
#fb {
    margin: 10px auto;
}

#shop {
    margin: 80px auto;
}

.icone-fixed {
    left: 0;
    right: 0;
    position: fixed;
    top: 10px;
    z-index: 9000;
}

.icone-fixed a {
    position: relative;
    float: right;
}

.icone-fixed img {
    width: 60px;
    height: 60px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 5px 5px 5px rgba(70, 130, 180, 0.7);
}

.icone-fixed img:hover {
    box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.7);
}

@media screen and (max-width:500px) {
    #fb {
        margin: 5px auto;
    }

    #shop {
        margin: 50px auto;
    }

    .icone-fixed img {
        width: 45px;
        height: 45px;
    }
}

.flex-core-box {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
    padding: 0px 0px 30px 0px;
    text-align: left;
    border-radius: 10px 0 0 0;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
}

.flex-sub-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flex-item {
    width: 50%;
    min-height: 0;
    min-width: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.flex-item-full {
    width: 100%;
    min-height: 0;
    min-width: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    margin: 10px;
}

.flex-item-third {
    width: 30%;
    min-height: 0;
    min-width: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    margin: 10px;
}


.flex-img {
    width: 95%;
    display: flex;
    margin: 10px auto;
}

.flex-table {
    border-collapse: collapse;
    margin: 10px;
    padding: 5px;
    table-layout: fixed;
    width: 95%;
}

.flex-table th {
    background-color: #4682b4;
    color: #fff;
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.flex-table td {
    border: 1px solid black;
    text-align: center;
    word-wrap: break-word
}

.tableau_horaire {
    border-collapse: collapse;
    border: 1px solid black;
    margin: 10px 20px;
    padding: 5px;
    text-align: left;
}

@media screen and (max-width:800px) {
    .flex-item {
        width: 100%;
    }

    .flex-item-third {
        width: 100%;
        text-align: left;
        flex-direction: row;
    }

    .flex-table {
        margin: 0;
    }

    .tableau_horaire {
        font-size: 12px;
    }
}

table.tableau_horaire th {
    background-color: #4682b4;
    color: #fff;
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
    text-align: center;
}

table.tableau_horaire td {
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
    text-align: left;
}

@media screen and (max-width:1000px) {

    .tableau_horaire,
    .tableau_photo {
        width: 100%;
        margin: 10px 0;
    }
}