@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700|Raleway:400,700,800,900");
@font-face {
    font-family: 'CANDARA';
    src: url('../fonts/CANDARA.eot');
    src: local('CANDARA'), url('../fonts/CANDARA.woff') format('woff'), url('../fonts/CANDARA.ttf') format('truetype');
}


/*
	Quai41 Stylesheet
*/


/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators li {
    border: 1px solid #dce6e4;
}

.carousel-indicators .active {
    background-color: #add8df;
}

.carousel-inner>.item {
    -webkit-transition: 0.4s ease-in-out left;
    -moz-transition: 0.4s ease-in-out left;
    -o-transition: 0.4s ease-in-out left;
    transition: 0.4s ease-in-out left;
}

.small {
    font-size: 0.8em;
}


/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Containers */

.container {
    margin-left: auto;
    margin-right: auto;
}


/* Basic */

body {
    background: #fff;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body,
input,
select,
textarea {
    /* font-family: 'Yanone Kaffeesatz', serif; */
    font-family: 'Calibri', 'Candara', 'Segoe', "Segoe UI", 'Optima', Arial, sans-serif;
    font-size: 16pt;
    font-weight: 400;
    /* line-height: 1.75em; */
    line-height: 1.4em;
    color: #1f1815;
}

span.quai41 {
    font-family: 'CANDARA', 'Yanone Kaffeesatz', serif;
    font-size: 24px;
    margin-right: 2px;
}

span.quai41-regular {
    font-family: 'CANDARA', 'Yanone Kaffeesatz', serif;
    margin-right: 2px;
    white-space: nowrap;
}

.dotted {
    border-bottom: dotted 1px;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-bottom: dotted 1px;
    color: #add8df;
    text-decoration: none;
}

a:hover {
    border-bottom-color: transparent;
    color: #add8df !important;
    text-decoration: none;
}

section a {
    color: inherit;
}

section a:hover {
    color: #111 !important;
}

section a:active,
section a:focus {
    color: #111;
    text-decoration: none;
}

strong,
b {
    /* color: #add8df; */
    color: #3b9bb5;
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
    font-size: 0.85em;
}

header#header p {
    font-size: 1em !important;
    line-height: 1.4em !important;
}

.gras {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #787878;*/
    /* color: #555; */
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2.5em;
    line-height: 2em;
}

h2 {
    font-size: 2em;
    line-height: 1.5em;
}

h3 {
    font-size: 1em;
    line-height: 1.25em;
}

h4 {
    font-size: 1.35em;
    line-height: 1.2em;
}

h5 {
    font-size: 1.1em;
    line-height: 1em;
}

h6 {
    font-size: 0.9em;
    line-height: 0.7em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 2px #efefef;
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

blockquote {
    border-left: solid 6px #efefef;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 1.5em;
}

code {
    background: #f7f7f7;
    border-radius: 0.35em;
    border: solid 2px #efefef;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 20px;
}


/* Section/Article */

section .align-center {
    text-align: center;
}

header p {
    /* color: #b2b2b2; */
    position: relative;
    margin: 0 0 1.5em 0;
}

header h2+p {
    font-size: 1.25em;
    margin-top: -1em;
    line-height: 1.5em;
}

header h3+p {
    font-size: 1.1em;
    margin-top: -0.8em;
    line-height: 1.5em;
}

header h4+p,
header h5+p,
header h6+p {
    font-size: 0.9em;
    margin-top: -0.6em;
    line-height: 1.5em;
}

header.major {
    margin-top: 35px;
    margin-bottom: 35px;
}

header.major h2 {
    font-size: 2em;
    font-weight: bold;
}

header.major+header.major h2 {
    font-size: 1em;
}

header.major .auteur {
    display: none;
}

header ul.labeled-icons li a:hover {
    color: #111 !important;
}

#salles header h3 {
    margin-bottom: 30px;
    padding-right: 100px;
}

header .equipe {
    text-align: center;
}

header .equipe img {
    max-width: 90px;
    float: right;
}

#equipe img.equipe {
    margin-top: -200px;
    margin-bottom: 30px;
}

.flipX {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


/*
#one h2{
    font-size: 2em;
    line-height: 1.5;
}
*/

#home .propositions {
    margin: 50px 0;
}

