/*
Theme Name: TLV TVM
Author: Angelis
Author URI: http://www.angeliscom.fr/
Version: 3.0
Text Domain: cslive
*/

/*
 * Reset CSS
 */


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 *   5.14 - Contact
 *   5.15 - Iles d'or
 *   5.16 - Slider
 *   5.17 - Horaire
 *   5.18 - Background video
 *   5.19 - Datepicker and select box
 *   5.20 - Kendor elements
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
    color: #001b5b;
    line-height: 1.5;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}


.home header {
    padding-top: 0;
}

a {
    color: #0586D7;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

a:visited {
    /* color: #fff; */
}

h3 a:visited {
    color: #031a54
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    color: #004185;
    outline: 0;
    text-decoration: none;
}

a:hover {
}

.nomargin{
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    max-width: none;
}

.bluebackground{
    background-color: #000c4e;
    padding: 30px;
    background-image: url(/wp-content/uploads/2015/07/bg_iles.png);
}
.text-col{
    margin-right:50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-hyphens: none;
    hyphens: none;
}

h1 {
    font-size: 48px;
    margin: 15px 0px 35px 0px;
    font-weight: 900;
    color: #031A54;
}

header h1 {
    color: #fff;
    margin-top: 135px;
    margin-bottom: 0px;
}
h2 {
    font-size: 30px;
    margin: 25px 0;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.home .site h2 {
    color: #fff;
}

.site h2 {
    border-bottom: 1px solid #00ADE1;
    padding-bottom: 11px;
    color: #031a54;
    font-weight: 900;
    padding-left: 45px;
}

.site h2:before{
    content:"\f13d";
    font-family:FontAwesome;
    color: #9de0f4;
    padding-right: 20px;
    font-weight: 100;
    position: absolute;
    left: 0px;
}
.wpcf7 h2{
    border-color:#bad8ff;
    margin-left: 30px;
    margin-bottom: 10px;
}

h2.slider-title {
    text-align: center;
    border-bottom: 0;
    margin: auto;
    color: #fff;
    background: transparent!important;
}

h2.slider-title:before {
    display:none;
}

h2.slider-title i {
    color: #00ade1;
    margin-top: 50px;
}

.page-id-600 h2 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}
h3 {
    font-size: 21px;
    margin: 10px 0;
    text-align: left;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

.container .breadcrumbs {
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 100%;
    margin: 0;
    margin-bottom: 24px;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 0px;
    cursor: pointer;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

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

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    border: none;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    border: none;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-size: 14px;
    font-weight: 700;
    padding: 12px 15px;
    text-align: center;
}

td {
    border-top: 1px solid #e8edff!important;
    padding: 10px 15px;
    font-size: 12px;
}

tr{
    transition:all ease-in-out 0.2s;
}
tr:hover{
    background:#e8edff;
}
del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before,
.categories-links span:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
    font-family: inherit;
    padding: 5px;
}

input,
textarea {
    color: rgba(255, 255, 255, 0.4);
    background: #000C4E;
    line-height: 35px;
    text-indent: 5px;
    border: 0;
}

#itineraire input,#itineraire textarea, .wpcf7 input, .wpcf7 textarea {
    color: rgb(3, 26, 84);
    background: rgb(255, 255, 255);
    line-height: 35px;
    text-indent: 5px;
    border: 1px solid #bad8ff;
    margin-top: 5px;
}

.wpcf7 input[type="submit"], #calculer input[type="submit"] {
    background: #EF1A4A;
    color: #fff;
    font-weight: 700;
    order: 2;
    font-size: 20px;
    border-bottom: 3px solid #B51A3D;
    line-height: 30px;
    margin: auto 0 0 auto;
    position: relative;
    padding: 2px 10px;
    border-radius: 3px;
    max-width: none;
    box-shadow: none;
    display: block;
}

#calculer input[type="submit"].nobackground {
        color: #EF1A4A;
        background:transparent;
        font-size: 14px;
        padding: 0px;
        margin-top: 10px;
        float: inherit;
        border-radius: 0;
        font-weight: 400;
        line-height: 25px;
        border: 0;
        border-bottom: 1px solid;
}

#calculer input[type="submit"]{
    float:left;
    border: none;
    line-height: 45px;
}

.calculbtn{
    margin-top:40px;
}

input#BtnCalc {}

input:focus,
textarea:focus {
    outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: rgba(0, 27, 91, 0.8);
    /* Old browsers */
    /* Chrome 10+, Safari 5.1+ */
    /* W3C */
    border: none;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: inset 0 -2px rgba(255,255,255,0.1),inset 0 -3px rgba(0,0,0,0.1),0 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 -2px rgba(255,255,255,0.1),inset 0 -3px rgba(0,0,0,0.1),0 1px rgba(0,0,0,0.05);
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #01599F;
    /* Old browsers */
    /* Chrome 10+, Safari 5.1+ */
    /* W3C */
    outline: none;
}


button.btn span {
    padding-left: 10px;
}

.btn.videobutton {
    position: absolute;
    right: 150px;
    bottom: 220px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.btn.videobutton:hover, .btn.videobutton:focus {
    background: rgba(239,26,74,0.8);
}

a.btn {
    background: #2E99DD;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 3px solid #1772AD;
    transition: all ease-in-out 0.3s;
}

a.btn:hover {
    background: #fff;
    color: #2E99DD;
    border: 2px solid;
    border-bottom: 3px solid #2E99DD;
}


.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

::-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.home .site {
    background-color: #000C4E;
    padding-bottom: 80px;
}

.page-template-page-fret .fw-container{
    max-width: 900px;
}

.page-template-page-blog .site {
    background: #001b5b;
}

.page-template-page-blog #actu ul li {
    margin-bottom: 30px;
}

.page-template-page-fret .site{
   background: #003663;
}

.page-template-page-fret article h1{
   color: #fff;
   font-weight: 500;
}

p.point{
    color:#f58220!important;
    font-weight:600;
    letter-spacing:8px;
    font-size:40px!important;
    line-height: 15px;
}

.blue{
    color: #00ADE1!important;
}
.orange{
    color:#F58220!important;
}

.white{
    background: white!important;
}

a.btn.white{
    color: #000836;
    font-weight: 600;
    border: 2px solid;
    max-width: 201px;
    white-space: initial;
    margin: 15px auto;
    display: block;
}

a.btn.white:hover{
    color: #2E99DD;
    font-weight: 600;
    border: 2px solid;
}

a.btn.white i{
    font-size:40px;
    float: left;
    padding-right: 10px;
}

.page-template-page-fret article h2{
   color: #fff;
   font-weight: 500;
}

.page-template-page-fret article h2:before{
   display: none;
}

