.hidden {
    display: none!important;
}
* {
  box-sizing: border-box;
}
.heading {
    margin: 1rem;
    margin-bottom: 2rem;
}
.poulpe {
    width: 120px;
    margin: .75rem 1rem 0;
    /* margin: 4px 4px -30px 1rem; */
}
.black-button:hover {
    cursor: pointer;
    background: #222;
}
.black-button span {
    display: none;
}
@media (min-width: 900px) {
    .black-button span {
        display: inline;
    }
}
.black-button svg path {
    /* fill: black; */
}
.black-button {
    background: black;
    color: #fff;
    padding: .75rem 2rem;
    border-radius: 100px;
    font-weight: 500;
    margin: 0 1rem;
    display: flex;
    align-items: center;
}
@media (min-width: 900px) {
    .lieu:before {
        content: "•";
        padding-right: 4px;
    }
}
.cartouche {
    font-size: 10px;
    border-radius: 100px;
    /* border: 1px solid #ccc; */
    /* background: #eee; */
    background: hsl(210 37% 93% / 1);
    line-height: 100%;
    color: #444;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    top: -4px;
    left: 3px;
}

.button {
    display: flex!important;
    align-items: center;
}
input,
select,
body {
    line-height: 1.33;
    font-weight: 300;
    font-family: 'Roboto', 'Inter', sans-serif;
    color: #555;
    font-size: 16px;
    /* letter-spacing: .2px; */
}
select {
  background: url('/svg/chevron.svg') no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 4rem;
  min-width: 240px;
}
th {
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .75px;
    font-weight: 500;
    line-height: 100%;
    color: #666;
}
th.asc, th.desc {
    color: black;
}
th.sort:hover {
    cursor: pointer;
}
.sort.asc::after,
.sort.desc::after {
  content: "";
  height: 10px;
  width: 10px;
  background: url('/svg/sort-desc.svg') no-repeat center center;
  margin-left: 6px;
  display: inline-block;
}
@media print {
    .sort.asc::after,
    .sort.desc::after {
        display: none;
    }
}
.sort.asc::after {
    transform: rotate(180deg);
}
tr:hover td {
    /* background: #F4F7FA; */
}
strong {
    font-weight: 500;
    color: black;
}

body {
    /* padding: 10mm; */
}

input:focus,
select:focus {
    outline: none;
}

.button,
input,
select {
    line-height: 1;
    border: 2px solid black;
    box-shadow: 4px 4px 0 #ccc;
    margin: 0;
    display: block;
    padding: .5rem 1rem;
    color: #000;
}
input.search {
    font-size: 20px;
    flex-grow: 1;
    border: none;
    background: transparent;
    box-shadow: none;
    padding-left: 1rem;
    margin-left: 0;
}
.filters svg {
    width: 23px;
    height: 23px;
}

table,
tbody,
tr,
td {
    padding: 0;
    margin: 0;
    text-align: left;
}
table {
    width: 100%;
    border-collapse: collapse;
}
tr {
    page-break-inside: avoid;
}
th,
td {
    border-top: 1px solid #444;
    padding: .75rem .9rem;
    vertical-align: top;
}
thead {
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.08); */
    box-shadow: 0 4px 0 rgba(0,0,0,0.1);
}
th {
    border-top: 4px solid black;
    box-sizing: border-box;;
}
table th:nth-child(1),
table th:nth-child(2) {
    width: 6%;
}
table th:nth-child(3),
table th:nth-child(4) {
    width: 24%;
}
table th:nth-child(5) {
    width: 40%;
}
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}
.header {
    text-align: center;
}
.header-right {
    display: none;
}
.header-right.open {
    display: block;
}
@media print, (min-width: 900px) {
    .header {
        text-align: left;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
    }
    .header-left,
    .header-right {
        display: flex;
        align-items: center;
    }
    .header-left {
        flex-grow: 1;
    }

    .header-right {
        width: 45%;
        padding: 1rem;
    }
    .header-right p {
        padding: .5rem 2.5rem;
        border-left: 1px dotted #bbb;
    }
    .logo {
        max-width: 85px;
        display: inline-block;
    }
}
h1 {
    font-family: 'CaslonGraphiqueEF';
    font-weight: normal;
    font-size: 42px;
    color: black;
    margin: 0;
    padding: 0;
    line-height: 110%;
    letter-spacing: -.5px;
}
h2 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 100%;
    letter-spacing: 1px;
}
@media (min-width: 700px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 62px;
    }
    h2 {
        font-size: 22px;
    }
}