#liens .propositions li {
    margin-bottom: 15px;
}

#liens h3 {
    margin: 0 0 0.5em 0;
}

#salles>ul,
#liens ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 1em;
}

#salles>ul li,
#liens ul li {
    padding-left: 25px;
}

#liens ul li {
    margin-bottom: 9px;
}

#liens .soutiens img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    margin-right: 20px;
}

#liens .soutiens img {
    height: 120px;
    float: left;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

#liens .soutiens img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

ul li.puce01 {
    background: url("../../images/puce05.png") left 5px/20px 15px no-repeat;
}

ul li.puce02 {
    background: url("../../images/puce02.png") left 5px/20px 15px no-repeat;
}

ul li.puce03 {
    background: url("../../images/puce03.png") left 5px/20px 15px no-repeat;
}

ul li.puce04 {
    background: url("../../images/puce04.png") left 5px/20px 15px no-repeat;
}

.bottom {
    min-height: 110px;
    display: block;
    position: fixed;
    bottom: 0;
    /* z-index: -1; */
    margin-left: 33%;
    width: calc(100% - 33%);
}

@media screen and (min-width: 981px) {
    .bottom.bg1 {
        background: url("../../images/fanfare.png") center bottom no-repeat;
        background-size: contain;
    }
    .bottom.bg2 {
        background: url("../../images/circus.png") center bottom no-repeat;
        background-size: contain;
    }
    .bottom.bg3 {
        background: url("../../images/clown.png") center bottom no-repeat;
        background-size: contain;
    }
    .bottom.bg4 {
        background: url("../../images/tournee.png") center bottom no-repeat;
        background-size: contain;
        min-height: 160px;
    }
}


/* Form */

.rc-anchor-light.rc-anchor-normal {
    border: 0 !important;
}

.g-recaptcha iframe {
    max-width: 100%;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

#rc-imageselect {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-recaptcha>div {
    margin: 0 auto;
}

#gmap {
    cursor: pointer;
}

.modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
    }
}

.popin .modal {
    background: #fff;
    max-width: 50%;
    max-height: 54%;
    margin: 20px auto;
    z-index: 9999;
}

.popin #contactModalOK.modal,
.popin #contactModalKO.modal {
    background: url("../../images/salut.jpg") center center no-repeat;
    background-size: cover;
}

.popin #contactModalOK.modal .close,
.popin #contactModalKO.modal .close {
    background-image: url("../../images/icon_close.png");
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.responsiveCal {
    position: relative;
    padding-bottom: 95%;
    height: 0;
    overflow: hidden;
}

.responsiveCal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-header,
.modal-footer {
    border: 0;
}

.modal-footer {
    text-align: center;
}

.modal-footer .btn {
    background-color: #add8df;
}

form {
    margin: 0 0 2em 0;
}

label {
    color: #787878;
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    /*margin: 0 0 1em 0;*/
}

.ferror {
    display: none;
    /* color: #1f1815; */
    color: #ea7681;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f7f7f7;
    border-radius: 3px;
    border: solid 2px transparent;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 0.75em;
    text-decoration: none;
    width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #add8df;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 2.75em;
}

textarea {
    padding: 0.75em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    text-decoration: none;
    color: #a2a2a2;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    background: #f7f7f7;
    border-radius: 3px;
    border: solid 2px transparent;
    content: '';
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
    background: #787878;
    border-color: #787878;
    color: #fff;
    content: '\f00c';
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
    border-color: #add8df;
}

input[type="checkbox"]+label:before {
    border-radius: 3px;
}

input[type="radio"]+label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #b2b2b2 !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #b2b2b2 !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #b2b2b2 !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #b2b2b2 !important;
    opacity: 1.0;
}

.formerize-placeholder {
    color: #b2b2b2 !important;
    opacity: 1.0;
}


/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon>.label {
    display: none;
}


/* Image */

.image {
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    display: block;
}

.image.left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    margin: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.logo img {
    width: 100%;
}


/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
    font-size: 0.8em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 2px #efefef;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon:before {
    font-size: 1.5em;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
    position: relative;
    z-index: 999;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

