@charset "utf-8";
/* CSS Document */
.container, .well, .page-header, .navigation, .breadcrumb {
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-color: transparent !important;
    border-radius: 0 !important;
}
#content {
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
}
a, #scrollToTop, #scrollToTop:hover, .btn, .btn:hover, img, .fixed, h4, .navigation li a {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
th, td, .navigation li.active a, #rsoc {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
}
.vert {
    color: #45A4A4;
}
hr {
    margin: 18px 0;
    border: 0;
    border-top: 0px;
    border-bottom: 1px solid #45A4A4;
}
body {
     background: url("../images/loading.gif") 50% 50% no-repeat fixed;
   color: #000;
    padding: 0px !important;
    font-size: 15px;
    line-height: 21px;
    overflow-y: scroll;
}
body.loaded, body.com_tablebooking {
    background: #F3F6E2 url("../images/bg.png") 95% 90% no-repeat fixed;
    background-size: 25%;
}
.all {
	padding-bottom: 50px;
}
@media (min-width: 768px) {
/*
#item-101 {
	    background: url("../images/accueil.jpg") 50% 50% no-repeat fixed;
    background-size: cover;
	min-height: 100vh;
}
*/
#item-101 .item {
    border: 1px solid #45A4A4;
	padding: 10px 20px;
	background: rgba(255,255,255,0.5);
}
}
.inauguration video {
        border: 1px solid #45A4A4;
	padding: 10px;
	background: rgba(255,255,255,0.5);
    margin-top: 18px;
}
#content, #banner {
    opacity: 0;
}
body.loaded #content, body.loaded #banner, body.com_tablebooking #content {
    opacity: 1;
}
#banner {
	margin-top: -10px;
}
@media(min-width:768px) {
#banner {
	margin-top: -43px;
}
}
h1, h2 {
    color: #45A4A4 !important;
}
h3, h4 {
    color: #98382C;
}
ul {
    list-style: square;
}
.dismiss {
    position: absolute;
    top: -9999px;
}
@media(min-width: 768px) {
    .site-title {
        line-height: 96px;
    }
}
.site-description {
    line-height: 1.6em;
    font-size: 20px;
}
.header {
    padding: 10px 0px;
    background: #45A4A4;
    background-size: contain;
}
@media (min-width: 980px) {
    .header {
        background: #45A4A4 url("../images/header.png") 66% 100% no-repeat;
        background-size: contain;
    }
    .header.carte {
        background: #45A4A4 url("../images/headercarte.png") 66% 100% no-repeat;
        background-size: contain;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .header {
        background: #45A4A4 url("../images/headermob.png") 66% 100% no-repeat;
        background-size: contain;
    }
}
.brand {
    color: #fefeda;
}
.brand:hover, .brand:focus {
    color: #F3F6E2;
}
#logo {
    max-width: 150px !important;
}
@media (min-width: 768px) {
    #logo {}
    .site-description {
        text-align: left;
        padding-left: 5px;
    }
    p {
        text-align: justify;
    }
}
@media (min-width: 980px) {
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9990;
        width: 100%;
        background: #45A4A4 url("../images/logo.png") 10px 50% no-repeat;
        background-size: 32px;
        padding: 10px 20px 0px 60px;
    }
}
.item-image {
    margin: 0 0 10px;
}
@media (max-width: 767px) {
    .item-image a {
        pointer-events: none;
    }
}
.droite {
    float: right;
    margin: 0 0 10px 15px;
}
.gauche {
    float: left;
    margin: 0 15px 10px 0;
}
@media (max-width: 640px) {
    .droite, .gauche, .pull-right.item-image {
        float: none;
        margin: 10px 0;
        display: block !important;
    }
}
.header-inner, .navigation, footer {
    padding: 0 20px;
}
.navigation ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
.headersub {
    border-bottom: 6px double #F3F6E2;
    padding: 0px 20px 10px;
}
.navigation li {
    display: inline-block;
    margin-right: 10px;
}
.navigation li a {
    color: #F3F6E2;
    top: -10px;
    font-size: 16px;
    padding: 5px 15px !important;
    -webkit-border-radius: 0 0 9px 9px !important;
    -moz-border-radius: 0 0 9px 9px !important;
    border-radius: 0 0 9px 9px !important;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #45A4A4;
}
.navigation li a:hover, .navigation li.active a {
    color: #45A4A4 !important;
    background: #F3F6E2 !important;
    top: -14px;
}
.navigation li.active a {
    font-weight: bold;
}
.navigation li.active:hover {
    top: -24px;
    animation: actif 1s ease-in-out infinite;
    opacity: 1;
}
@-webkit-keyframes actif {
    0% {
        -webkit-transform: scaleY(0.55);
        transform: scaleY(0.55);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes actif {
    0% {
        -webkit-transform: scaleY(0.55);
        transform: scaleY(0.55);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.navigation li a:focus {
    outline: none !important;
}
.nav-header {
    font-size: 0.9rem;
}
.container {
    background: #fff !important;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
}
img {
    max-width: 100% !important;
    height: auto !important;
}
a, a.link {
    color: #4584A3;
}
a:hover, a:focus {
    color: #98382C;
}
.hauteur {
    padding-bottom: 1px;
}
/*
body.view-featured a.jcepopup img {
    border-width: 2px 0;
	border-style: solid;
	border-color: #45A4A4;
}
*/
.page-header {
    padding-bottom: 0px !important;
    margin: 18px 0 9px !important;
}
body.newspaper .page-header, body.newspaper .page-header h2 {
    margin-bottom: 0px !important;
}
body.newspaper dl.article-info {
    margin-top: 0px !important;
}
body.newspaper dl.article-info dd {
    margin-left: 0px !important;
}
.item-title a {
    color: #45A4A4;
}
.item-title a:hover, .item-title a:focus {
    color: #74A345;
}
legend {
    background: #45A4A4;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: #f9faf3 !important;
    padding: 5px 9px !important;
    border-bottom: 0px;
}
input, textarea, select {
    border-color: #45A4A4 !important;
}
input, textarea {
    background: #f9faf3 !important;
}
input[type="radio"], input[type="checkbox"] {
    margin-top: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #f9faf3 url("../images/select.png") 100% 100% no-repeat !important;
}
select::-ms-expand {
    display: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #45A4A4;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(69, 164, 164, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(69, 164, 164, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(69, 164, 164, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(69, 164, 164, .6);
}
.invalid {
    color: #9d261d;
    font-weight: bold;
}
input.invalid, textarea.invalid, input.required:focus, textarea.required:focus {
    border: 1px solid #9d261d !important;
    background: #f2dede;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
button.btn {
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    border-radius: 9px !important;
}
.btn-primary, .navigation a, input.pm-input-route-btn {
    color: #F9FAF3;
    background-color: #45A4A4 !important;
    padding: 6px 12px !important;
    background-image: none;
    border-color: #45A4A4 #45A4A4 #45A4A4;
}
input.pm-input-route-btn {
    padding: 4px 10px !important;
}
.btn-danger {
    color: #F9FAF3;
    background-color: #98382C !important;
    padding: 6px 12px !important;
    background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-danger:hover, .btn-danger:focus, input.pm-input-route-btn:hover, input.pm-input-route-btn:focus {
    color: #F9FAF3;
    background-color: #74A345 !important;
    border-color: #74A345 !important;
}
.btn-large {
    padding: 11px 19px !important;
    font-size: 20px !important;
}
.input-xlarge {
    padding: 11px 19px !important;
    font-size: 20px !important;
}
.adp-placemark td {
    background-color: #45A4A4 !important;
    border: 1px solid #45A4A4 !important;
    color: #F9FAF3;
    font-weight: bold;
}
.adp-legal {
    display: none;
}
#phocaMapsPrintIconPlgPM1 .pmprintroutelink {
    background: none;
}
#phocaMapsPrintIconPlgPM1 .pmprintroutelink:before {
    font-family: 'Icomoon';
    margin-right: 0.5em;
    font-size: 0.8em;
    font-weight: normal;
    speak: none;
    line-height: 18px;
    display: inline-block;
    content: "\e013";
    color: #4584a3;
}
.gm-style-iw-d > div > div:first-child {
    color: #45A4A4;
}
.alert {
    padding: 8px 35px 8px 14px !important;
    margin-bottom: 18px !important;
    text-shadow: 0 !important;
    background-color: #45A4A4 !important;
    border: 1px solid #45A4A4 !important;
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    border-radius: 9px !important;
}
.alert, .alert h4 {
    color: #f7f9eb !important;
}
.alert-success {
    background-color: #74A345 !important;
    border-color: #74A345 !important;
    color: #f7f9eb !important;
}
.alert-success h4 {
    color: #f7f9eb !important;
}
.alert-danger, .alert-error {
    background-color: #98382C !important;
    border-color: #98382C !important;
    color: #f7f9eb !important;
}
.alert-danger h4, .alert-error h4 {
    color: #f7f9eb !important;
}
.alert-info {
    background-color: #4584A3 !important;
    border-color: #4584A3 !important;
    color: #f7f9eb !important;
}
.alert-info h4 {
    color: #f7f9eb !important;
}
.contact .dl-horizontal dt {
    float: left;
    width: 20px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact .dl-horizontal dd {
    margin-left: 30px;
}
.contact-miscinfo .dl-horizontal dd {
    margin-left: 0px;
    margin-bottom: -27px;
}
#contact-form {
    max-width: 99%;
}
.contact-form fieldset {
    padding: 0px;
}
.contact-form input, .contact-form textarea {
    width: calc(100% - 10px);
}
.contact-form textarea {
    height: 100px;
    resize: vertical;
}
@media (min-width:768px) {
    .nav-tabs > li > a {
        -webkit-border-radius: 9px 9px 0 0 !important;
        -moz-border-radius: 9px 9px 0 0 !important;
        border-radius: 9px 9px 0 0 !important;
    }
}
.nav-tabs {
    border-bottom: 1px solid #45A4A4;
}
.nav-tabs > li > a {
    color: #45A4A4;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #45A4A4 #45A4A4 #45A4A4 !important;
    background: #45A4A4;
    color: #fff;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #fff;
    background-color: #45A4A4;
    border: 1px solid #45A4A4;
}
@media (max-width: 768px) {
    .nav-tabs {
        border-bottom: 0px;
    }
    .nav-tabs > li > a {
        border: 1px solid #45A4A4;
        width: calc(100% - 25px);
        background: rgba(69, 164, 164, 0.1);
    }
    .nav-tabs > li:first-child > a {
        -webkit-border-radius: 9px 9px 0 0;
        -moz-border-radius: 9px 9px 0 0;
        border-radius: 9px 9px 0 0;
    }
    .nav-tabs > li:last-child > a, .nav-tabs > .active:last-child > a {
        -webkit-border-radius: 0 0 9px 9px;
        -moz-border-radius: 0 0 9px 9px;
        border-radius: 0 0 9px 9px;
        border-bottom: 1px solid #45A4A4;
    }
    .nav-tabs > li > a:hover {
        border-color: #45A4A4;
    }
    .nav-tabs > li:last-child > a, .nav-tabs > .active:last-child > a {
        border-bottom: 1px solid #45A4A4;
    }
}
.hasPopover {
    pointer-events: none;
}
.input-append .add-on.grand, .input-prepend .add-on.grand {
    display: inline-block;
    width: auto;
    height: 14px;
    min-width: 32px;
    padding: 13px 5px;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    background-color: #45A4A4;
    border: 1px solid #45A4A4;
    color: #fff;
}
#login-form input {
    border-radius: 0px !important;
}
@media (max-width:768px) {
    .input-xlarge {
        height: 42px !important;
    }
    #login-form .input-prepend, #login-form .input-prepend {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    #login-form input {
        width: 300px !important;
    }
    #login-form button {
        width: 344px !important;
        margin-top: 5px;
    }
}
#unsubpage .unsuboptions, #unsubpage #unsubbutton_div {
    padding-left: 10px;
}
.copy {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 5px 20px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #45A4A4;
    font-size: 0.8em;
    z-index: 999;
}
.copy, .copy a, .copy a:hover, .copy a:focus {
    color: #FEFEDA;
}
#scrollToTop {
    cursor: pointer;
    position: fixed;
    text-align: center;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    background: #45A4A4;
}
#scrollToTop:hover {
    background: #98382C;
}
#scrollToTop > img {
    display: block;
    margin: 0 auto;
}
.tooltip.in {
    opacity: 1;
}
.tooltip-inner {
    background: rgb(31, 93, 166) !important;
}
@media(max-width: 980px) {
    .tooltip {
        display: none !important;
    }
}
a.wf_file img.wf_file_icon {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-right: 0.3em;
    background-color: #4584A3;
}
a.wf_file:hover img.wf_file_icon {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-right: 0.3em;
    background-color: #98382C;
}
/*carte*/
.blog.carte .item .page-header, .blog.carte .item .page-header h2 {
    text-transform: uppercase;
    margin: 18px 0px 0px !important;
}
.item [class*="span"]:first-child, .moduletable.covid.span9 {
    margin-left: 0 !important;
}
.custom.covid img {
    max-height: 75px;
    width: auto;
    margin: 20px
}
.carte .item table {
    width: 100%;
    max-width: 768px;
}
.carte .item .page-header h2 {
    padding-bottom: 5px;
}
.carte hr {
    height: 7px;
    color: #98382C;
    background-color: #98382C;
    border: 0;
    margin: 5px 0 0;
}
@media (max-width: 979px) {
    .carte table {
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .blog.carte .category-desc a {
        color: #fff;
        background-color: #45A4A4 !important;
        padding: 6px 12px !important;
        display: block;
        width: calc(100% - 32px);
        margin-bottom: 5px;
    }
    .blog.carte .category-desc a:hover {
        text-decoration: none;
    }
    .blog.carte .category-desc a.wf_file {
        color: inherit;
        background-color: transparent !important;
        padding: 6px !important;
    }
}
.carte a.anker {
    padding-top: 60px;
    margin-top: -60px;
}
.table-striped td, .table-striped th {
    padding: 5px 10px;
    vertical-align: top;
}
.table-striped td:last-child, .table-striped th:last-child, .table-striped td:last-child p, .table-striped th:last-child p {
    text-align: right;
    vertical-align: bottom;
    width: 50px;
}
.table-striped td:nth-child(2), .table-striped th:nth-child(2), .table-striped td:nth-child(2) p, .table-striped th:nth-child(2) p {
    text-align: right;
    vertical-align: bottom;
    width: 75px;
}
.table-striped td:first-child, .table-striped th:first-child, .table-striped td:first-child p, .table-striped td:first-child li, .table-striped th:first-child p {
    text-align: left;
}
@media (max-width: 599px) {
    .table-striped td:first-child strong, .table-striped th:first-child strong {
        display: block;
    }
}
.table-striped th {
    color: #98382C;
}
.table-striped H5 {
    color: #45A4A4;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.table-striped tbody > tr:nth-child(even) > td {
    background-color: rgba(69, 164, 164, 0.05);
}
.table-striped tbody tr:hover > td:first-child, .table-striped tbody tr:hover > td:first-child h4 {
    letter-spacing: 0.025em;
    cursor: grab;
    font-weight: bold;
    color: #98382C;
}
.table-striped tbody tr:hover > td:nth-child(2), .table-striped tbody tr:hover > td:last-child {
    font-weight: bold;
    color: #98382C;
}
.table-striped p {
    margin: 0;
}
th {
    text-align: left;
}
div.icons {
    display: none;
}
.blog.equipe .page-header, .blog.equipe .page-header h2 {
    margin-bottom: 0px !important;
}
.blog.equipe .item {
    text-align: center;
}
.blog.equipe .item-image {
    max-width: 100%;
    float: none;
    margin: 0;
}
.blog.equipe .item h2 {
    font-size: 20px;
}
.blog.equipe .item dl.article-info.muted {
    font-size: 18px;
    color: #98382C;
    font-weight: bold;
}
.blog.equipe .item dl.article-info.muted i {
    display: none;
}
.blog.equipe .item h2, .blog.equipe .item dl.article-info.muted, .blog.equipe .item dl.article-info.muted h3 {
    margin: 0px;
}
.blog.equipe .item dl.article-info.muted {
    margin-bottom: 10px;
}
.blog.presse dl.article-info.muted dd {
    display: inline;
    color: #45A4A4;
    margin: 0px;
    padding-right: 1em;
}
@media (min-width: 1200px) {
    .blog-featured .pull-none.item-image {
        max-width: 55%;
        float: right;
        margin: 6px 0 10px 15px;
    }
}
body .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 10px;
}
body .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
}
/* target all anchors with an href attribute */
#comptainer a[href], .star {
    display: inline-block;
}
/* do something special to indicate an external link */
#comptainer a[href]:before, .star:before {
    font-family: 'Icomoon';
    margin-right: 0.5em;
    font-size: 0.8em;
    font-weight: normal;
    speak: none;
    line-height: 18px;
    display: inline-block;
}
.star {
    color: #9d261d;
    font-size: 0;
}
.star:before {
    content: "\40";
    font-size: 15px;
    margin-left: 0.3em;
    margin-right: 0;
}
#comptainer a[href]:before {
    content: "\e024";
}
#comptainer a[href^="mailto:"]:before {
    content: "\4d" !important;
}
#comptainer a[href^="tel:"]:before {
    content: "\e261" !important;
}
a[href*="youtube.com"]:before, a[href*="youtu.be"]:before {
    content: "\e00d" !important;
}
/* target what you consider to be "internal" links and undo styles */
a[href*="aubergenapoleon.fr"], a[href^="/"], a[href^="#"], a[href^="javascript:"], a.jcepopup.noicon, a.jcepopup img {
    display: inline;
}
/* undo */
a[href*="aubergenapoleon.fr"]:before, a[href*="carreneige.com"]:before, a[href^="/"]:before, a[href^="#"]:before, a[href^="javascript:"]:before, a.imagelink:before, #comptainer .contact-address a:before, a.imagelink:before, a[href*="instagram.com"]:before {
    content: none !important;
}
.item-page.covid {
    border: 6px solid #9d261d;
	padding: 10px 20px;
	background: rgba(255,255,255,0.5);
}
.item-page.covid {
	max-width: 940px;
}

.item-page.covid img.pull-right {
	margin-left: 15px;
}
.custom.covid, .custom.covid p {
    text-align: center;
}
#rsoc {
	background: #45A4A4;
	position: fixed;
	top: 200px; right: 0;
	width: 48px;
	padding: 8px 4px 0 8px;
	border-radius: 9px 0 0 9px;
	z-index: 9999;
}
#rsoc:hover {
	padding: 8px 16px 0 8px;
	background: #96372B;
}
.trombi {
    position: relative;
}
.trombi p, .trombi li {
    display: inline-block;
    float: left;
    width: 23.404255317%;
    *width: 23.351063827638%;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 0.70% 0;
    text-align: center;
}
.trombi a {
    border: 2px solid #45A4A4;
    width: 100%;
    height: auto;
}
.trombi a:hover, .trombi a:hover {
    border: 2px solid #9D261D;
}
.centrer {
    text-align: center;
}