.page-template-page-fret .card{
    background: #000C4E;
    max-width: 180px;
    margin:auto;
    border-radius:10px;
    overflow:hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-template-page-fret .card-top{
    background-color: #000c4e;
    background-image: url(/wp-content/uploads/2015/07/bg_iles.png);
    font-weight: 700;
    text-align:center;
    padding: 8px 13px;
    height: 140px;
    font-size: 16px;
}
.page-template-page-fret .card-top .semibold{
    font-weight:500;
    text-align: center;
    display: block;
}

body.page-template-page-fret .entry-content .fw-page-builder-content .card-top em{
    font-size: 12px;
}
.page-template-page-fret .card-bottom{background: #fff;color: #003663;text-align: center;padding: 10px;font-size: 14px;line-height: 17px;position: relative;}
.page-template-page-fret .card-bottom:before{content:url("http://tlv.cest-mon-site.com/wp-content/uploads/2015/07/horloge.png");position: absolute;top: -15px;}
.page-template-page-fret .card-bottom strong{color: #003663;font-size: 17px;line-height: 24px;}

.page-template-page-fret article p{
   color: #fff;
   font-size: 14px;
   margin-bottom: 0;
}

div.list-section{
    display: flex;
    background: linear-gradient(#004071, transparent);
    padding: 35px 60px;
    margin-top: 20px;
}

.list-section ul{
    color:#fff;
}

.page-template-page-fret .list-section ul li:before {
    content: ">";
    color: #fff!important;
    background: #F58220;
    border-radius:50%;
    font-weight: 700;
    margin-right: 6px;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    float: left;
    line-height: 18px;
    margin-bottom: 35px;
    margin-top: 3px;
}
.list-section ul li{
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    float: left;
}

body.page-template-page-fret .entry-content .fw-page-builder-content em{
    font-weight:100;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.page-template-page-fret .fw-page-builder-content ul li:before {
    content: ">";
    color: #00ADE1;
    font-weight: 700;
    margin-right: 6px;
}

.page-template-page-fret{
    color:#fff;
}

.page-template-page-fret article p.title-list{
    border-bottom: 1px solid #F58220;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
}
.site {
    background: #fff;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
    /* max-width: 1600px; */
    width: 100%;
    padding-top: 50px;
}

.site-main {
    position: relative;
}
.page.page-template-page-blog.sidebar .site-main {
    max-width: 1170px;
    margin: auto;
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
}
.page.sidebar .site-main {
    width: 100%;
    display: initial;
}
.sidebar .site-main {
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    max-width: 1170px;
    margin: auto;
    padding-bottom: 40px;
}

.sidebar .content-area {
    flex: 2;
    }

.site-main .sidebar-container {
    position: relative;
    top: 0;
    flex: 1;
}

.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 175px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
    margin-right: 5px;
}

.site-header .site-title:hover {
    text-decoration: underline;
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 10px 13px;
    color: #fff;
}
.navbar-nav>li:before {
    opacity: 0;
    content: "";
    position: fixed;
    left: 0;
    height: 0;
    right: 0;
    top: -80px;
    margin: auto;
    z-index: -1;
    width: 1170px;
    background: url(/wp-content/themes/tlvtvm/images/bg-sous-nav.png) no-repeat;
    transition: all ease-in-out 0.7s;
}

.navbar-nav>li.open:after{
    opacity: 1;
    content: "";
    position: fixed;
    left: 0;
    border-bottom: 1px solid #cbe5f2;
    height: 0;
    right: 0;
    top: 86px;
    margin: auto;
    z-index: 0;
    width: 1170px;
    transition: all ease-in-out 0.7s;
    }

.navbar-nav>li.open > a:after, .navbar-nav>li.open > a:before {
    opacity: 1;
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    z-index: -1;
    background: transparent;
    transition: all ease-in-out 0.7s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #D7EAF8 transparent transparent transparent;
    bottom: -9px;
    z-index: 1;
}

 .navbar-nav>li.open > a:before {
     bottom: -10px;
     z-index: -1;
     left: calc(50% - 12px);
     border-width: 12px 12px 0 12px;
     border-color: #cbe5f2 transparent transparent transparent;
 }
.navbar-nav>li.open:before {
    opacity: 1;
    top: 55px;
    height: 100%;
}

/* Bouton de réservation en ligne */
.navbar-nav>li.btnresa>a {
    display: block!important;
    background: #ef1a4a !important;
    border: solid 1px #ef1a4a;
    border-bottom: solid 4px #ae1336;
    padding: 10px 20px!important;
    height: 36px!important;
    color: #ffffff!important;
    border-radius: 5px;
    line-height: 15px!important;
    margin-top: 25px;
}
.navbar-nav>li.btnresa>a:hover {
    background: #ffffff!important;
    color: #ef1a4a!important;
    border-color: #ef1a4a!important;
}

.site-description {
    font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
    color: #fff;
}

video#bgvid {
    position: fixed;
    width: auto;
    height: auto!important;
    max-width: none;
    top: 0;
    margin: auto;
    min-width: 100%;
    z-index: -1;
    min-height: 100%;
}

.home-form {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #6cc3e4;
    background: -moz-linear-gradient(top, rgba(0,163,212,0.8) 0%, rgba(209,238,252,0.57) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,163,212,0.8) 0%,rgba(209,238,252,0.57) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,163,212,0.8) 0%,rgba(209,238,252,0.57) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00a3d4', endColorstr='#91d1eefc',GradientType=0 );
    /* IE6-9 */
}

.nextnavette {
    background: #000c4e;
    color: #fff;
    padding: 0;
    text-align: center;
    max-width: 240px;
    height: 250px;
    margin-top: -30px;
    border-radius: 5px 5px 0 0;
}

.nextnavette .container{
    padding:0;
    width:100%;
}
.nextnavette .container .item {
    width: 100%;
    padding: 0px 30px;
    margin: 0;
}

.nextnavette .col-sm-6 {
    padding: 0;
}
.headernavette {
     /* Safari */
     /* Firefox 21- */
      /* IE 10+ */
      /* Chrome */
     padding: 0;
     margin: 0;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
     -webkit-box-direction: normal;
     -moz-box-direction: normal;
     -ms-flex-direction: row;
     -webkit-flex-direction: row;
     flex-direction: row; /* Standard (Firefox 22+) */
}

.headernavette .part1, .headernavette .part2, .headernavette .part3 {
/*    display: inline-block;*/
}
.headernavette .part1 {
    color: #00ade1;
    /* flex: 1; */
    font-size: 20px;
    width: 10%;
}

.headernavette .part2 {
    color: #fff;
    font-weight: 600;
    background: #00ade1;
    width: 30%;
    font-size: 16px;
    text-transform: uppercase;
}

.headernavette .part3 {
    background: #fff;
    width: 60%;
    color: #000836;
    font-weight: 900;
    font-size: 16px;
    border-top-right-radius: 3px;
}

.headernavette .part3 span {
    font-weight: 600;
    color: #00ade1;
}

    .nextnavette .item{
        max-width: 100%;
        width: 100%;
    }

.nextnavette label p {
    font-size: 15px;
    font-weight: 100;
    padding: 15px 0;
    max-width: 230px;
    margin: 0;
}

.nextnavette label p span {
    font-size: 25px;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 30px;
}

.digicode {
    background: #fff;
    font-weight: 900;
    font-size: 45px;
    border-bottom: 3px solid #BFBFBF;
    color: #000c4e;
    padding-left: 7px;
    display: block;
    max-width: 70px;
    line-height: 50px;
    border-radius: 3px;
    margin: auto;
    letter-spacing: 10px;
    position: relative;
    text-align: right;
}

.nextnavette .col-sm-6:nth-child(2):before {
    content: ":";
    position: absolute;
    color: #fff;
    font-size: 45px;
    left: -5px;
    top: 0;
    line-height: 45px;
}
.digicode:after {
    content: "";
    height: calc(100% + 10px);
    position: absolute;
    width: 3px;
    z-index: 1;
    left: 50%;
    background: #000C4E;
    top: 0;
    border-bottom: 3px solid #000C4E;
}

span.unit {
    color: #00ADE1;
    font-size: 17px;
    line-height: 40px;
}

.nextnavette .carousel-control.right, .nextnavette .carousel-control.left {
    height:35px;
    left:-17px;
    margin:auto;
    background: #00ADE1;
    opacity:1;
    box-shadow: 0px 0px 10px rgba(64, 61, 61, 0.52);
    border-radius:50%;
    top: 25px;
    font-size:25px;
    width: 35px;
    display: block;
    bottom: auto;
}
.nextnavette .carousel-control.right{
    left:auto;
    right:-17px;
}

.nextnavette .carousel-control.right:hover, .nextnavette .carousel-control.left:hover {
    background:#ef1a4a;
}
/**
 * 4.1.5 Home
 * ----------------------------------------------------------------------------
 */
.blocimg {
    height: 430px;
    color: #fff;
    text-align: left;
    padding: 30px;
    padding-top: 20px;
    max-width: 349px;
    margin: 0 30px;
    transition: all ease-in-out 0.7s;
    overflow: hidden;
    position: relative;
}

.blocimg:hover {
    height: 375px;
}

.nomargin.blocimg {
    margin-top: 30px;
    max-width: 350px;
    margin: auto;
}
.blocimg .hover {
    position: absolute;
    height: 375px;
    bottom: -230px;
    padding: 30px;
    opacity: 0.5;
    font-weight: 300;
    width:100%;
    padding-bottom: 30px;
    transition: all ease-in-out 0.7s;
    background: -moz-linear-gradient(top, rgba(0,12,78,0) 0%, rgba(0,12,78,0.8) 64%, rgba(0,12,78,0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,12,78,0) 0%,rgba(0,12,78,0.8) 64%,rgba(0,12,78,0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,12,78,0) 0%,rgba(0,12,78,0.8) 64%,rgba(0,12,78,0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000c4e', endColorstr='#cc000c4e',GradientType=0 );
    /* IE6-9 */
    left: 0;
    padding-top: 170px;
    background-repeat: no-repeat;
    background-size: 100% 335px;
    background-position: bottom center;
}

.blocimg .hover p {
    margin: 0;
}

.blocimg .hover .btn {
    width: auto;
    border-width: 0px;
    border-bottom-width: 3px;
    margin-top: 30px;
}
.blocimg:hover .hover {
    bottom: 0px;
    opacity: 1;
}

.blocimg h3 {
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    font-size: 31px;
    position: absolute;
    transition: all ease-in-out 0.7s;
    top: 20px;
    left: 30px;
}

.blocimg .subtitle {
    font-weight: 200;
    font-size: 22px;
    max-width: 305px;
    position: absolute;
    z-index: 1;
    top: 75px;
    transition: all ease-in-out 0.7s;
}
.blocimg:hover .btn.right-corner {
    opacity: 0;
}
.blocimg .btn.right-corner {
    position: absolute;
    right: 0;
    background: #fff;
    font-size: 14px;
    bottom: 0;
    font-weight: 800;
    color: #000c4e;
    border-bottom: none;
    border-radius: 0;
    text-transform: initial;
    padding: 2px 8px;
    transition: all ease-in-out 0.7s;

}


.blocimg:nth-child(2) {
    background: url(/wp-content/uploads/2016/01/porquerolles.jpg) no-repeat;
    margin-left: 0;
    background-position: bottom center;
}

.blocimg:nth-child(3) {
    background: url(/wp-content/uploads/2016/01/port-cros.jpg) no-repeat;
    background-position: bottom center;
}

.blocimg:nth-child(4) {
    background: url(/wp-content/uploads/2016/01/le-levant.jpg) no-repeat;
    margin-right: 0;
    background-position: bottom center;
}


.site .fw-col-sm-4 {
    color: #fff;
}

.site .fw-col-sm-4 > img {
    /* margin: 0 -15px; */
    width: 100%;
}

.site .fw-col-sm-4 > img {
    /* margin: 0 -15px; */
    /* width: calc(100% + 61px); */
    /* max-width: calc(100% + 30px); */
}

.bloc-fret{
  background: #031A54;
  padding: 25px 30PX 0;
}

.fw-main-row .bloc-fret p{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 5px;
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;}

.info-fret{
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    }

.info-fret > p{flex: 1;text-align: left!important;}

.info-fret span{
    text-transform: uppercase;
    font-weight: 600;
    color: #f58220;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 27px;
}


.info-fret span.tel{
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    height: 20px;
    margin-bottom: 25px;
    float: left;
}

.info-fret span.tel br{
    display: none;
}

.bloc-button-fret{
    background:url(/wp-content/uploads/2016/02/bouton_fret.jpg);
    text-align: center;
    padding: 75px 0;
}

.bloc-button-fret a{
    background:#fff;
    color: #031A54;
    font-weight:900;
    text-transform:initial;
    text-align:left;
    font-size: 18px;
    border-radius: 5px;
    border-bottom: 4px solid #D8D8D8;
    display: flex;
    padding-left: 80px;
    width: 235px;
    margin: auto;
}

.bloc-button-fret a i{
    float:left;
    font-size: 40px;
    margin-left: -60px;
    padding-right: 20px;
    line-height: 49px;
}
.fw-main-row p {
    /*  margin: 20px 30px;*/
    text-align: justify;
    font-size: 18px;
}

.fw-main-row p em {
    font-weight: 900;
    font-size: 23px;
}

.site .fw-col-sm-4 h2 {
    color: #00ade1;
    border-bottom: 0;
    margin-left: 40px;
    padding-left: 0;
}

.site .fw-col-sm-4 h2:before{
    position:absolute;
    margin-left: -40px;
}

.page-template-page-content .fw-row {
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    flex-wrap: wrap;
}

.page-template-page-content.page-id-589 .fw-row > div.fw-col-sm-4, .page-template-page-content.page-id-1410 .fw-row > div.fw-col-sm-4, .page-template-page-content.page-id-1412 .fw-row > div.fw-col-sm-4 {
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    flex: 1;
    justify-content: center;
    /* width: 33.33%; */
    }
.page-template-page-content .fw-row ul li {
    margin: 10px 0;
}

.page-template-page-content .fw-row ul li:before, .single .site article ul li:before, .col-droite ul li:before {
    content: ">";
    color: #00ADE1;
    font-weight: 700;
    margin-right: 6px;
}

.col-droite ul li{
    position:relative;
    padding-left: 20px;
}

.col-droite ul li:before{
    position: absolute;
    left: 0px;
}

.fw-container {
    max-width: 1170px;
}

.fw-main-row {
    position: relative;
}

.fw-col-xs-12 {
    width: 100%;
}

ul.tlv-info {
    display: flex;
    margin: auto;
    margin-top: 65px;
    max-width: 1170px;
}


ul.tlv-info li {
    width: 25%;
    display: inline-block;
    height: 200px;
    text-align: center;
    position: relative;
}

ul.tlv-info li:after {
    content: "/";
    font-size: 60px;
    color: #fff;
    font-weight: 100;
    position: absolute;
    right: 0;
    line-height: 100px;
    top: 0;
    opacity: 0.5;
}

ul.tlv-info .number {
    color: #00ade1;
    font-weight: 600;
    font-size: 45px;
}

ul.tlv-info .title {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

ul.tlv-info .subtitle {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    max-width: 45%;
    display: block;
    margin: auto;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
}


.navbar-nav>li>a {
    padding-bottom: 15px;
    padding: 24px 15px 15px 20px;
    height: 84px;
    vertical-align: middle;
    line-height: 20px;
    color: #001b5b;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    max-width: 137px;
    font-weight: 700;
    text-align: center;
    background: #fff;
}

.navbar-nav>li.btn>a {
    background: #EF1A4A;
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #B51A3D;
    line-height: 35px;
    margin: AUTO;
    height: auto;
    padding: 0px 15px;
    max-width: none;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    position: relative;
}

.navbar-nav>li.btn {
    padding-left: 0;
    display: flex;
}
.navbar-nav>li.btn:hover {
    background: #fff;
}

.navbar-nav>li.btn:hover a {
    background: #00ade1;
    border-bottom: 3px solid #119FCA;
}


.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
    /* color: #fff; */
    outline: 0px solid!important;
}


.menu-toggle {
    display: none;
}

/* Navbar */
.navbar {
    background-color: #fff;
    margin: 0 auto;
    border-radius: 0px;
    outline-offset: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    display: flex;
    display: -webkit-box;/* Safari */
    display: -moz-box;/* Firefox 21- */
    display: -ms-flexbox;/* IE 10+ */
    display: -webkit-flex;/* Chrome */
    display: flex;/* Standard (Firefox 22+) */
    left: 0;
    right: 0;
    width: 1170px;
    max-width: 100%;
    padding: 0;

}

.navbar-nav>li {
    position: relative;
}

.navbar-nav>li.open > a{
    background:#d7eaf8;
}

.navbar-nav>li:hover > a{
    background: #D6E9F7;
}

.menu-item-926 a {
    padding-top: 35px;
}
.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}

.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 1px;
}

.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.navbar-nav>li.open>.dropdown-menu{
    top: 94px;
    opacity: 1;
    transition: all ease-in-out 0.7s;
}
.navbar-nav>li>.dropdown-menu {
    top: -50px;
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
    z-index: -1;
    margin-left: -100px;
}
.navbar-nav>li#menu-item-1312>.dropdown-menu{
    margin-left:-245px;
}
.navbar-nav>li>.dropdown-menu li{
    position: relative;
    padding: 0px 20px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 0px;
    clear: both;
    width: auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42857143;
    color: #0F2865;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #00ADE1;
    text-decoration: none;
    background: transparent;/* FF3.6-15 *//* Chrome10-25,Safari5.1-6 *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* IE6-9 */
}

.header_language_list {
    right: 20px;
    position: absolute;
    top: 10px;
    text-align: center;
    font-weight:700;
    font-size: 12px;
    height: 55px;
    transition:all ease-in-out 0.5s;
}
.header_language_list.open {
    height: 120px;
}
.dropdown-backdrop{
    z-index:0;
}
.header_language_list.open ul{
    height: 60px;
    transform: translateY(0px);
    opacity: 1;
}
.header_language_list ul {
    min-width: 0;
    position: relative;
    top: auto;
    width: 100%;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.7s;
    display: block;
    padding: 0;
    z-index: 0;
    opacity: 0;
    transform: translateY(-60px);
    padding-top: 6px;
    box-shadow: 0px 10px 20px rgba(5, 26, 77, 0.2);
    background: #fff;
    border-radius: 5px;
}


.header_language_list a {
    text-transform: uppercase;
    flex: 1;
    font-weight: 800;
    letter-spacing: 2px;
    border-radius: 3px;
    border: 1px solid #B2C9EE;
    padding: 5px;
    color: #081353;
    font-size: 15px;
    width: 60px;
    line-height: 25px;
    display: block;
    height: 37px;
    background: #fff;
    z-index: 4;
    position: relative;
    cursor:pointer;
}
.header_language_list li a {
}
.header_language_list a .caret {
    color:#a4bfeb;
}

.header_language_list li:before {
    display:none;
}
.header_language_list .dropdown-menu>li>a {
    font-weight: 900;
    color: #000C4E;
    border: none;
    line-height: 15px;
    height: 25px;
    transition: all ease-in-out 0.7s;
    text-align: left;
    z-index: 0;
    padding-left: 13px;
}

.header_language_list .dropdown-menu>li>a:hover {
    color: #0084BB;
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
    padding: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    width: 100%;
}

.single.sidebar .entry-header,
.single.sidebar .entry-content,
.single.sidebar .entry-summary,
.single.sidebar .entry-meta {
    max-width: 100%;
}

.single.sidebar header .entry-meta {
    padding: 12px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
    padding: 0;
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}

.entry-header {
    margin-bottom: 30px;
}

.entry-title {
    font-weight: normal;
    margin: 0 0 5px;
}

.entry-title a {
    color: #141412;
}

.entry-title a:hover {
    color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    font-size: 14px;
    background: rgba(3, 26, 84, 0.85);
    }

.entry-meta a {
    color: #fff;
}

.entry-meta a:hover {
    color: #bc360a;
}

.entry-meta span {
    margin-right: 20px;
}

.entry-meta span.date {
    background: transparent;
    border-color: #fff;
    border:1px solid #fff;
    padding: 4px 7px;
    font-weight: 600;
    margin-top: 0;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    content: "\f308";
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f303";
}

.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px;
}
.categories-links span { color: #ffffff; }
.categories-links span:first-child:before,
.categories-links a:first-child:before {
    content: "\f301";
}

.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px;
}

.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-content .more-link {
    white-space: nowrap;
}

.entry-content blockquote {
    font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin-right: -60px;
}


.format-standard footer.entry-meta {
    margin-top: 0;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
    background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
    margin-top: 0;
}

.format-aside blockquote {
    font-size: 100%;
    font-weight: normal;
}

.format-aside cite {
    font-size: 100%;
    text-transform: none;
}

.format-aside cite:before {
    content: "\2014";
    margin-right: 5px;
}

/* Audio */
.format-audio {
    background-color: #db572f;
}

.format-audio .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
    color: #fbfaf3;
}

.format-audio .audio-content {
    background: url(images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
    height: 30px !important;
    /* Override mediaelement.js style */
    margin: 20px 0;
    max-width: 400px !important;
    /* Override mediaelement.js style */
}

.format-audio audio {
    max-width: 100% !important;
    /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
    background-color: #eadaa6;
}

.format-chat .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
    color: #722d19;
}

.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px;
}

.format-chat .entry-meta .author {
    display: none;
}

.format-chat .chat {
    margin: 0;
}

.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 0;
}

.format-chat .chat .fn {
    font-style: normal;
}

/* Gallery */
.format-gallery {
    background-color: #fbca3c;
}

.format-gallery .entry-header {
    margin-bottom: 15px;
}

.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19;
}