ul.actions.small li {
    padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding-top: 0;
}

ul.actions.vertical li>* {
    margin-bottom: 0;
}

ul.actions.vertical.small li {
    padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    display: table;
    margin-left: -1em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1em);
}

ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}

ul.actions.fit li>* {
    margin-bottom: 0;
}

ul.actions.fit.small {
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
    padding: 0 0 0 0.5em;
}

ul.labeled-icons {
    list-style: none;
    padding: 0;
}

ul.labeled-icons li {
    line-height: 1.25em;
    margin: 2em 0 0 0;
    padding-left: 2.5em;
    position: relative;
}

header#header ul.labeled-icons li {
    padding-left: 0em;
}

ul.labeled-icons li:first-child {
    margin-top: 0;
}

ul.labeled-icons li a {
    color: inherit;
}

ul.labeled-icons li span {
    display: block;
    /* float: left; */
    width: 2em;
    height: 2em;
    position: absolute;
    top: -6px;
    left: 0px;
}

ul.labeled-icons li span.adresse {
    background: url("../../images/icon_adresse.png") left center no-repeat;
    background-size: contain;
}

ul.labeled-icons li span.tel {
    background: url("../../images/icon_tel.png") left center no-repeat;
    background-size: contain;
}

ul.labeled-icons li span.email {
    background: url("../../images/icon_email.png") left center no-repeat;
    background-size: contain;
}

ul.labeled-icons li span.euro {
    background: url("../../images/euro.png") left center no-repeat;
    background-size: contain;
}

ul.labeled-icons li span.calendrier {
    background: url("../../images/calendrier.png") left center no-repeat;
    background-size: contain;
}

ul.labeled-icons li span.pdf {
    background: url("../../images/icon_pdf.png") left center no-repeat;
    background-size: contain;
}

dl {
    margin: 0 0 2em 0;
}


/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px #efefef;
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n+1) {
    background-color: #f7f7f7;
}

table td {
    padding: 0.75em 0.75em;
}

table th {
    color: #787878;
    font-size: 0.9em;
    font-weight: 400;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: solid 2px #efefef;
}

table tfoot {
    border-top: solid 2px #efefef;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 2px #efefef;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 2px;
}

table.alt tbody tr:first-child td {
    border-top-width: 2px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}


/* Button */

#form_submit,
input[type="reset"],
input[type="button"],
.button,
.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    background: url("../../images/bg_header.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 3px;
    /* border: solid 2px #727272; */
    color: #555 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 2.5em;
    line-height: 2.5em;
    min-width: 7em;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#form_submit:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover,
.btn:hover {
    /* border-color: #1f1815; */
    color: #1f1815 !important;
}

#form_submit:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active,
.btn:active {
    background-color: rgba(73, 191, 157, 0.1);
    /* border-color: #add8df; */
    color: #add8df !important;
}

#form_submit.icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
    padding-left: 1.35em;
}

#form_submit.icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

#form_submit.disabled,
#form_submit:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
    color: #b2b2b2 !important;
    cursor: default;
}

#form_submit {
    margin: 20px auto 68px auto;
}


/* Header */

#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: -moz-flex-end;
    -webkit-align-items: -webkit-flex-end;
    -ms-align-items: -ms-flex-end;
    align-items: flex-end;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background-color: #add8df;
    /*fffde7*/
    background: url("../../images/bg_header.jpg") center center no-repeat;
    background-size: cover;
    /*color: rgba(255, 255, 255, 0.5);*/
    height: 100%;
    left: 0;
    padding: 3em 4em;
    position: fixed;
    text-align: right;
    top: 0;
    width: 33%;
}

#header>* {
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
}

#header>.inner {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin: 0 0 2em 0;
}

#header strong,
#header b {
    color: #ffffff;
}

#header h1 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.35em;
    line-height: 1.75em;
    margin: 0;
}

#header .logo {
    margin: 0 -8px 1em 0;
    width: 12em;
}


/* Footer */

#footer {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    color: #555;
}

#footer a:hover,
#footer .icons a:hover {
    /* color: rgba(255, 255, 255, 1) !important; */
    color: #555 !important;
}

#footer .icons {
    margin: 1em 0 0 0;
}