/*
.header {
    background: blue;
    color: white;
}
.header h1 {
    color: white;
}
*/
.filters {
    border-top: 2px dotted #000;
    background: #F4F7FA;
}
/* @media (min-width: 700px) { */
    .filters {
        display: flex;
        align-items: stretch;
        justify-content: start;
        border-top: 2px dotted #000;
        background: #F4F7FA;
    }
/* } */
.filters-search {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 1rem;
}
.filters-search select {
    display: none;
}
@media (min-width: 700px) {
    .filters-search select {
        display: block;
    }
}
.display-map svg {
    margin-right: .5rem;
}
.display-map {
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    color: black;
    /* background: #000; */
    /* color: #fff; */
    font-weight: 500;
    border-left: 1px solid black;
}
.filters-search > *:first-child {
    margin-left: 0;
}
.filters-search > * {
    margin-left: 2rem;
}
@media print {
    .no-print {
        display: none;
    }
    body {
        font-size: 13px;
        padding: 10mm;
        color: #000;
    }
}
.bookmark {
    height: 180px;
    position: absolute;
    top: 0;
    right: 1rem;
}
a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #bbb;
    /* color: black; */
    font-weight: 400;
}

.poulpe {
    width: 140px;
}
@media only screen {
    .bulle {
        animation: bubulle 6s infinite;
    }
}

.bulle:nth-child(1) {
    animation-delay: .3s;
}
.bulle:nth-child(2) {
    animation-delay: .6s;
}
.bulle:nth-child(3) {
    animation-delay: .9s;
}
.bulle:nth-child(4) {
    animation-delay: 1.2s;
}
.bulle:nth-child(5) {
    animation-delay: 1.5s;
}
.bulle:nth-child(6) {
    animation-delay: 1.8s;
}

@keyframes bubulle {
    0% {
        opacity: 1;
    }
    3% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    22% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    68% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@media only screen {
    .poulpe {
        animation: floating 7s infinite ease-in-out;
    }
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 8px); }
    to   { transform: translate(0, -0px); }
}

@media only screen {
    .oeil {
        animation: pump 7s infinite;
        transform-origin: center;
    }
}

@keyframes pump {
    0% {
        transform: scale(1)
    }
    80% {
        transform: scale(1)
    }
    90% {
        transform: scale(1.15)
    }
    100% {
        transform: scale(1)
    }
}

/*
.cercle {
    position: relative;
}

tr:hover .cercle:after {
    opacity: 1;
    transform: scale(1);
}
.cercle:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -30px;
    right: 40px;
    bottom: -20px;
    pointer-events: none;
    background: url(/svg/cercle1.svg) no-repeat center center;
    background-size: 100%;
    transform: scale(1.2);
    opacity: 0;
    will-change: transform, opacity;
    transition: transform .2s, opacity .2s;
}
*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr {
        border-top: 1px solid #444;
        position: relative;
        padding-left: 35%;
    }

	td {
		/* Behave  like a "row" */
        border: none;
	}
    .date,
    .heure,
    .ville-dpt {
        /* white-space: nowrap; */
        position: absolute;
        left: 1rem;
        width: 30%;
    }
    .heure,
    .date {
        top: 0;
        padding-left: 0;
        width: auto;
    }
    .heure {
        left: 3.8rem;
    }
    td.heure:before {
        content: "à";
        padding: 4px;
    }
    strong.ville-dpt {
        top: 2.3rem;
        font-weight: 400;
    }
}
@media only screen and (max-width: 360px)  {
    strong.ville-dpt {
        width: 100%;
    }
	tr {
        padding-left: 0;
        padding-top: 4rem;
    }
}

button[type="submit"] {
    margin-top: 1rem;
}

#inscription_email {
    margin-bottom: 1rem;
}