/* Image */
.format-image .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
    display: none;
}

/* Link */
.format-link {
    background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0;
}

.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px;
}

.format-link .entry-title a {
    color: #bc360a;
}

.format-link div.entry-meta {
    display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
    margin-bottom: 24px;
}

/* Quote */
.format-quote {
    background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
    color: #f7f5e7;
}

.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #e63f2a;
}

.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.format-quote .entry-content cite a:hover {
    text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px;
}

.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative;
}

.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px;
}

.format-quote .entry-meta .author {
    display: none;
}

/* Status */
.format-status {
    background-color: #722d19;
    padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}

.format-status .entry-content a {
    color: #eadaa6;
}

.format-status .entry-meta a {
    color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
    display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
    background-position: left top;
}

.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}

.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
    left: 64px;
}

.format-status .entry-content p:last-child {
    margin-bottom: 0;
}

.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
    content: "\f105";
}

/* Video */
.format-video {
    background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3;
}

.format-video .entry-title {
    font-size: 50px;
    font-weight: 400;
}

.format-video .entry-meta {
    color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}

.attachment .entry-content .wp-video {
    margin: 0 auto;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left;
}

.navigation .nav-next {
    float: right;
}


.navigation a {
    display: block;
    position: relative;
    width: 100%;
    min-height: 75px;
}

.navigation a p.title {
    color: rgb(255, 255, 255);
    font-weight: 300;
    padding: 15px;
    top: 0;
    z-index: 1;
    position: absolute;
    background: rgba(0, 12, 78, 0.88);
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 28px;
}

.navigation a img {
    opacity: 0.5;
    position: absolute;
    top: -1000px;
    bottom: -1000px;
    margin: auto;
    z-index: -1;
    left: 0;
    transition: all ease-in-out 0.7s;
    width: 100%;
}

.navigation a:hover .meta-nav {
    border-right: 100px solid #3b53d7;
}
.navigation .nav-right a:hover .meta-nav {
    border-left: 100px solid #3b53d7;
    border-right: 0;
}
.navigation a .meta-nav {
    position: absolute;
    bottom: -25px;
    background: #2E99DD;
    z-index: 10;
    padding: 0 5px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: auto;
    text-indent: 15px;
    transition: all ease-in-out 0.7s;
    border-right: 60px solid #008CBF;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.34);
}

.navigation .nav-right a .meta-nav {
    border-right: 0;
    border-left: 60px solid #2E99DD;
    text-align: right;
    padding-right: 15px;
    background: #00ADE1;
    left: 0;
    right: 0;
    margin: auto;
}

.navigation a:hover p.title {
    color: #fff;
    text-decoration: none;
}
.navigation a:hover img {
    opacity: 0.1;
}

.paging-navigation {
    background-color: #e8e5ce;
    padding: 40px 0;
}


.paging-navigation .nav-next {
    padding: 13px 0;
}

.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}

.paging-navigation .meta-nav {
    background-color: #e63f2a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    background-color: #ea9629;
    text-decoration: none;
}

.post-navigation {
    background-color: #fff;
    color: #ca3c08;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0;
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
    padding: 0;
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    margin-bottom: 45px;
}

.nav-left, .nav-right {
    flex: 1;
}


#actu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -15px;
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
}
#actu .content {
    background: #fff;
    padding: 25px 15px;
    text-align: center;
    height: 270px;
}

#actu h3{
    text-align:center;
}

#actu img {
    min-width: 100%;
    width: auto;
    object-fit: cover;
    height: 235px;
}

#actu .content .category {
    color: #2495DC;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
}

p.excerpt {
    height: 85px;
    margin: 0 0 0 24px;
    font-size: 14px;
}

.recent-facebook-posts {
    background: #fff;
}

.social {
    margin-top: 25px;
}
.social li {
    display: inline-block;
    list-style-type: none;
}

.social li a {
    color: #000836;
    background: #00ade1;
    border-radius: 30px;
    font-size: 17px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: 0 5px;
}

.social li a:hover {
    background: #fff;
}

.flotte {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    background: #fff;
    color: #000836;
    width: 100%;
}

.visuel-flotte img {
    margin: 0;
    width: 100%;
    height: auto;
}

.txt-flotte {
    padding: 20px;
    font-size: 18px;
}
.txt-flotte .titre {
    font-size: 20px;
    text-align: center;
    margin: auto;
    display: block;
}
/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    width: 100%;
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}

.single .author-info {
    padding: 50px 0 0;
}

.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}

.single-format-status .author-description {
    color: #f7f5e7;
}

.author-description .author-title {
    clear: none;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 8px;
}

.author-link {
    color: #ca3c08;
    margin-left: 2px;
}

.author.archive .author-link {
    display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
    background-color: #001b5b;
}

.archive-title,
.archive-meta {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

.sidebar .archive-meta {
    padding-right: 316px;
}

.archive.category article {
    padding: 30px 0 10px;
    font: 300 14px "Source Sans Pro", Helvetica, sans-serif;
    border-bottom: solid 1px #001b5b;
}
.listingArchives:focus,
.archive.category article:hover,
.archive.category article:focus {
    outline: none!important;
}
.archive.category article .entry-thumbnail {

}
.archive.category article .entry-title {
    text-transform: uppercase;
    color: #001b5b;
    padding: 10px 0;
    font-weight: 700;
}
.archive.category article .entry-actions {
    padding-top: 20px;
    text-align: center;
}
.archive.category article .entry-actions a {
    border-top: solid 2px #2E99DD;
}
.archive.category article .archiveDate {
    position: absolute;
    margin-top: -50px;
    background: #001b5b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
}

    /**
     * 5.10 Search Results/No posts
     * ----------------------------------------------------------------------------
     */

.page-header {
    background-color: #e8e5ce;
}

.page-title {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
    background-color: #fff;
}

.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto;
}

.error404 .page-title:before {
    color: #e8e5ce;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;
}

.error404 .page-wrapper {
    background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 604px;
    width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
}

.comments-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}

.comment-list .children {
    margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
    background: url(images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.comment-list > li:last-child:after {
    display: none;
}

.comment-body {
    padding: 24px 0;
    position: relative;
}

.comment-author {
    float: left;
    max-width: 74px;
}

.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
}

.comment-author .fn {
    word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.says {
    display: none;
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}

.bypostauthor > .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}

.comment-list .edit-link {
    margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px;
}

.comment-meta a:hover {
    color: #ea9629;
}

.comment-metadata {
    margin-bottom: 20px;
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}

.comment-awaiting-moderation {
    color: #a2a2a2;
}

.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 3px;
}

/* Comment form */
.comment-respond {
    background-color: #fff;
    padding: 30px 0;
}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

.comment-reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}

.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}

.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}

.comment-form .required {
    color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
}

.comment-form textarea {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    color: #686758;
    font-size: 12px;
}

.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}

.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}

.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.mu_alert {
    margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}

.site-main .mu_register input[type="submit"] {
    width: auto;
}

/**
 * 5.14 Contact
 * ----------------------------------------------------------------------------
 */


#itineraire label,.wpcf7 label {
    width: 200px;
    padding-bottom: 0px;
    color: #314284;
    font-size: 14px;
    padding-left: 0;
    float: left;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 900;
    margin-bottom: 0;
    width: 100%;
}

.wpcf7 legend {
    border: 0;
    padding: 0;
    white-space: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    background: #EF1A4A;
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.wpcf7 form, div#calculer {
    border: 0;
    padding: 0;
    margin: 0;
    background: #e3efff;
    border: 1px solid rgba(128, 128, 128, 0.3);
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
}


div#calculer {
    display:block;
    padding: 40px;
    margin-bottom: 100px;
}

#calculer h2{
    margin-top:0;
}
#itineraire{
    background:#d6e8ff;
    display:flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    border-radius: 5px;
    overflow: hidden;
}

#itineraire .col-sm-7{
    padding:20px;
}
#itineraire img{
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.wpcf7 form .col-sm-5, div#calculer .col-sm-5{
    padding:0;
    float: right;
    text-align: right;
}

.page-template-page-fret .wpcf7 form .col-sm-5 img{
    height:100%;
    /* width: 100%; */
    object-fit: cover;
    max-height: 560px;
}

.wpcf7 form div.col-sm-6.button, .wpcf7 form div.col-sm-12.button{
    display:flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    padding: 15px;
}
.wpcf7 fieldset {
    border: 0;
    margin: 0 0px;
    padding: 0;
}

select#demande, #calculer select {
    color: #0B1B5B;
    font-size: 17px;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #bad8ff;
    width: 100%;
}

/**
 * 5.15 Iles d'or
 * ----------------------------------------------------------------------------
 */

.page-template-page-iles-dor.sidebar .site-main {
    display: block;
}
.page-template-page-iles-dor .tab-content .container {
    width: 100%;
    padding: 0;
}
.page-template-page-iles-dor #boxLinks.fixed{
    padding-top:15px;
    padding-bottom: 0;
    border-bottom: 15px solid #fff;
}
.page-template-page-iles-dor #boxLinks {
    max-width: 1170px;
    margin: auto;
    transition: all ease-in-out 0.7s;
    padding-top: 180px;
    overflow:hidden;
    border: 0;
    background: url(/wp-content/themes/tlvtvm/images/bg_iles.png) #000c4e;
    z-index: 1;
}

.ilesdor.fixed{
    position: fixed;
    left: 0px;
    top: 80px;
    bottom: auto;
    z-index: 10;
    width: 1170px;
    right: 0;
    margin: auto;
}
.page-template-page-iles-dor p {
    margin: 0;
}

.page-template-page-iles-dor .fw-col-xs-12 {
}
.page-template-page-iles-dor .fw-row, .page-id-598 .fw-row, .page-id-1476 .fw-row, .page-id-1478 .fw-row{
    margin:35px 0;
    display:flex;
}
.page-template-page-iles-dor .fw-col-sm-6, .page-id-598 .fw-col-sm-6, .page-id-1476 .fw-col-sm-6,.page-id-1478 .fw-col-sm-6{
    padding: 0;
    /* height: 390px; */
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;}
.page-template-page-iles-dor .fw-col-sm-6 h2, .page-id-598 h2, .page-id-1476 h2, .page-id-1478 h2{
    margin-bottom:0;
}
.page-template-page-iles-dor .fw-col-sm-6 .col-droite, .page-id-598 .col-droite, .page-id-1476 .col-droite, .page-id-1478 .col-droite{
    padding: 55px;
    font-size: 17px;
    flex: 1;
    height: 100%;
    line-height: 28px;
    background: rgb(255,255,255);/* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,247,252,1) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,247,252,1) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,247,252,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f7fc',GradientType=0 );/* IE6-9 */
}
.page-template-page-iles-dor .fw-col-sm-6 img, .page-id-598 .fw-col-sm-6 img, .page-id-1476 .fw-col-sm-6 img,  .page-id-1478 .fw-col-sm-6 img{
    margin-top: 75px;
    /* width: 100%; */
    /* max-height: 260px; */
    object-fit: cover;
}
img.img_border {
    width: 100%;
    height: auto;
    margin: 25px auto;
}

/**
 * 5.16 Slider
 * --------------------------------------------------------------
 */

.carousel-inner>.item>img {
    min-width: 100%;
    max-width: none;
    position: absolute;
    margin: auto;
    top: -2000px;
    left: -2000px;
    right: -2000px;
    bottom: -2000px;
    min-height: 100%;
    width: auto;
}
.carousel-inner>.item>a{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
}
.carousel-indicators li img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
max-height: 80px; object-fit: cover;}

.carousel.slide {
    max-width: 100%;
    cursor: auto;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.slider-player button {
    background-color: transparent;
    padding: 10px;
}

.slider-player {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.thumbnails .carousel-indicators {
    position: relative;
    bottom: 0;
    z-index: 100;
    width:100%;
    width: calc( 100% + 5px);
    left: 0;
    margin-left: -5px;
    text-align: left;
    overflow: hidden;
    display: flex;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    padding-bottom: 55px;
    cursor: pointer;
}

.thumbnails .carousel-indicators .active, .thumbnails .carousel-indicators li:hover {
    background-color: #00ade1;
}

.carousel-indicators li img {
}

.carousel-indicators li {
    border-radius: 0;
    margin: 5px 0px 0px 5px;
    padding: 0px;
    width: auto!important;
    height: auto!important;
    cursor: pointer;
max-width: 80px; max-height: 80px;}

.carousel-control.right, .carousel-control.left {font-size: 35px;margin: auto;/* margin-bottom: 85px; */opacity: 1;cursor: pointer;top: 0;bottom: 0;position: absolute;height: 30px;width: 30px;background: transparent;z-index: 100;}


/**
 * 5.17 Horaire
 * --------------------------------------------------------------
 */
.heure {
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: flex-start;      /* You can set flex-wrap and flex-direction individually */
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;      /* Or do it all in one line with flex flow */
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;      /* tweak the where items line up on the row */      /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
    -webkit-align-content: flex-end;
    align-content: flex-start; /* Safari */
}

.heure > div {
    width: 100px!important;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 35px;
    background: #eceef9;
    margin: 5px 15px;
    border-radius: 5px;
    margin-left: 0;
    float: left;
}

.page-template.page-template-page-horaire .site {
    background: #000c4e;
}
.horaireblock {
    background: #fff;
    padding: 0;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: space-around;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-start;
    border-radius: 3px;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-right: 30px;
    padding-top: 15px;
}
#box5 .horaireblock:nth-child(2){
    display: none;
}

#box5.tarif .horaireblock:nth-child(2),#box5 .tarif .horaireblock:nth-child(2){
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.horairepassage {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height:25px;
    margin: 10px 0 20px 0;
    border-top:1px solid;
    border-bottom:1px solid;
    }

.horaireblock h3 {
    font-weight: 900;
    font-size: 25px;
    margin: 10px 0 0px auto;
    text-align: left;
}
.horaireblock p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    position: relative;
    float: none;
    font-style: italic;
    margin-top: 10px;
}
.horaireblock div.info {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 15px!important;
    line-height: 40px;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */ width:100%;
}
.horaireblock div.info i {
    height: 100%;
    position: relative;
    font-size: 50px;
    height: 50px;
}