#footer .icons a {
    color: rgba(255, 255, 255, 0.4);
}

#footer .copyright {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 0.8em;
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
}

#footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.25);
    display: block;
    line-height: 1.6em;
    margin-left: 0.75em;
    padding-left: 0.75em;
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .copyright li a {
    color: inherit;
}


/* Main */

#main {
    margin-left: 33%;
    /* max-width: 54em;
    padding: 0em 4em 10em 4em; */
    width: calc(100% - 33%);
    position: relative;
}

#main>section {
    margin: 0;
    padding: 2em 4em 2em 4em;
    box-shadow: inset 0em 0.03em 0.05em 0 rgba(0, 0, 0, 0.1), inset 0 0.03em 0.2em 0 rgba(0, 0, 0, 0.05);
    background-image: url("../../images/overlay.png");
}

#main>section h2.title {
    color: #3c3b3b;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.65;
    margin: 1em 0 1.5em 0
}

#main>section:first-child {
    border-top: 0;
    /* margin-top: 0; */
    padding-top: 0;
}

#main>section#home {
    padding-bottom: 40px;
}

#main>section#home header.major {}

#main>section#atelier p,
#main>section#accompagnement p {
    margin: 0 0 0.5em 0;
    /* line-height: 1.4em; */
}


/* schema de couleur : https://www.color-hex.com/color/bedddd */

#main>section#salles {
    background-color: #f8fbfb;
}

#main>section#atelier {
    background-color: #f2f8f8;
}

#main>section#accompagnement {
    background-color: #ebf4f4;
}

#main>section#equipe {
    background-color: #e5f1f1;
}

#main>section#liens {
    background-color: #deeeee;
}

#main>section#curieux {
    background-color: #d8eaea;
    padding-bottom: 100px;
}


/* Poptrox */

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.poptrox-popup {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background: #fff;
    border-radius: 0.35em;
    box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding-bottom: 3em;
}

.poptrox-popup .loader {
    text-decoration: none;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    font-size: 1.5em;
    height: 1em;
    left: 50%;
    line-height: 1em;
    margin: -0.5em 0 0 -0.5em;
    position: absolute;
    top: 50%;
    width: 1em;
}

.poptrox-popup .loader:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.poptrox-popup .loader:before {
    content: '\f1ce';
}

.poptrox-popup .caption {
    background: #fff;
    bottom: 0;
    cursor: default;
    font-size: 0.9em;
    height: 3em;
    left: 0;
    line-height: 2.8em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
    text-decoration: none;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0.01);
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
    color: #fff;
    font-size: 2.5em;
    height: 1em;
    line-height: 1em;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1.5em;
}

.poptrox-popup .nav-next {
    right: 0;
}

.poptrox-popup .nav-next:before {
    content: '\f105';
    right: 0;
}

.poptrox-popup .nav-previous {
    left: 0;
}

.poptrox-popup .nav-previous:before {
    content: '\f104';
    left: 0;
}

.poptrox-popup .closer {
    text-decoration: none;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: #fff;
    height: 4em;
    line-height: 4em;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 4em;
    z-index: 2;
}

.poptrox-popup .closer:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.poptrox-popup .closer:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 100%;
    border: solid 3px rgba(255, 255, 255, 0.5);
    content: '\f00d';
    display: block;
    font-size: 1em;
    height: 1.75em;
    left: 50%;
    line-height: 1.75em;
    margin: -0.875em 0 0 -0.875em;
    position: absolute;
    top: 50%;
    width: 1.75em;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
    opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
    opacity: 1.0;
}

.poptrox-popup:hover .closer {
    opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
    opacity: 1.0;
}


/* Touch */

body.is-touch .image.thumb:before {
    opacity: 0.5 !important;
}

body.is-touch .image.thumb:after {
    display: none !important;
}

body.is-touch #header {
    background-attachment: scroll;
    background-size: cover;
}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
    opacity: 1.0 !important;
}


/* XLarge */

@media screen and (max-width: 1800px) {
    /* Basic */
    body,
    input,
    select,
    textarea {
        font-size: 13pt;
    }
}


/* Large */