.horaireblock div.info i:before{
    content:url(/wp-content/themes/tlvtvm/images/sorry.png);
}

.horaireblock div.info .icon{
    flex:1;
    text-align:center;
}
.horaireblock div.info .infotrajet{
    background:#ebebeb;
    border-radius:5px;
    padding: 15px 25px;
    flex:3;
}

.horaireblock div.info .infotrajet hr{
    background:#000c4e;
    margin-bottom: 5px;
}

.horaireblock div.info .infotrajet strong{
    font-weight:900;
}
.horaireblock a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
    height: 40px;
    display: inline-block;
}

span.icon {
    background: rgb(255,203,5);/* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,203,5,1) 0%, rgba(255,203,5,1) 65%, rgba(0,12,78,1) 66%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,203,5,1) 0%,rgba(255,203,5,1) 65%,rgba(0,12,78,1) 66%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,203,5,1) 0%,rgba(255,203,5,1) 65%,rgba(0,12,78,1) 66%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#000c4e',GradientType=0 );/* IE6-9 */
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 100px;
    overflow: hidden;
    margin: auto;
    position: relative;
    padding: 70px 10px 3px 10px;
    display: block;
    border-radius: 50%;
    width: 100px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: -60px;
    border: 0;
}
.box2 span.icon{
    background: rgb(0,183,206);/* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,183,206,1) 0%, rgba(0,183,206,1) 66%, rgba(0,12,78,1) 66%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,183,206,1) 0%,rgba(0,183,206,1) 66%,rgba(0,12,78,1) 66%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,183,206,1) 0%,rgba(0,183,206,1) 66%,rgba(0,12,78,1) 66%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ce', endColorstr='#000c4e',GradientType=0 );/* IE6-9 */
}

.box3 span.icon{
    background: rgb(243,115,107); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(243,115,107,1) 0%, rgba(243,115,107,1) 66%, rgba(0,12,78,1) 67%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(243,115,107,1) 0%,rgba(243,115,107,1) 66%,rgba(0,12,78,1) 67%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(243,115,107,1) 0%,rgba(243,115,107,1) 66%,rgba(0,12,78,1) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3736b', endColorstr='#000c4e',GradientType=0 ); /* IE6-9 */
}
.box4 span.icon{
background: rgb(204,136,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,136,221,1) 0%, rgba(204,136,221,1) 66%, rgba(0,12,78,1) 67%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(204,136,221,1) 0%,rgba(204,136,221,1) 66%,rgba(0,12,78,1) 67%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(204,136,221,1) 0%,rgba(204,136,221,1) 66%,rgba(0,12,78,1) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc88dd', endColorstr='#000c4e',GradientType=0 ); /* IE6-9 */
}
.box5 span.icon{
background: rgb(43,181,233); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,181,233,1) 0%, rgba(43,181,233,1) 66%, rgba(0,12,78,1) 67%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(43,181,233,1) 0%,rgba(43,181,233,1) 66%,rgba(0,12,78,1) 67%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(43,181,233,1) 0%,rgba(43,181,233,1) 66%,rgba(0,12,78,1) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb5e9', endColorstr='#000c4e',GradientType=0 ); /* IE6-9 */
}
.box6 span.icon{background: rgb(255, 167, 38); /* Old browsers */background: -moz-linear-gradient(top, rgb(255, 167, 38) 0%,rgb(255, 167, 38) 66%,rgba(0,12,78,1) 67%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgb(255, 167, 38) 0%,rgb(255, 167, 38) 66%,rgba(0,12,78,1) 67%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgb(255, 167, 38) 0%,rgb(255, 167, 38) 66%,rgba(0,12,78,1) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 *//* background: url(http://previews.123rf.com/images/yupiramos/yupiramos1308/yupiramos130801055/21506020-rabbit-pattern-over-blue-background-vector-illustration--Stock-Vector.jpg); */background-size: contain;/* box-shadow: inset 0px -30px #000C4E; */}
span.icon img {
    background: transparent;
    position: absolute;
    top: -40px;
    left: -1px;
    width: 102px;
    padding: 53px 25px 8px 25px;
    max-width: none;
}
span.date {
    background: #FFFFFF;
    color: #001B5B;
    margin-left: 100px;
    font-weight: 900;
    padding: 2px 7px;
    border: 2px solid;
    border-radius: 6px;
    margin-left: 0;
    margin-top: 30px;
    display: inline-block;
}

.page-template-page-planligne span.icon {
    /*background: rgb(255,203,5);
    background: -moz-linear-gradient(top,  rgba(255,203,5,1) 0%, rgba(255,203,5,1) 65%, rgba(0,12,78,1) 66%);
    background: -webkit-linear-gradient(top,  rgba(255,203,5,1) 0%,rgba(255,203,5,1) 65%,rgba(0,12,78,1) 66%);
    background: linear-gradient(to bottom,  rgba(255,203,5,1) 0%,rgba(255,203,5,1) 65%,rgba(0,12,78,1) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#000c4e',GradientType=0 );
    */
    background: rgb(128,198,243);
    background: -moz-linear-gradient(top,  rgba(128,198,243,1) 0%, rgba(128,198,243,1) 65%, rgba(128,198,243,1) 66%, rgba(0,12,78,1) 66%, rgba(0,12,78,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(128,198,243,1) 0%,rgba(128,198,243,1) 65%,rgba(128,198,243,1) 66%,rgba(0,12,78,1) 66%,rgba(0,12,78,1) 100%);
    background: linear-gradient(to bottom,  rgba(128,198,243,1) 0%,rgba(128,198,243,1) 65%,rgba(128,198,243,1) 66%,rgba(0,12,78,1) 66%,rgba(0,12,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c6f3', endColorstr='#000c4e',GradientType=0 );
    color: #fff;
    margin-top:25px;
    margin-bottom: 10px;
}
.plantitle {
    font-family: 'Source Sans Pro';
    font-size: 25px;
    font-weight: 900;
    margin-top: 25px;
}
.plantitle h3 { font-weight: 900; }
.plantitle i {
    color: #328aca;
}
.page-template-page-planligne .planbaseline {
    line-height: 25px;
    margin: 10px 0 0 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-family: 'Source Sans Pro';
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
}
.planbaseline i {
    color: #328aca;
    margin: 0 5px;
}
.planimg {
    background: url(images/pattern-bleu-vague.gif) 0 15px repeat;
    margin-top: 15px;
    margin-bottom: 45px;
    padding-left:0;
    padding-right:0;
    padding-bottom: 10px;
    text-align: left;
}
.planimg img { margin:0; padding: 0; }
section.box{
	display:none;
}
section.box.active{
	display:block;
}
.tarif{
    margin: 30px auto;
}
.tarif h2{
    color:#fff;
    background: #000C4E;
    padding: 15px;
    border-radius: 5px;
    border: 0;
    padding-left: 2em;
}

.tarif h2:before{
    padding-left:0.5em;
    }
.tarif .heure{
    border-radius: 5px;
    margin-top: 10px;
}
.box1 .tarif .heure{
    background: #fff6d3;
}
.box2 .tarif .heure{
    background: #c8f3f8;
}
.box3 .tarif .heure{
    background: #ffe0de;
}
.box4 .tarif .heure{
    background: #f3dbf9;
}
.box5 .tarif .heure{
    background: #d2f3ff;
}
.tarif .heure > div:nth-child(1){
    background: transparent;
    flex: 5;
    text-align: left;
    text-indent: 20px;
    margin: 5px;
}

.tarif .heure > div:nth-child(2){
    background: #fff;
    margin: 5px;
}

#header-tab .col-sm-6{
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */    justify-content: center;
    align-items: center;
 }

 .select {
    height: 55px;
    overflow: hidden;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.3s;
    border-radius: 5px;
    position: absolute;
    width: 330px;
    z-index: 5;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: calc(100% - 15px);
}

.select.open {
    height: 296px;
    transition: all ease-in-out 0.7s;
}

#header-tab form {
    /* flex: 1 */
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 0;
}
#header-tab .k-datepicker input {
    border-radius: 5px;
    max-width: 350px;
    height: 57px;
    font-weight: 900;
    font-size: 24px;
    padding-left: 50px;
}
#header-tab span#datepicker_wrapper {
    width: 330px;
    margin: 0;
    height: 55px;
    padding: 0;
    position: relative;
}
#header-tab .k-datepicker span:after {
    content: "\f073";
    line-height: 55px;
}
#header-tab .k-datepicker span:before,.select > #boxLinks li a:before {
    content: "\f13a";
    line-height: 54px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 25px;
    width: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: 0;
    background: #000C4E;
    border-bottom: 3px solid #031646;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
}



.select > #boxLinks {
    /* display: block; */
    margin: 0;
    background: #fff;
    border: 2px solid #E2E2E2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.select > #boxLinks li {
    padding: 0;
    order: 2;
    margin: 0;
    background: #fff;
    border-radius: 0;
    width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    }
.select > #boxLinks li.active {
    order: 1;
    margin: -2px;
    height: 55px;
    margin-bottom: 0px;
-webkit-order: 1;      -moz-order: 1;      -webkit-box-ordinal-group: 1;      -moz-box-ordinal-group: 1;      box-ordinal-group: 1;}
.select > #boxLinks li.active a {
    font-weight:900;
    font-size:25px;
    border-bottom: 2px solid #D9D9D9;
    transition: none;
}
.select > #boxLinks li a {
    background: #fff;
    cursor: pointer;
    color: #001B5B;
    border-radius: 0;
    padding-left: 25px;
    border-bottom: none;
    box-sizing: border-box;
    margin: 0;
    padding: 9px;
    font-size: 17px;
    text-indent: 50px;
    font-weight: 700;
    transition: none;
}
.select > #boxLinks li a:hover {
    color: #001b5b;
    background: rgb(231, 231, 231);
}
.select > #boxLinks li a:before {
    opacity: 0;
    margin: 0;
    height: calc(100% + 2px);
    margin-left: -50px;
    margin-right: 10px;
    transition: none;
    left: 0px;
    top: 0;
    text-indent: 0;
}

.select > #boxLinks li.active a:before {
    transition: opacity cubic-bezier(0.4, 0, 1, 1) 0.5s, margin-left 0s;
    margin-left: 0;
    opacity: 1;
}
#header-tab {
    display: flex;
    width: calc(66.67% - 30px);
    margin: 0 15px;
    height: 100px;
    justify-content: center;
    transition: all ease-in-out 0.5s;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}
#header-tab.box1-0 {
    background: #ffcb05;
}
#header-tab.box2-0 {
    background: #00b7ce;
}
#header-tab.box3-0 {
    background: #f3736b;
}
#header-tab.box4-0 {
    background: #cc88dd;
}
#header-tab.box5-0 {
    background: #2bb5e9;
}

#header-tab.box6-0{
    background:#ffa726;
    /* background: url(http://previews.123rf.com/images/yupiramos/yupiramos1308/yupiramos130801055/21506020-rabbit-pattern-over-blue-background-vector-illustration--Stock-Vector.jpg); */
    background-size: contain;
}
#boxLinks {
    list-style: none;
    background-color: #000c4e;
    border-color: #000C4E;
    margin: 50px 15px;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */}
#boxLinks.ilesdor li:after{
        content:"";
        background: url(/wp-content/themes/tlvtvm/images/icon_fond.png);
        height: 175px;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
        top: -175px;
        z-index: 9;
        background-size: auto auto;
        background-position: center;
        opacity:0;
        transition:all ease-in-out 0.5s;
}
#boxLinks.ilesdor li.active:after{
    opacity:1;
}
#boxLinks.ilesdor li:before{
        content:"";
        background: url(/wp-content/themes/tlvtvm/images/icon_porquerolles.png);
        height: 165px;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
        top: -165px;
        z-index: 10;
        background-size: auto auto;
        background-position: center;
}

#boxLinks.ilesdor li:nth-child(2):before{
        background: url(/wp-content/themes/tlvtvm/images/icon_portcros.png);
        background-size: 120px;
        background-position: center;
        background-repeat: no-repeat;
        }

#boxLinks.ilesdor li:nth-child(3):before{
        background: url(/wp-content/themes/tlvtvm/images/icon_lelevant.png);
        background-size: 120px;
        background-position: center;
        background-repeat: no-repeat;
        }
#boxLinks.ilesdor li.active a:before {
}

#boxLinks.ilesdor li a:before {
    content: "\f078";
    color: #000C4E;
    font-weight: 900;
    font-size: 15px;
    background: #000C4E;
    padding: 0px 10PX;
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-family: "FontAwesome";
    border-radius: 50%;
    top: 0;
    float: left;
    display: block;
    bottom: 0;
    margin: auto;
    margin-left: 0;
    transition: all ease-in-out 0.7s;
    margin-right: 10px;
}
#boxLinks li a {
    background: transparent;
    border: 0;
    outline: 0px solid!important;
    display: block; /* Standard (Firefox 22+) */
    font-weight: 900;
    font-size: 25px;
    color: #fff;
}

#boxLinks.ilesdor li.active a:hover{
    color: #000C4E;
}

#boxLinks.ilesdor li a:hover{
    color: #fff;
}

#boxLinks.ilesdor li:hover{
    background: #2E3D90;
}

#boxLinks li a:hover, #boxLinks li.active a {
    color: #001b5b;
}

#boxLinks.ilesdor li.active {
    background:#fff;
}

#boxLinks.ilesdor li{
    margin:0 25px;
    background: #142375;
    color: #fff;
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: initial;
    transition: all ease-in-out 0.5s;
}
#boxLinks li {
    cursor: pointer;
    font-weight: 700;
    background: #122b5e;
    padding: 5px 0px;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.61);
    text-decoration: none;
    border: none;
    line-height: 45px;
    font-size: 20px;
    font-weight: 700;
    flex: 1;
    overflow: hidden;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 700;
    color: #001850;
}

#boxLinks.ilesdor li:nth-child(1) a:before {
    background: #ffcb05;
}
#boxLinks.ilesdor li:nth-child(2) a:before {
    background: #00b7ce;
}
#boxLinks.ilesdor li:nth-child(3) a:before {
    background: #f3736b;
}
#boxLinks.ilesdor li:nth-child(4):hover, #boxLinks li:nth-child(4).active {
    background: #fff;
}
#boxLinks.ilesdor li:nth-child(5):hover, #boxLinks li:nth-child(5).active {
    background: #fff;
}
p.complement .title {
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
}

p.complement {
    font-size: 10px;
    margin-bottom: 0;
}

p.complement em{
    font-weight: initial;
    font-size: 13px;
    float: left;
}
ul.complement {
    font-size: 13px;
    font-weight: 300;
    padding: 5px;
    font-size: 10px;
    margin-left: 17px;
}

ul.complement li, .handicap {
    margin: 5px 0;
    /* font-size: 14px; */
    font-weight: 600;
    font-style: italic;
    margin-left: 0;
    text-indent: 0;
}

.handicap{
    border-top: 1px solid #2e99dd;
    border-bottom: 1px solid #2e99dd;
    display: inline-table;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.handicap p{
    font-size:14px;
    line-height: 19px;
    text-align: left;
}

.handicap h3{
    font-weight:700;
}
.header-handicap{
    padding:10px;
}

.handicap .col-sm-6{
    /* padding:0px 5px; */
}
.handicap .col-sm-6 img{
    margin-top:20px
}

ul.complement li:before {
    content: ">";
    color: #00ADE1;
    font-weight: 700;
    margin-right: 5px;
    position: absolute;
    margin-left: -17px;
}
.complement:nth-last-child(2) {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

/**
 * 5.18 Background video
 * --------------------------------------------------------------
 */


/**
 * 5.19 Datepicker and selectbox
 * --------------------------------------------------------------
 */

div#gestionhoraire {
    padding-top: 30px;
    padding-left: 100px;
}

div#gestionhoraire .k-button {
    margin-left: 10px;
}

div#gestionhoraire form > div:last-child{
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */}

.k-list-container {
    background: #000C4E;
    text-indent: 40px;
    color: #fff;
}
.k-list {
    background: #fff;
    list-style-type: none;
    color: #000C4E;
    margin: 0;
    padding: 0;
}

.k-calendar {
    background: #fff;
    padding: 0 5px;
    border-bottom: 5px solid #ef1a4a;
    /* max-width: 274px; */
    overflow: hidden;
    /*max-height: 371px;*/
}

.k-datepicker {
    display: inline-block;
}
.k-datepicker input, .k-dropdown {
    display: block;
    background: #fff;
    color: #000C4E;
    text-indent: 10px;
    font-size: 20px;
    line-height: 30px;
    padding: 5px;
    border: none;
    border-bottom: 3px solid #D0D0D0;
    border-radius: 3px;
    cursor: pointer;
}

.k-datepicker span {
    position: relative;
    display: block;
    cursor: pointer;
}
.k-datepicker span:after, .k-dropdown:after {
    content: "\f0d7 ";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 25px;
    line-height: 40px;
    display: block;
}

.k-calendar .k-link {
    color: #444;
    font-size: 15px;
}
.k-calendar .k-footer {
    padding: 0
}
.k-calendar .k-footer .k-nav-today {
    color: #444;
    text-decoration: none;
    background-color: #fff
}
.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover {
    background-color: #fff;
    text-decoration: underline
}
.k-calendar .k-footer .k-nav-today:active {
    background-color: #fff
}
.k-calendar .k-link.k-nav-fast {
    color: #444
}
.k-calendar .k-nav-fast.k-state-hover {
    text-decoration: none;
    background-color: #ebebeb;
    color: #444
}

.k-calendar-container.k-group {
    border-color: rgba(0, 0, 0, 0.2);
}
.k-calendar td.k-other-month {
    border-color: #fff;
}
.k-calendar td.k-other-month a {
    display: none;
}
.k-calendar td.k-state-focused {
    background-color: #ebebeb;
}
.k-calendar td.k-state-selected {
    background-color: #EF1A4A;
}
.k-calendar .k-state-selected>.k-link {
    color: #fff
}
.k-calendar .k-header .k-link {
    /* color: #3b3e3f; */
    font-weight: 900;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin: auto;
}

.k-calendar {
  width: 23em;
}
.k-calendar .k-header {
  margin: 0 -5px;
}
.k-calendar td {
  padding: 0;
}
.k-calendar .k-content .k-link {
  min-height: 2.571em;
  line-height: 2.571em;
  padding: 0;
  text-align: center;
}

.k-button,
.k-calendar .k-header .k-link,
.k-calendar .k-footer {
  text-transform: uppercase;
}
.k-widget.k-calendar .k-nav-fast {
  width: 65%;
  height: 2.571em;
  line-height: 2.571em;
  margin: 0.429em auto 0.429em auto;
  display: block;
}
.k-calendar .k-header .k-icon {
  vertical-align: middle;
}
.k-widget.k-calendar .k-nav-prev,
.k-widget.k-calendar .k-nav-next {
  position: absolute;
  top: 0.429em;
  line-height: 2.571em;
  height: 2.571em;
}
.k-calendar .k-header .k-link.k-nav-prev,
.k-calendar .k-header .k-link.k-nav-next {
  height: 2.571em;
  width: 2.571em;
}
.k-widget.k-calendar .k-nav-prev {
  left: 0.429em;
}
.k-widget.k-calendar .k-nav-next {
  right: 0.429em;
}


.k-calendar .k-footer {
    display: none;
}
.k-content{
    /* width: 100%!important; */
}
.k-calendar td {
    text-align: center;
    color: #54585a;
    padding: 5px;
    transition: all ease-in-out 0.1s;
}
.k-calendar td:hover {
    background: #ECEEF9;
}
.k-calendar tr:hover {
    background: transparent;
}
.k-calendar .k-content th {
    color: #919698;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}
.k-calendar .k-header .k-state-hover {
    background-color: #fff
}
.k-calendar .k-footer .k-nav-today {
    display: none;
}

.k-nav-next, .k-nav-prev {
    width: 20%;
}

.k-nav-fast {
    width: 60%;
}
.k-nav-prev span.k-icon:before {
    content: "<";
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 25px;
}
.k-nav-next span.k-icon:before {
    content: ">";
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 25px;
}

.k-select {
    display: none!important;
}
.selected-value, .li {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

/**
* 5.20 Kendor elements
* ---------------------------------------------
*/

.k-primary, .k-overflow-container .k-primary {
    background-color: #ef1a4a;
    font-size: 25px;
    padding: 0 20px;
    line-height: 40px;
    font-weight: 700;
    border-bottom: 5px solid #C41E43;
    box-shadow: none;
    border-radius: 3px;
    color: #fff;
}

.k-primary:hover {
    color: #fff;
    border-color: #039BCD!important;
    background-color: #008FBE!important;
}

.k-list>.k-state-selected.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #004D84!important;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
    float: left;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
    background: transparent;
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 24px;
    padding: 20px;
    padding-top: 0;
    word-wrap: break-word;
}

.widget .widget-title {
    margin: 0 0 10px;
    color: #fff;
    background: #031a54;
    font-weight: 900;
    padding: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget li {
    padding: 15px 10px 15px 20px;
    color:#031a54;
    background:#dcf2fd;
    border-bottom:1px solid #fff;
}

.widget li a{
    color:#031a54;
    font-weight:700;
    font-size: 16px;
    display: inline-block;
    width: 90%;
    line-height: 21px;
}

.widget li:before{
    content:"\f054";
    margin: 0;
    color:#8cbfd8;
    font-family:"FontAwesome";
    height: 100%;
    display: inline-block;
    width: 10%;
    font-size: 18px;
    float: left;
    text-align: left;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

.widget a {
    color: #fff;
}

.widget a:hover {
    color: #0586D7;
}

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    background-color: #000524;
    color: #fff;
    font-size: 14px;
    background-image: url(/wp-content/uploads/2016/01/pattern-footer.jpg);
    text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
    /* text-align: left; */
    margin-top: 0!important;
}

.site-footer a {
    color: #fff;
}

.site-footer .sidebar-container {
    padding: 20px 0;
}

.site-footer .widget-area {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px;
}

.site-footer .widget {
    background: transparent;
    color: #fff;
    float: left;
    margin-right: 20px;
    width: 245px;
}

.sidebar .site-footer .widget {
    width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
    margin-right: 0;
}

.site-footer .widget a {
    color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #fff;
}

.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

#wpc-weather.small .now .location_name {
    display: none;
}

#wpc-weather.small .now .time_temperature {
    font-size: 50px;
    display: inline-block;
    line-height: 60px;
    margin: 0;
}

#wpc-weather .now .time_symbol {
    text-align: center;
    display: inline-block;
    fill: #fff;
}

#wpc-weather.small .now .time_temperature:after, #wpc-weather .forecast .temp_max:after, #wpc-weather .forecast .temp_min:after, #wpc-weather .hours .temperature:after, #wpc-weather .today .time_temperature_max:after, #wpc-weather .today .time_temperature_min:after, #wpc-weather .now .time_temperature:after, #wpc-weather .today .time_temperature_ave:after {
    content: "\e03e";
    font-family: "Climacons-Font";
    font-size: 30px;
    margin-left: 10px;
    vertical-align: top;
    line-height: 30px;
}
#wpc-weather .infos { display: none; }

.now {
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */}
.wysija-paragraph input {
    width: 250px;
}

.wysija-paragraph {
    position: relative;
    margin-top: 20px;
}

.widget_wysija_cont .wysija-submit {
    display: block;
    margin-top: 20px;
    background: #2E99DD;
    position: absolute;
    left: 200px;
    top: 0;
    border-radius: 0;
    border-bottom: 0;
    margin-top: 0;
    line-height: 45px;
    padding: 0px 40px;
    box-shadow: none;
}

#wpstats {
    display: block;
    margin: -10px auto 0;
}

#infofooter {
    background-color: #000836;
    color: #fff;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 30px;
}

#infofooter h3 {
    text-align: left;
    margin-bottom: 0;
}

#infofooter .subtitle {
    color: #2E99DD;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

footer .menu {
    list-style-type: none;
    text-align: left;

}

footer .menu li, footer .copyright-footer li {
    display: inline-block;
    margin: 0 35px 0 0;
}

footer .menu li a {
    color: #fff;
    font-weight: 600;
}

.footer-menu {
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */    padding: 0;
    padding-top: 45px;
    padding-bottom: 35px;
}

.footer-menu > div {
    padding: 0;
    margin-bottom: 30px;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    /* justify-content: center; */
    text-align: center;
}

.footer-menu > div > *{
    margin:auto;
}

.copyright-footer {
    border-top: 1px solid #202f84;
    color: #3b53d7;
    padding: 0;
    padding-bottom: 40px;
    padding-top: 35px;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */}

.copyright-footer a {
    color: #3b53d7;
}

.copyright-footer .right {
    width: 25%;
    text-align: right;
    float: left;
}

.copyright-footer .left {
    flex: 9;
    text-align: left;
}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

@media (max-width: 1599px) {
    .site {
        border: 0;
    }
}

@media (max-width: 1069px) {
    .sidebar img.alignleft,
    .sidebar .wp-caption.alignleft {
        margin-left: 0;
    }

    .sidebar img.alignright,
    .sidebar .wp-caption.alignright {
        margin-right: 0;
    }

    .error404 .page-header {
        margin-left: auto;
        max-width: 604px;
        width: 100%;
    }

    .archive-header,
    .search .page-header,
    .archive .page-header,
    .blog .page-header,
    .error404 .page-content,
    .search .page-content,
    .archive .page-content,
    .attachment .entry-header,
    .attachment .entry-content,
    .post-navigation .nav-links,
    .sidebar .site-info,
    .site-footer .widget-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .error404 .page-title {
        font-size: 24px;
        padding: 180px;
    }

    .error404 .page-title:before {
        font-size: 554px;
    }

    .attachment .image-navigation {
        max-width: 724px;
    }

    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        position: static;
    }

    .site-main .widget-area {
        margin-right: 60px;
    }
}

@media (max-width: 999px) {
    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta,
    .sidebar .comment-list,
    .sidebar .comment-reply-title,
    .sidebar .comment-navigation,
    .sidebar .comment-respond .comment-form,
    .sidebar .featured-gallery,
    .sidebar .post-navigation .nav-links,
    .author.sidebar .author-info {
        /* max-width: 604px; */
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar .site-info,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .attachment .entry-header,
    .sidebar .comments-title {
        max-width: 604px;
    }

    .sidebar .archive-meta,
    .attachment .entry-header,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .site-info,
    .sidebar .comments-title,
    .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0;
    }

    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%;
    }

    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0;
    }

    .format-status .entry-content {
        padding-top: 40px;
    }

    .format-status .entry-meta {
        padding-bottom: 40px;
    }

    .sidebar .format-status .entry-content,
    .sidebar .format-status .entry-meta {
        padding-left: 35px;
    }

    .sidebar .format-status .entry-content:before,
    .sidebar .format-status .entry-meta:before {
        left: 10px;
    }

    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px;
    }

    .sidebar .paging-navigation .nav-links {
        padding: 0 60px;
    }

    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        max-width: 604px;
        position: relative;
        top: 20px;
    }

    .site-main .widget-area {
        float: none;
        margin: 0;
        width: 100%;
    }

    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0;
    }
}