@media screen and (max-width: 1280px) {
    /* Header */
    #header {
        padding: 3em 3em 3em 3em;
        width: 33%;
    }
    #header h1 {
        font-size: 1.25em;
    }
    #header h1 br {
        display: none;
    }
    /* Footer */
    #footer .copyright li {
        border-left-width: 0;
        display: block;
        line-height: 1.6em;
        margin-left: 0;
        padding-left: 0;
    }
    /* Main */
    #main {
        margin-left: 33%;
        max-width: none;
        /* padding: 4em 3em 10em 3em; */
        width: calc(100% - 33%);
    }
}


/* Medium */

@media screen and (max-width: 980px) {
    /* Basic */
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
    /* List */
    ul.icons li .icon {
        font-size: 1.25em;
    }
    #home header.major {
        margin-top: 55px !important;
    }
    /* Header */
    #header {
        background-attachment: scroll;
        background-position: top left, center center;
        background-size: cover;
        left: auto;
        padding: 6em 4em;
        position: relative;
        text-align: center;
        top: auto;
        width: 100%;
        display: block;
    }
    #header h1 {
        font-size: 1.75em;
    }
    #header h1 br {
        display: inline;
    }
    #home header.major {
        margin-top: -25px !important;
    }
    /* Footer */
    #footer {
        background-attachment: scroll;
        background-color: #1f1815;
        background: url("../../images/bg_header.jpg") center center no-repeat;
        background-size: cover;
        bottom: auto;
        left: auto;
        padding: 4em 4em 6em 4em;
        position: relative;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    #footer .icons {
        margin: 0 0 1em 0;
    }
    #footer .copyright {
        margin: 0 0 1em 0;
    }
    #footer .copyright li {
        border-left-width: 1px;
        display: block;
        line-height: 1.6em;
        margin-left: 0.75em;
        padding-left: 0.75em;
        margin-bottom: 1em;
    }
    .bottom {
        display: none;
    }
    /* Main */
    #main {
        margin: 0;
        /* padding: 6em 4em 0em 4em; */
        width: 100%;
    }
}


/* Small */

@media screen and (max-width: 980px) {
    #header .logo {
        margin: 0 -8px 1em 0;
        width: 8em;
    }
    /* Basic */
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.2em;
    }
    h3 {
        font-size: 1em;
    }
    /* Section/Article */
    section.special,
    article.special {
        text-align: center;
    }
    header.major h2 {
        font-size: 1.35em;
    }
    header .labeled-icons {
        /* display: none; */
    }
    /* List */
    #curieux ul.labeled-icons li,
    #curieux ul.labeled-icons li:first-child {
        padding: 0 0 0 60px;
        float: left;
        width: 30%;
        margin-right: 3%;
        margin-top: 20px;
    }
    #curieux ul.labeled-icons li span {
        left: 20px;
    }
    ul.labeled-icons li h3 {
        line-height: 1.75em;
    }
    /* Header */
    #header {
        padding: 2.25em 1.5em;
    }
    #header h1 {
        font-size: 1.35em;
    }
    /* Footer */
    #footer {
        padding: 2.25em 1.5em;
    }
    /* Main */
    #main {
        /* padding: 2.25em 1.5em 0em 1.5em; */
    }
    #main>section {
        /* margin: 2.25em 0 0 0; */
        padding: 2.25em 1.5em 2em 1.5em;
    }
    /* Poptrox */
    .poptrox-popup {
        border-radius: 0;
    }
    .poptrox-popup .nav-next:before,
    .poptrox-popup .nav-previous:before {
        margin-top: -1em;
    }
}

@media screen and (max-width: 600px) {
    #header .logo {
        margin: 0 -8px 1em 0;
        width: 6em;
    }
    /* ul.labeled-icons {} */
    #curieux ul.labeled-icons li,
    #curieux ul.labeled-icons li:first-child {
        width: 45%;
        padding: 0 0 0 60px;
        margin-top: 20px;
    }
    #curieux ul.labeled-icons li span {
        left: 20px;
    }
    .popin .modal {
        max-width: 80%;
        max-height: 70%;
    }
}


/* XSmall */