@media (max-width: 643px) {
    footer .menu li, footer .copyright-footer li, .copyright-footer > div.left,.copyright-footer > div.right{
        width: 100%!important;
    }
    .k-content {
    width: 100%!important;
    }
    .carousel-inner>.item>img {
         height: 200px!important;
     }
    .carousel-control.right, .carousel-control.left {
    margin: 52px 0!important;
    }
    .site-title {
        font-size: 30px;
    }

    .site-header .home-link{
        top:5px!important;
    }
.panel-title>a:before{
    position: absolute;
    left: 30px;
}
    .panel-title>a{
        font-size:16px;
        line-height:30px;
        padding-left: 50px;
    }

    #billeterie{
        width:100%!important;
        max-width: calc(100% - 10px);
        /* overflow: hidden; */
    }

    #billeterie .modal-dialog{
        width: 100%!important;
        height:800px!important;
        max-width: calc(100% - 10px);
    }

    #billeterie .modal-header .top{
        border-radius:10px!important;
    }

    #billeterie .modal-header .left, #billeterie .modal-header .right{
        width: 100%!important;
        height: 100px!important;
    }

    #billeterie .modal-header .right{
        height:100px!important;
        padding: 20px 20px!important;
    }

    #billeterie .modal-header h3{
        font-size: 15px!important;
        line-height: 15px!important;
    }

    #billeterie .modal-header h3 span{
        margin: 0 5px!important;
        width: 15px!important;
        height: 17px!important;
        line-height: 15px;
        font-size: 10px;
    }

    #billeterie .modal-header p{
        font-size:12px!important;
    }

    #billeterie .modal-header p span{
        font-size: 16px!important;
        line-height: 21px!important;
        display: block;
        text-align: left!important;
    }

    div.list-section {
    padding: 35px 5px;
    display: block;
    }

    div.list-section p{
        text-align:left;
}

    .tarif .heure > div:nth-child(1){
        /*
        border-bottom: 1px solid #2F4A81;
        background: #C9E4FF;
        */
        border-radius: 0;
        line-height: 40px;
        margin: 0;
    }

    .horaireblock {
    padding: 10px 0!important;
    margin: 0!important;
    }

    .heure > div{
        margin: 5px 3px;
    }

    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        padding-left: 0px;
        padding-right: 0px;
    }

    #content .format-status .entry-content,
    #content .format-status .entry-met {
        padding-left: 35px;
    }

    /* Small menu */
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
    }

    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
        background: none;
        border: none;
        color: #141412;
        padding: 12px 0 12px 20px;
    }

    .menu-toggle:focus {
        outline: thin dotted;
    }

    .menu-toggle:after {
        content: "\f502";
        font-size: 12px;
        padding-left: 8px;
        vertical-align: -4px;
    }

    .toggled-on .menu-toggle:after {
        content: "\f500";
        vertical-align: 2px;
    }

    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }

    .toggled-on li,
    .toggled-on .children {
        display: block;
    }

    .toggled-on .nav-menu li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }

    .toggled-on .nav-menu li > ul a {
        color: #141412;
        width: auto;
    }

    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412;
    }

    .toggled-on .nav-menu > li a:hover,
    .toggled-on .nav-menu > ul a:hover {
        background-color: #db572f;
        color: #fff;
    }

    .toggled-on .nav-menu > li a:focus,
    .toggled-on .nav-menu > ul a:focus {
        background-color: #220e10;
        color: #fff;
    }

    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }

    #content .featured-gallery {
        padding-left: 24px;
    }

    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }

    .entry-title,
    .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title {
        font-size: 22px;
        font-weight: bold;
    }

    .format-quote blockquote,
    .format-status .entry-content {
        font-size: 18px;
    }

    .format-quote blockquote small,
    .format-quote blockquote cite {
        font-size: 13px;
    }

    .error404 .page-title {
        padding: 40px 0 0;
    }

    .error404 .page-title:before {
        content: normal;
    }

    .comment-author {
        margin-right: 30px;
    }

    .comment-author .avatar {
        height: auto;
        max-width: 100%;
    }

    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 70%;
        width: -webkit-calc(100% - 104px);
        width: calc(100% - 104px);
    }

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }

    .comment-form textarea {
        height: 80px;
        /* Smaller field for mobile. */
    }

    /* Audio */
    .format-audio .entry-content:before {
        display: none;
    }

    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto;
    }
}

/* Mobile devices */
@media (max-width: 359px) {
    .site-title {
        font-weight: normal;
    }
    .site-description {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute;
    }
    .gallery {
        margin-left: 0;
    }

    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }

    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }

    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }

    .gallery br {
        display: none;
    }

    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }

    /* Comments */
    .comment-author {
        margin: 0 0 5px;
        max-width: 100%;
    }

    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px;
    }

    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 100%;
    }
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

    .site-header .search-field {
        background-image: url(images/search-icon-2x.png);
    }

    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list > li:after,
    .comment-list .children > li:before {
        background-image: url(images/dotted-line-2x.png);
    }
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }

    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}

#alertinfo {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.alertcontent {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e74c3c;
    box-shadow: 0px 3px 0px 0px #B33529;
    position: fixed;
    color: #fff;
    width: 700px;
    font-weight: 700;
    height: 300px;
    padding: 30px;
}


/* Responsive design */

@media (max-width: 1200px) {
    .navbar {
        padding:0;
    }

    .site-header .home-link {
        padding: 0;
    }

    .container>.navbar-header {
        width: 100%;
        float: left;
        /* display: -webkit-box; */ /* Safari */
        display: -moz-box; /* Firefox 21- */
        display: -ms-flexbox; /* IE 10+ */
        /* display: -webkit-flex; */ /* Chrome */
        /* display: flex; */ /* Standard (Firefox 22+) */
        justify-content: flex-start;
        align-items: center;
        z-index: 2;
        position: relative;
        max-width: 131px;
    }
    .navbar-nav {
        float: left;
        margin: 0;
        max-width: 800px;
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */    }
    .navbar-nav>li>a {
        font-size: 13px;
    }
    .navbar-nav>li>a br {
        display: none;
    }

    .blocimg {
        width: 250px;
        height: 350px;
    }

    .blocimg h3 {
        font-size: 27px;
    }

    .blocimg .subtitle {
        font-size: 20px;
    }
    .fw-container {
        max-width: 900px;
    }
    .text-col {
    margin-right: 0px;
    }

    .carousel-inner>.item>img{
        width:100%;
    }

    .site h2{
        font-size: 24px;
    }
    .nomargin {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        max-width: none;
    }
    .fw-col-sm-1, .fw-col-sm-2, .fw-col-sm-3, .fw-col-sm-4, .fw-col-sm-5, .fw-col-sm-6, .fw-col-sm-7, .fw-col-sm-8, .fw-col-sm-9, .fw-col-sm-10, .fw-col-sm-11, .fw-col-sm-12, .fw-col-sm-15 {
        padding: 0 20px!important;
    }

    .home-form .container {
        padding: 0;
        margin: 0;
    }
    .k-datepicker {
        display: inline-block;
        /* max-width: 120px; */
    }
    .k-datepicker span:after {
        right: 14px;
    }
    #boxLinks li a {
        font-size: 13px;
    }
    p.excerpt {
        height: 115px;
    }
}

@media (max-width: 1000px) {
    .container {
        width:100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .site-header .home-link {
        min-height: 0;
        position: absolute;
        left: calc(50% - 85px);
        max-width: 175px;
        margin: 0;
        top: -6px;
        z-index: -1;
    }
    .navbar-toggle .icon-bar {
        background: #000C4E;
    }
    .site-title {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0;
    }
    .header_language_list {
        right: 10px;
        top: -12px;
        color: #fff;
    }
    .container > .navbar-header {
        max-width: none;
    }
    .navbar-toggle {
        margin-top: 6px;
        margin-right: 50px;
        margin-bottom: 10px;
        display: block;
        margin-left: 0px;
        float: left;
    }
    .navbar-nav {
        float: none;
        max-width: 800px;
        display: block;
        margin: 0px;
    }
    div#gestionhoraire {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 0;
    }
    footer .menu li a {
        color: #fff;
        font-weight: 600;
        line-height: 30px;
    }
    .row{
        margin:0;
    }
}

@media (max-width: 900px) {
    .heure {
    display: inline-block;
    width: 100%;
}
    .footer-menu > div{
        display: inline-block;
        margin: 20px auto;
    }
    #billeterie .modal-dialog{
    max-width: 700px;
    }
    .fw-main-row p {
        /* margin: 20px 30px; */
        text-align: justify;
        font-size: 16px;
    }
    .footer .col-sm-6 {
        width: 100%;
    }
    #gestionhoraire .col-sm-6 {
        width: auto;
        float: left;
        padding: 0 10px;
    }
    .k-datepicker input, .k-dropdown {
        font-size: 15px;
        text-align: left;
    }
    .k-dropdown {
        position: relative;
    }

    .k-datepicker span:after, .k-dropdown:after{
        right: 10px;
    }
    .blocimg {
        width: 250px;
        height: 300px;
        max-width: 100%;
        padding: 10px;
    }
    .blocimg .hover {
        width: 100%;
    }
    .blocimg .hover p {
        margin: 0;
        text-align: left;
        font-size: 14px;
    }
    .blocimg h3 {
        left: 10px;
    }
    #boxLinks li a {
        font-size: 11px;
    }
    .widget_wysija_cont .wysija-submit {
        left: 150px;
    }
    .copyright-footer > div.left{
        width: 60%;
    }
    .copyright-footer > div.right{
        width: 40%;
    }
    div#copyrightangelis {
        width: 100%;
    }
}
@media (max-width: 400px) {

    #capiles > div .btn.right-corner {
        right:0;
    }

}

@media (min-width: 1000px) {
    .navbar-nav {
        float: left;
        margin: 0;
        display: flex;
        min-width: 800px;
    }
    .navbar-collapse {
        display: block;
        position: relative;
        padding-left: 0;
        padding-right: 80px;
    }
}
   #header-tab span#datepicker_wrapper:before{
        content:"";
        width: 100%;
        display: block;
        /* background: red; */
        position: absolute;
        height: 100%;
        z-index: 100;
        cursor: pointer;
    }
@media (max-width: 900px) {

    .post-585 .fw-col-sm-8, .post-585 .fw-col-sm-4, .post-608 .fw-col-sm-8, .page-id-598 .fw-col-sm-6, .post-606 .fw-col-sm-8, #recherche .fw-col-sm-8, #recherche .fw-col-sm-4, .post-635 .fw-col-sm-8, .post-635 .fw-col-sm-4, .post-633 .fw-col-sm-8{
        width: 100%
    }

    .post-635 #header-tab{
        min-height:35px;
    }

    .post-1265 .fw-col-sm-4{
        padding: 5px!important;
    }

     .page-id-598 .fw-col-sm-6, .post-606 .fw-row{
        display: block;
     }

    .page-template-page-content .post-585 .fw-row, .page-template-page-content.page-id-598 .fw-row{
        display: block;
    }

    #map_tlv{
        display: none;
    }

    .post-679 .fw-main-row p{
        text-align: left;
    }

    .fw-main-row .handicap p{
        text-align: left;
    }
    table{max-width: 100%;display: flex;}
    tbody{
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */        max-width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    }
    th{
        display: none;
    }
    tr{    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */flex-wrap: wrap;/* flex-direction: column; */}
    td{flex: 1;width: 100%;}
    .page-id-608 td:first-child{display: none;}
    .page-id-608 td:nth-child(2){
        flex: 1;
        display: block;
        background: #93CBEE;
        color: #fff;
        font-weight: 600;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: -webkit-box; /* Safari */
        display: -moz-box; /* Firefox 21- */
        display: -ms-flexbox; /* IE 10+ */
        display: -webkit-flex; /* Chrome */
        display: flex; /* Standard (Firefox 22+) */    }
    .page-id-606 table{
        width: calc(100% + 30px);
        margin: 0 -15px;
        max-width: none;
    }

    .page-id-606 th{    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    /* width: 100%; */background: #e8edff;font-size: 10px;justify-content: center;align-items: center;padding: 10px;}
    .page-id-606 th:nth-child(2){}
    .page-id-606 th:nth-child(3){margin-bottom: 0;}
    .page-id-606 td{
    display: -webkit-box; /* Safari */
    display: -moz-box; /* Firefox 21- */
    display: -ms-flexbox; /* IE 10+ */
    display: -webkit-flex; /* Chrome */
    display: flex; /* Standard (Firefox 22+) */
    flex: 1;width: 33.33%;font-weight: 600;padding: 15px;line-height: 15px;text-align: center!important;font-size: 11px;justify-content: center;align-items: center;}
    .page-id-606 td:nth-child(2){display: block;}
    .page-id-606 td:nth-child(3){display: block;}

     .page-id-606 td{

    }
    .page-id-606 tr{
        display: -webkit-box; /* Safari */
        display: -moz-box; /* Firefox 21- */
        display: -ms-flexbox; /* IE 10+ */
        display: -webkit-flex; /* Chrome */
        display: flex; /* Standard (Firefox 22+) */
        flex-wrap: wrap;
    }
    .fw-container{
        padding: 0!important;
    }
    .fw-row{
        margin:0!important;
    }
    .fw-col-sm-1, .fw-col-sm-2, .fw-col-sm-3, .fw-col-sm-4, .fw-col-sm-5, .fw-col-sm-6, .fw-col-sm-7, .fw-col-sm-8, .fw-col-sm-9, .fw-col-sm-10, .fw-col-sm-11, .fw-col-sm-12, .fw-col-sm-15 {
        padding: 15px 25px!important;
    }
    .nomargin, .bluebackground{
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
    }
    .page-template-page-iles-dor .fw-row, .page-id-598 .fw-row, .page-id-1476 .fw-row, .page-id-1478 .fw-row{
        flex-direction:column;
        font-size: 13px;
        display: block;
    }
    .page-template-page-iles-dor .fw-col-sm-6 .col-droite, .page-id-598 .col-droite,  .page-id-1476 .col-droite,  .page-id-1478 .col-droite{
        padding:0;
        font-size: 14px;
        padding: 25px;
        display: block;
    }
    .page-template-page-iles-dor .fw-col-sm-6{
        padding: 0!important;
        display: block;
        width: 100%;
    }
    .page-template-page-iles-dor .fw-col-sm-6 img, .page-id-598 .fw-col-sm-6 img, .page-id-1476 .fw-col-sm-6 img, .page-id-1478 .fw-col-sm-6 img{
        width:100%;
    }
    .text-col {
    margin-right: 0px;
    }
    .fw-main-row p em{
        font-size:13px;
    }
    .fw-main-row p{
        font-size:13px;
    }

    .page-template-page-fret article p{
        font-size:13px!important;
    }
    .breadcrumbs, header h1 {
        padding-left: 15px;
    }
    .sidebar .site-main,.page.sidebar .site-main {
        display: block;
    }
    .site .fw-col-sm-4 > img {
        margin: 0;
    }
    .info-fret {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;    justify-content:center;
    align-items:center;
    padding-bottom: 15px;
    }
    .fw-main-row .bloc-fret p{
        display: -webkit-box; /* Safari */
        display: -moz-box; /* Firefox 21- */
        display: -ms-flexbox; /* IE 10+ */
        display: -webkit-flex; /* Chrome */
        display: flex; /* Standard (Firefox 22+) */
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
    .fw-main-row .bloc-fret p span{
        margin:0;
    }
    .a11y-toolbar.ltr {
        display: none;
    }
    .page-template-page-iles-dor #boxLinks {
        display: block;
        padding: 0;
        position: relative;
        max-width: 100%;
        padding-top: 0!important;
        border: none!important;
        z-index: 1;
    }
    #primary{
        max-width:100%;
        width:100%;
    }
    #boxLinks.ilesdor li {
        width: 100%;
        margin: 0;
    }

    #boxLinks li:before{
        content:"";
        display: none;
    }
    #boxLinks.ilesdor li:after{
        display:none;
    }

    .horaireblock h3 {
        margin-left: 0;
        margin-top: 20px;
    }
    .horaireblock .icon {
        margin: 0 auto;
    }
    .tarif .heure > div {
    background: transparent;
    text-align: center!important;
    text-indent: 0!important;
    width: 100%!important;
    width: calc(100% - 10px)!important;
    float: none;
    display: inline-block;
    }
    .wpcf7 label {
        margin-top: 15px;
        max-width: 100%;
    }
    .footer-menu {
        display: block;
        text-align:center;
    }

    .site-header .home-link {
        min-height: 0;
        position: absolute;
        left: calc(50% - 85px);
        max-width: 175px;
        margin: 0;
        top: -6px;
        z-index: -1;
    }

    .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav {
        float: none;
        max-width: 800px;
        display: block;
        margin: 0px;
    }
    .header_language_list {
        right: 10px;
        top: -12px;
        color: #fff;
    }

    .home-form {
        height: calc(100% - 80px);
        padding-top: 10px;
        z-index: 0;
        top: 52px;
        background: rgba(0, 12, 78, 0.3);
    }
    .home header {
        background: linear-gradient(rgba(0, 12, 78, 0.53), rgba(0, 12, 78, 0)),url(/wp-content/uploads/2015/07/horaire-header.jpg)!important;
        background: -webkit-linear-gradient(rgba(0, 12, 78, 0.53), rgba(0, 12, 78, 0)),url(/wp-content/uploads/2015/07/horaire-header.jpg)!important;
        background-attachment: fixed!important;
        height: 670px!important;
    }


    .btn.videobutton, header video {
        display: none;
    }
    .row {
        margin: 0;
        padding: 15px;
    }

    #header-tab{
        flex-direction:column;
        width: 90%;
        margin: 0 auto 30px;
        height: auto;
        float: none;
        max-width: 100%;
        display: block;
        min-height: 175px;
    }
    #header-tab .col-sm-6, #header-tab form{
        width:100%;
        padding: 20px 15px;
         /* Safari */
         /* Firefox 21- */
         /* IE 10+ */
         /* Chrome */
        display: block; /* Standard (Firefox 22+) */
        }

    #header-tab .col-sm-6 > .select{
        position: relative;
        top: 0;
        height: 40px;
        margin: 0;
        max-width: 100%;
        max-width: 100%;
    }
    #header-tab .col-sm-6 > .select.open{
        height: 258px;
    }