@media screen and (max-width: 480px) {
    /* List */
    ul.actions {
        margin: 0 0 2em 0;
    }
    ul.actions li {
        display: block;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }
    ul.actions li:first-child {
        padding-top: 0;
    }
    ul.actions li>* {
        margin: 0 !important;
        width: 100%;
    }
    ul.actions li>*.icon:before {
        margin-left: -2em;
    }
    ul.actions.small li {
        padding: 0.5em 0 0 0;
    }
    ul.actions.small li:first-child {
        padding-top: 0;
    }
    /* Header */
    /*
    #header {
        padding: 4.5em 1.5em;
    }
    */
    #header {
        padding: 1.25em 1.5em 0 1.5em;
    }
    #header h1 br {
        /*display: none;*/
    }
    /* Footer */
    #footer {
        margin-bottom: 0px;
    }
    #footer .copyright li {
        border-left-width: 0;
        display: block;
        line-height: 1.6em;
        margin-left: 0;
        padding-left: 0;
    }
}


/* Menu */

nav#main-nav {
    position: fixed;
    right: 2em;
    top: 2em;
    z-index: 1030;
}

nav#main-nav ul {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav#main-nav ul li {
    display: block;
    padding: 0;
}

nav#main-nav ul li a {
    display: block;
    position: relative;
    height: 3em;
    line-height: 3em;
    padding: 0 1.5em;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    border: 0;
    font-size: 0.8em;
    font-weight: 900;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

nav#main-nav ul li a[href="#menu"] {
    -webkit-tap-highlight-color: transparent;
    width: 4em;
    text-indent: 4em;
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

nav#main-nav ul li a[href="#menu"]:before,
nav#main-nav ul li a[href="#menu"]:after {
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3em 3em;
}

nav#main-nav ul li a[href="#menu"]:before {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23add8df%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E"); */
    background-image: url("../../images/icon_hamburger.png");
    opacity: 0;
}

nav#main-nav ul li a[href="#menu"]:after {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E"); */
    background-image: url("../../images/icon_hamburger.png");
    opacity: 1;
}

nav#main-nav ul li a[href="#menu"]:hover:before {
    opacity: 1;
}

nav#main-nav ul li a[href="#menu"]:hover:after {
    opacity: 0;
}

@media screen and (max-width: 736px) {
    /* #header {
        padding: 1em 0 0.1em 0;
    } */
    nav#main-nav {
        right: 0.5em;
        top: 0.5em;
    }
    nav#main-nav ul li a[href="#menu"]:before,
    nav#main-nav ul li a[href="#menu"]:after {
        background-size: 2.5em 2.5em;
    }
}

#wrapper {
    -moz-transition: opacity 0.45s ease;
    -webkit-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    opacity: 1;
}

#menu {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
    -moz-transition: -moz-transform 0.45s ease, visibility 0.45s;
    -webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s;
    -ms-transition: -ms-transform 0.45s ease, visibility 0.45s;
    transition: transform 0.45s ease, visibility 0.45s;
    position: fixed;
    top: 0;
    right: 0;
    width: 20em;
    max-width: 80%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background: #555;
    color: #ffffff;
    cursor: default;
    visibility: hidden;
    z-index: 10002;
}

#menu>.inner {
    -moz-transition: opacity 0.45s ease;
    -webkit-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.75em;
    opacity: 0;
    overflow-y: auto;
}

#menu>.inner>ul {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
}

#menu>.inner>ul>li {
    padding: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
}

#menu>.inner>ul>li a {
    display: block;
    padding: 1em 0;
    line-height: 1.5;
    border: 0;
    color: inherit;
    font-size: 20px;
    letter-spacing: 0.7px;
}

#menu>.inner>ul>li:first-child {
    border-top: 0;
    margin-top: -1em;
}

#menu>.close {
    -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
    -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    -ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease;
    -moz-transform: scale(0.25) rotate(180deg);
    -webkit-transform: scale(0.25) rotate(180deg);
    -ms-transform: scale(0.25) rotate(180deg);
    transform: scale(0.25) rotate(180deg);
    -webkit-tap-highlight-color: transparent;
    display: block;
    position: absolute;
    top: 2em;
    left: -6em;
    width: 6em;
    text-indent: 6em;
    height: 3em;
    border: 0;
    font-size: 1em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