.select > #boxLinks li.active,#header-tab .k-datepicker{
    height: 46px;
    background: transparent;
}
.select > #boxLinks li.active a,#header-tab .k-datepicker input{
    font-size:15px;
    height: 43px;
    /* pointer-events: none; */
    display: block;
    text-align: left;
}
.select > #boxLinks li a:before, #header-tab .k-datepicker span:before, .select > #boxLinks li a:before,#header-tab .k-datepicker span:after{
    font-size: 20px;
    line-height: 40px;
    left: 0;
}
#header-tab .k-datepicker span:after{
    right:20px;
    left:auto
}
.horaireblock{
    padding: 10px;
    margin: 15px;
    background: #fff;
    display: block;
}
.horaireblock div.info{
    flex-direction:column;
}
    .navbar-collapse {
        position: absolute;
        z-index: 1;
        overflow-x: hidden;
        width: 100%;
        margin: 50px auto!important;
        background: #fff;
        margin-top: 75px;
        left: 0;
        right: 0;
    }
    .dropdown-menu li:before{
        display:none;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        color: #213970;
        text-align: center;
    }

    .navbar-toggle {
        margin-top: 6px;
        margin-right: 50px;
        margin-bottom: 10px;
        display: block;
        margin-left: 35px;
        float: left;
    }
    .navbar-toggle .icon-bar {
        background: #000C4E;
    }
    .container>.navbar-header{
        max-width: none;
    }

    .navbar-toggle:hover {
        background: #000C4E;
    }

    .navbar-toggle:hover .icon-bar {
        background: #fff;
    }
    .navbar-nav>li>a {
        max-width: none;
        padding: 0;
        border-top: 1px solid rgba(11, 27, 91, 0.2);
        height: auto;
        line-height: 40px;
    }
    .navbar-nav>li>a br {
        display: none;
    }

    .navbar-nav>li.btnresa>a {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .site-title {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0;
    }
    .navbar-nav>li>.dropdown-menu {
        width: auto;
        height: auto;
        display: block;
        margin: auto!important;
    }

    .navbar-nav>li:before, .navbar-nav>li:after {
        display: none;
    }

    .home-form .container {
        padding: 0;
        margin: 0;
        display: -webkit-box; /* Safari */
        display: -moz-box; /* Firefox 21- */
        display: -ms-flexbox; /* IE 10+ */
        display: -webkit-flex; /* Chrome */
        display: flex; /* Standard (Firefox 22+) */
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        }
    .nextnavette {
        max-width: 100%;
        height: auto;
        order: 2;
        margin-top: 50px;
        -webkit-order: 2;
        -moz-order: 2;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    #countdown > div {
        width: 50%;
        float: left;
    }
    #timerlabel, #countdown {
        width: 100%;
        float: left;
    }

    .nextnavette label p {
        padding: 0;
        text-align: center;
        margin: 10px auto 20px;
        line-height: 24px;
    }
    .nextnavette .container {
        padding: 0 20px 20px;
    }


    div#gestionhoraire {
        padding: 0;
        text-align: center;
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
    }

    #gestionhoraire .col-sm-6 {
        width: 100%;
        float: left;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .k-datepicker {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
        max-width: 100%;
    }
    div#gestionhoraire .k-button {
        margin-left: 0px;
        width: 100%;
    }
    #capiles > div, #capiles > div:nth-child(2), #capiles > div:nth-child(4) {
        margin: 30px auto;
        width: 100%;
        max-width: 350px;
    }

    #capiles > div:hover {
        max-width: 350px;
    }

    #capiles > div .btn.right-corner {
        right: 0;
    }
    #actu ul{
        display:block;
    }
    #actu li {
        margin-bottom: 30px;
        width: 100%;
    }
    #actu li .content{
        height: 300px;
    }
    #actu .col-lg-4, #facebook {
        margin: 30px auto;
        text-align: center;
    }
    .wpcf7 form div, div#calculer div {
        max-width: 100%;
        padding: 5px;
    }
    .wpcf7 form, div#calculer{
        display:block;
    }
    .wpcf7 form div.col-sm-6.button, .wpcf7 form div.col-sm-12.button{
        flex-direction:column;
        display: block;
    }

    #calculer input[type="submit"]{
        font-size:14px;
    }

    .carousel-inner>.item {
        height: auto!important;
    }
    h1{
        font-size:30px;
    }
    h2{
       font-size: 22px;
     }

     .carousel-inner>.item>img {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        object-fit: cover;
        height: 200px;
        min-height: 0;
    }
    #slider1 .carousel-inner>.item>img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    min-height: 0;
}

    .carousel-control.right, .carousel-control.left{
        font-size: 35px;
        margin: auto;
        /* margin-bottom: 85px; */
        opacity: 1;
        cursor: pointer;
        top: 0;
        bottom: 0;
        position: absolute;
        height: 30px;
        width: 30px;
    }
    ul.tlv-info {
        display: block;
    }
    ul.tlv-info li {
        width: 100%;
        height:150px;
    }

    #facebook {
        display: none;
    }

    #infofooter, #infofooter h3 {
        text-align: center;
    }
    .page-template-page-content .fw-row {
        display: initial;
    }
    .now {
        width: 150px;
        margin: auto;
    }
    .wysija-paragraph {
        width: 250px;
        margin: 20px auto;
    }
    footer .menu li a {
        line-height: 35px;
    }
    .copyright-footer {
        display: inline-block;
        margin: auto;
    }
    .copyright-footer .left {
        float: left;
        width: 75%;
    }
    footer .menu li, footer .copyright-footer li {
        /* float: left; */
        /* width: 100%; */
        text-align: center;
        line-height: 35px;
    }
    div#copyrightangelis {
        width: 100%!important;
        text-align: center;
    }
}

@media (min-width: 720px) and (max-width: 900px) {
    #header-tab{
        display:block;
        height: auto;
        min-height: 80px;
    }
    #header-tab .col-sm-6, #header-tab form {
        display: block;
        float: none;
        text-align: left;
        width: 50%;
        float: left;
    }

        .horaireblock{
            display:block;
        }
        .horaireblock > div:first-child{
            /* text-align: center; */
        }

        .page-template-page-content .fw-row {
        display: -webkit-box; /* Safari */
        display: -moz-box; /* Firefox 21- */
        display: -ms-flexbox; /* IE 10+ */
        display: -webkit-flex; /* Chrome */
        display: flex; /* Standard (Firefox 22+) */ }
         .carousel-inner>.item>img {
             height:400px;
         width: auto;}
         .home-form .nextnavette .container {
        display: -webkit-box;/* Safari */
        display: -moz-box;/* Firefox 21- */
        display: -ms-flexbox;/* IE 10+ */
        display: -webkit-flex;/* Chrome */
        display: flex;/* Standard (Firefox 22+) */
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        padding: 0px 0 0;
        justify-content: center;
        align-items: center;
     }
     .nextnavette .container .item{
         padding:30px;
     }
        #timerlabel, #countdown {
            width: 100%;
            display: -webkit-box;/* Safari */
            display: -moz-box;/* Firefox 21- */
            display: -ms-flexbox;/* IE 10+ */
            display: -webkit-flex;/* Chrome */
            display: flex;/* Standard (Firefox 22+) */
            justify-content: flex-start;
            align-items: flex-start;
            max-width: 180px;
            margin: auto;
            flex: 2;
            float: none;
        }
        .nextnavette label p{
            margin-top:0;
        }
        span.unit{
            line-height: 25px;
        }
        .home-form{
            height: 620px;
        }
        .home-form .container{
            flex-direction:column;
            height: 100%;
            padding-top: 100px;
            align-items: center;
        }
        div#gestionhoraire{
            width: 60%;
            margin: 0 auto;
        }
        .nextnavette{
            width: 80%;
            margin: 30px auto;
        }
        div#gestionhoraire h2{
            margin-top:0;
        }
        #actu ul{
            display: -webkit-box; /* Safari */
            display: -moz-box; /* Firefox 21- */
            display: -ms-flexbox; /* IE 10+ */
            display: -webkit-flex; /* Chrome */
            display: flex; /* Standard (Firefox 22+) */
            display: inline-block;
            }

        #actu ul li{
            width: 31.33%;
            float: left;
            margin: 0 1%;
            padding: 0;
        }
        ul.tlv-info li {
        width: 50%;
        }
        .nextnavette .carousel-control.right, .nextnavette .carousel-control.left {
        height: 50px;
        left: 50px;
        opacity:1;
        top:50px;
        width: 50px;
        line-height: 50px;
    }
    .nextnavette .carousel-control.right{
        left:auto;
        right: 50px;
    }

    .nextnavette .carousel-control.right:hover, .nextnavette .carousel-control.left:hover {
        background:#ef1a4a;
    }
}
#billeterie .modal-dialog{
    width: 800px;
    padding: 0;
    height: 570px;
    border-radius: 10px;
    overflow: hidden;
}

#billeterie .modal-dialog > div{
    border:none;
    box-shadow:none;
    background: transparent;
}
#billeterie .modal-header{
    background: transparent;
    display: block;
    width: 100%;
    min-height: 225px;
}

#billeterie .modal-header .top{
    display:block;
    float:left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

#billeterie .modal-header .bottom{
    display:block;
    float:left;
    width:100%;
    border-top: 3px dotted #0083CA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#billeterie .modal-header h3{
    font-weight:900;
    font-size:25px;
    line-height:30px;
    padding: 15px 0;
    }

#billeterie .modal-header h3 span{
    border-radius:50%;
    color:#fff;
    background: #EF1A4A;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
#billeterie .modal-header .left{
    background-color: #00a5f2;
    width: 66.66%;
    background-image: url(/wp-content/themes/tlvtvm/images/vague.png);
    float: left;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 200px;
}

#billeterie .modal-header .right{
    background: #0083ca;
    width: 33.33%;
    float: left;
    padding: 60px 30px;
    height: 200px;
}

#billeterie .modal-header .close{
       margin-right: 10px;
       margin-top: 10px;
       background: #00a5f2;
       color: #fff;
       font-size: 25px;
       padding: 0 5px;
       top: 10px;
       position: absolute;
       right: 0;
}
#billeterie .modal-header p{
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    margin-bottom:20px;
    margin-top:10px;
    padding-left: 30px;
    padding-top: 15px;
}

#billeterie .modal-header p.light{
    color: #fff;
    text-align: left;
    font-weight: 500;
    max-width: 100%;
    display:block;
    margin:auto;
    font-size: 13px;
    padding: 0;
}
#billeterie .modal-header p span{
    text-align:center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 30px;
}

#billeterie .modal-header p span .pink{
    color: #EF1A4A;
    font-weight: 900;
}

#billeterie .modal-body{
    max-width: 100%;
    padding: 0;
}

@media (max-width: 700px) {

    .select > #boxLinks li.active{
        position: absolute;
        top: 0;
    }

    .select > #boxLinks{
        display: block;
        padding-top: 43px;
    }

}

/* VidÃƒÂ©o qui somme nous? */

#video-583-1{
    display: none;
}

/* Fancybox home */

.fancybox-slide--iframe .fancybox-content {
    position: relative;
    padding-bottom: 45.25%;
    height: 0;
}
.fancybox-slide--iframe .fancybox-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Concours photo */

.line{background: #000c4e;color: #fff;display: inline-block;width: 100%;}

.line .step{float: left;padding: 4px 10px;padding-left: 50px;background: #EF1A4A;}

.line .title_step{padding: 4px 10px;float: left;}

.modal-body p{
    width:50%;
    float: left;
    padding: 6px 10px;
    margin: 0;
    display: inline-block;
    height: auto;
    text-align: left;
}
.page-template-home .modal-body p{
    width:100%;
    float: none;
    padding: 6px 10px;
    margin: 20px 0;
    display: inline-block;
    height: auto;
    text-align: center;
}

.modal-body p.video{
	width:100%;

}
button.close{
	clear:both;
}
.modal-body ::-webkit-input-placeholder {
    color: #000c4e;
}

.modal-body :-moz-placeholder {
    color: #000c4e;
}

.modal-body ::-moz-placeholder {
    color: #000c4e;
}

.modal-body :-ms-input-placeholder {
    color: #000c4e;
}

form .modal-header{
    text-align: center;
    /* height: 65px; */
    padding-top: 20px;
    box-sizing: content-box;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    max-width: 300px;
    margin: auto;
}

form .modal-header:before{
    content:"";
    position: absolute;
    left: 25px;
    width: 80px;
    height: 79px;
    background: url(/wp-content/themes/tlvtvm/images/logo.png);
    background-size: cover;
}

form .modal-dialog{
    text-align: center;
    height: 575px;
}


.modal-body .wpcf7 .modal-dialog input[type="submit"] {
    margin: 15px auto;
}

form .modal-body {
    width: 100%;
    max-width: none;
    padding: 5px;
    padding: 0 50px;
}

form .modal-content{
    border-radius: 5px;
    overflow: hidden;
    border: 5px solid #e5effb;
    background-image: url(/wp-content/themes/tlvtvm/images/background_vote_header.jpg);
    background-size: cover;
    background-color: #e4eefa;
    box-shadow: none;
}

.modal-body span.wpcf7-list-item{
    height: 210px;
    display: block;
    width: 33.33%;
    float: left;
    margin: 0;
    padding: 10px;
    position: relative;
}

.modal-body span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: inline-block;
    width: 100%;
}

.wpcf7 .modal-body label{
    height: 177px;
    width:100%;
    margin: 0;
    background-repeat: no-repeat;
    cursor:pointer;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wpcf7 .modal-body .wpcf7-list-item.first label{
    background-image: url(/wp-content/themes/tlvtvm/images/image1.jpg);
}

.wpcf7 .modal-body .wpcf7-list-item label{
    background-image: url(/wp-content/themes/tlvtvm/images/image2.jpg);
}

.wpcf7 .modal-body .wpcf7-list-item.last label{
    background-image: url(/wp-content/themes/tlvtvm/images/image3.jpg);
}

.wpcf7 .modal-body label:hover, .wpcf7 .modal-body  .active label{
    color: #ef1a4a;
}
.wpcf7 .modal-body label:before{
    content:"\f055";
    position: absolute;
    top: 0;
    bottom: 0;
    font-family: FontAwesome;
    font-size: 35px;
    left: 0;
    padding-top: 70px;
    opacity: 0;
    right: 0;
    width: auto;
    height: auto;
    background: rgba(247, 109, 140, 0);
    transition:all ease-in-out 0.5s;
}
.wpcf7 .modal-body label:hover:before, .wpcf7 .modal-body .active label:before{
    background: rgba(200, 36, 73, 0.6);
    color: #fff;
    opacity: 1;
}
.wpcf7 .modal-body label span{
    position:absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    left: 0;
}
.wpcf7 .modal-body .wpcf7-list-item input{
    opacity:0;
    height:0;
    margin: 0;
    float: left;
}

.wpcf7 .modal-dialog input[type="submit"]{
    margin: 0px auto;
    margin-top: 15px;
    height: auto;
}

.wpcf7 .modal-body input{
    height: 30px;
    margin-top: 0px;
}

.modal-body .informations{
    /* padding:0 50px; */
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.modal-body input.wpcf7-acceptance{
    height: auto;
}

@media only screen and (max-width:900px){
    .wpcf7 form div{
        max-width:none;
        padding:0px;
    }
    .wpcf7 .modal-body label {
        max-width: 138px;
        float: none;
    }
    .wpcf7 form div.modal-dialog {
        max-width: 600px;
        text-align: center;
        height: 605px;
        margin: auto;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .wpcf7 form div.modal-header {
        max-width: 300px;
        padding: 0px;
        padding-top: 20px;
    }
    .wpcf7 form div.modal-body {
        width: 100%;
        max-width: none;
        padding: 5px;
        padding: 0 50px;
    }
}


@media only screen and (max-width:768px){
    .wpcf7 form div.modal-dialog {
        max-width: 90%;
        font-size: 12px;
        padding: 0px;
        height: 470px;
    }
    .wpcf7 form .modal{
        overflow:initial;
    }
    .wpcf7 form div.modal-body {
    padding: 0px;
    }
    .modal-body span.wpcf7-list-item {
        height: 120px;
        padding: 5px;
        position: relative;
        text-align: center;
        display: table;
    }
    .wpcf7 .modal-body label {
    height: 110px;
    /* width: 86px; */
    margin: auto;
    float: none;
    }
    .line .title_step {
    padding: 0px 10px;
    font-size: 10px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    }
    .wpcf7 .modal-body label span {
        bottom: -18px;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .wpcf7 .modal-body label:before{
        padding-top:35px;
    }
    form .modal-header {
    font-size: 11px;
    min-height: 0px;
    }
    form .modal-header p{
        margin-bottom:5px;
        font-size: 10px;
        margin-top: 55px;
    }
    form .modal-header:before{
        left: 0;
        right: 0;
        margin: auto;
        height: 50px;
        width: 47px;
        top: 10px;
    }
    .wpcf7 .modal-dialog input[type="submit"]{
    margin: 0px auto;
    margin-top: 5px;
    font-size: 13px;
    line-height: 19px;
    height: auto;
    }
    div.wpcf7 img.ajax-loader{
        display:none;
    }
}

.page-template-page-info-service #page .container{max-width:970px;}
.page-template-page-info-service .error {
    border: 0;
    padding: 0;
    margin: 0;
    background: #000c4e;
    color:#fff;
    border: 1px solid rgba(128, 128, 128, 0.3);
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 55Px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align:center;
}
.page-template-page-info-service .site{
    background: #000c4e;
}
.page-template-page-info-service .top{background: #fff;}
.page-template-page-info-service .error > div{max-width:970px;margin:auto;}
.page-template-page-info-service .error .left{width: 70%;padding: 20px;}
.title_error{font-size: 24px;margin-bottom: 25px;font-weight: 700;text-align: center;display: block;margin-top: 65px;}
.title_error:after{content:"";width:120px;height:1px;background:#2e6da4;display:block;margin:10px auto 0;}
.merci_error{display: block;text-align: center;font-style: italic;font-weight: 700;}
.error p{color: #fff;font-weight: 700;text-align: center;max-width: 65%;margin: auto;margin-bottom: 25px;}
.error .k-primary{margin:35px auto 0;display: inline-block;width: auto;font-size: 16px;}
.info_service{padding:35px 0;position: relative;}
.info_service .container{position:relative;height: 100%;}
.info_service .container:before{content:"";background: url(./images/bonhomme.png);width: auto;height: 100%;position: absolute;right: 40px;left: 600px;max-width: 350px;top: -75px;bottom: 0;margin-left: auto;display: block;background-repeat: no-repeat;background-size: contain;background-position: top right;}

.info_service .row{margin: 20px 0;}
.info_service form{max-width: 600px;color:#fff;}
.info_service label{color: #fff;text-transform: uppercase;}
.info_service input, .info_service select{background: #fff;color: #000C4E;border-radius: 5px;line-height: 45px;text-indent: 5px;border: 0;display: inline-block;height: 45px;}
.info_service input[type="checkbox"]{
    margin-right: 8px;
    top: 3px;
    position: relative;
    height: 15px;
}
.info_service .k-primary {
    font-size: 13px;
    line-height: 25px;
    float: left;
    margin-top: 0px;
}
hr.blue-light{
    width: 100%;
    background: #00b7ce;
    margin-top: 100px;
}
.checkboxe {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}
.input_text{
    display: inline-block;
    width: 33%;
    padding-right: 20px;
}
.ilechoice{display: inline-block;}

.item_choice{display: inline-block;border: 2px solid;padding: 15px 20px 15px 10px;border-radius: 3px;margin: 10px 15px;font-size: 16px;font-weight: 700;transition: all ease-in-out 0.3s;cursor: pointer;box-sizing: border-box;}
.item_choice i{color:#fff;padding-right: 0px;opacity:0;}
.item_choice.active i{color:#fff;padding-right: 5px;opacity:1}
.item_choice.active{
    color: #fff!important;
    border-color: transparent;
    padding: 15px 15px 15px 15px;
}
.item_choice.porquerolles{
    margin-left: 0px;
    color: #ffcb05;
}

.item_choice.portcros{
    color: #00b7ce;
}

.item_choice.lelevant{
    color: #f3736b;
}
.item_choice.porquerolles.active{
    margin-left: 0px;
    background: #ffcb05;
}

.item_choice.portcros.active{
    background: #00b7ce;
}

.item_choice.lelevant.active{
    background: #f3736b;
}

@media only screen and (max-width:900px){
    .info_service, .page-template-page-info-service .top{
        padding: 35px 15px;
    }
    .info_service form{
        max-width: 100%;
    }
    .info_service .container:before {
        content: "";
        background: url(./images/bonhomme.png);
        width: auto;
        height: 100%;
        position: absolute;
        right: 65px;
        left: 400px;
        max-width: 350px;
        top: -265px;
        bottom: 0;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
    }
}

@media only screen and (max-width:700px){
    .info_service .container:before {
        display: none;
    }

    .input_text {
        display: inline-block;
        padding-right: 20px;
        box-sizing: border-box;
        width: 250px;
        padding-bottom: 30px;
    }
    .input_text label{
        width: 100%;
    }
    .item_choice{
        margin-left: 0px;
        width: 150px;
    }
}
.fontsize body,
.fontsize #actu .content .category,
.fontsize p.excerpt,
.fontsize #infofooter .subtitle,
.fontsize .site-footer,
.fontsize .nextnavette label p,
.fontsize span.unit,
.fontsize .dropdown-menu>li>a,
.fontsize .txt-flotte,
.fontsize td,
.fontsize th,
.fontsize .page-template-page-planligne .planbaseline,
.fontsize ul.complement li,
.fontsize .handicap,
.fontsize .horairepassage,
.fontsize body.page-template-page-fret .entry-content .fw-page-builder-content em,
.fontsize body.page-template-page-fret .entry-content .fw-page-builder-content .card-top em{
    font-size:20px;
}
.fontsize .page-template-page-iles-dor .fw-col-sm-6 .col-droite,
.fontsize .page-id-598 .col-droite,
.fontsize .page-id-1476 .col-droite,
.fontsize .page-id-1478 .col-droite,
.fontsize .fw-main-row p{
    font-size: 22px;
    line-height: 30px;
}
.fontsize .blocimg h3,
.fontsize #infofooter h3,
.fontsize h2{
    font-size:42px;
}

.fontsize .blocimg .subtitle,
.fontsize #actu h3,
.fontsize .nextnavette label p span,
.fontsize .k-datepicker input,
.fontsize .k-dropdown,
.fontsize .txt-flotte .titre,
.fontsize .plantitle h3,
.fontsize .horaireblock h3,
.fontsize .heure > div{
    font-size:30px;
    line-height: 1em;
}

.fontsize #actu .content{
    height: 345px;
}

.fontsize p.excerpt{
    height:145px;
}

/** WOOCOMMERCE **/
select.selecttrajet {
	background: none;
	border: none;
}
select.selecttrajet:focus {
	outline: 0px solid!important;
}
.wcproduct { display: none; }
.wcproduct.porquerolles { display: block; }

.page-template-page-reservations .site h2 {
	border-bottom: none;
}
.page-template-page-reservations .fw-heading {
	border-bottom: 1px solid #00ade1;
    color: #031a54;
    font-weight: 900;
    padding-bottom: 11px;
    /*padding-left: 45px;*/
}
.page-template-page-reservations .fw-heading .fw-special-title {
	margin: 25px 0 0;
	padding-bottom: 0;
}
.page-template-page-reservations .fw-heading .fw-special-subtitle {
	font-size: 20px;
	font-family: "Source Sans Pro",sans-serif;
	margin: 0;
    position: relative;
    padding-left: 45px;
}

.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_atos2 {
	background: none;
    border-bottom: none;
    padding: 0;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_atos2 label {
	vertical-align: top;
	width: 100%;
	line-height: 35px!important;
	background: #f4f4f4;
    padding: 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 25px 0;
}
.wc_payment_method.payment_method_atos2 .imgpayment {
	margin-right: 20px;
	margin-top: -3px;
}
.wc_payment_method.payment_method_atos2 .iconpayment {
	position: relative;
	float: right;
	display: block;
	vertical-align: middle;
	border-left: solid 1px #c3c3c3;
	padding-left: 40px;
}
.pdts_cat_name.cat_velos.port-cros { display: none; }
.woocommerce-checkout .site-content .fw-main-row .fw-col-sm-8 {
    width: 100%;
}
.nopad .row,
.nopad { padding: 0 !important; }

/* Page Réservations */
@media only screen and (max-width:1200px) {
    .page-template-page-reservations .site-title {
        margin-top: 15px;
    }

    .page-template-page-reservations .site-header h1 {
        font-size: 35px;
    }

    .page-template-page-reservations .entry-content > .fw-col-sm-8 { padding: 0; }
    .page-template-page-reservations .entry-content .fw-page-builder-content > .row > .container { padding: 0; }
    .page-template-page-reservations .entry-content .fw-page-builder-content .row .container .fw-col-xs-12 { padding: 0; }

    .prdtsoptions .btnminus { margin-left: 15px; }
    .prdtsoptions .btnplus { margin-right: 15px; }
    .prdtsoptions input { width: 50px; }
}
@media only screen and (max-width:1000px) { .page-template-page-reservations .sidewoocommerce { padding: 0!important; } }