#menu>.close:before,
#menu>.close:after {
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3em 3em;
}

#menu>.close:before {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23add8df%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E"); */
    background-image: url("../../images/icon_close.png");
    opacity: 0;
}

#menu>.close:after {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E"); */
    background-image: url("../../images/icon_close.png");
    opacity: 1;
}

#menu>.close:hover:before {
    opacity: 1;
}

#menu>.close:hover:after {
    opacity: 0;
}

@media screen and (max-width: 736px) {
    #menu {
        -moz-transform: translateX(16.5em);
        -webkit-transform: translateX(16.5em);
        -ms-transform: translateX(16.5em);
        transform: translateX(16.5em);
        width: 16.5em;
    }
    #menu>.inner {
        padding: 2.75em 1.5em;
    }
    #menu>.close {
        top: 0.5em;
        left: -4.25em;
        width: 4.25em;
        text-indent: 4.25em;
    }
    #menu>.close:before,
    #menu>.close:after {
        background-size: 2.5em 2.5em;
    }
}

body.is-menu-visible #wrapper {
    pointer-events: none;
    cursor: default;
    opacity: 0.25;
}

body.is-menu-visible #menu {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

body.is-menu-visible #menu>* {
    opacity: 1;
}

body.is-menu-visible #menu .close {
    -moz-transform: scale(1.0) rotate(0deg);
    -webkit-transform: scale(1.0) rotate(0deg);
    -ms-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    opacity: 1;
}


/* Tooltip */

[data-toggle^="tooltip"] {
    cursor: pointer;
}

.tooltip {
    pointer-events: none;
}

.tooltip.in {
    opacity: 1!important;
}

.tooltip .tooltip-inner {
    max-width: 80px;
    padding: 3px 6px;
    color: #000;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #add8df url("../../images/bg_header.jpg") center center no-repeat;
    background-size: cover;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #add8df !important;
    /* border-width: 0 5px 5px;   */
    margin-top: 4px;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #add8df !important;
}

.tooltip.right .tooltip-inner {
    max-width: 120px;
    padding: 3px 6px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #333;
    margin-left: 5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    /* border-left: 5px solid #add8df !important; */
    border-left: 5px solid #d8eaea !important;
}

.tooltip.bottom .tooltip-inner {
    max-width: 100px;
    position: relative;
    left: -40px;
}

.tooltip.bottom .tooltip-arrow {
    top: -5px;
    position: absolute;
    left: 10px;
    border-bottom: 5px solid #add8df !important;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
}


/* Mini Post */

.mini-post {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: #ffffff;
    border: solid 1px rgba(160, 160, 160, 0.3);
    margin: 0 0 2em 0;
}

.mini-post .image {
    overflow: hidden;
    width: 100%;
}

.mini-post .image img {
    -moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    width: 100%;
}

.mini-post .image:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mini-post header {
    padding: 1.25em 1.25em 0.1em 1.25em;
    min-height: 4em;
    position: relative;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.mini-post header h3 {
    font-size: 1.2em;
}

.mini-post header p {
    font-size: 0.8em;
}

.mini-post header p strong {
    font-size: 1.1em;
    color: #555;
    font-weight: normal;
}

.mini-post header .author {
    position: absolute;
    right: 0.7em;
    top: 1.2em;
}

.mini-post header .calendar {
    position: absolute;
    right: 5.2em;
    top: 1.2em;
}

.mini-posts {
    /* margin: 0 0 2em 0; */
}

.calendar,
.author {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    border-bottom: 0;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    white-space: nowrap;
}

.calendar img,
.author img {
    border-radius: 100%;
    display: block;
    width: 4em;
}

.tarifsetdispos .calendar {
    display: inline-block;
}

.tarifsetdispos .calendar img {
    position: relative;
    top: 1em;
}

@media screen and (max-width: 1280px) {
    .mini-posts {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* width: calc(100% + 2em); */
    }
}

@media screen and (max-width: 1025px) {
    #equipe img.equipe {
        margin-top: -40px;
    }
}

@media screen and (max-width: 480px) {
    .mini-posts {
        display: block;
        width: 100%;
    }
    .mini-posts>* {
        margin-bottom: 2em;
    }
}