/*
Theme Name: Geometry
Description: A theme by Geometry - Brussels - Visit us at http://www.geometry.be
Author: Geometry
Version: 1.0
*/

/* CSS 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;}
/* END CSS RESET */

@font-face {
 font-family: ArchivoNarrowRegular;
 src: url("fonts/ArchivoNarrowRegular.eot")
}
@font-face {
 font-family: ArchivoNarrowRegular;
 src: url("fonts/ArchivoNarrowRegular.ttf")
}
@font-face {
 font-family: ArchivoNarrowBold;
 src: url("fonts/ArchivoNarrowBold.eot")
}
@font-face {
 font-family: ArchivoNarrowBold;
 src: url("fonts/ArchivoNarrowBold.ttf")
}
@font-face {
 font-family: ArchivoNarrowBoldItalic;
 src: url("fonts/ArchivoNarrowBoldItalic.eot")
}
@font-face {
 font-family: ArchivoNarrowBoldItalic;
 src: url("fonts/ArchivoNarrowBoldItalic.ttf")
}
@font-face {
 font-family: ArchivoNarrowItalic;
 src: url("fonts/ArchivoNarrowBoldItalic.eot")
}
@font-face {
 font-family: ArchivoNarrowItalic;
 src: url("fonts/ArchivoNarrowItalic.ttf")
}

/* TYPO */

.link-menu li a,
input,
body,
textarea,
#container,
.mapboxgl-popup-content {
    font-family: ArchivoNarrowRegular, sans-serif;
    font-size: 17px;
    line-height: 19px;
    color: #181818;
}

.black {
    color: #ffffff;
}

p {
    margin: 0 12px 36px 12px;
}

p.no-margin {
    margin-bottom: 6px;
}

h2,
a.acc-btn,
.big p,
.tag {
    font-family: ArchivoNarrowBold, sans-serif;
    font-size: 21px;
    line-height: 23px;
    margin: 22px 12px 0 12px;
}

h2 {
    margin-bottom: 22px;
}

.link-menu {
	font-size: 0;
}

.next-posts-link a,
.prev-posts-link a,
a#examples-button,
a#menu-button,
a#close-list-button,
.link-menu a#close-button,
.link-menu li a,
h1,
.pdf,
input[type=submit],
.register_button {
    font-family: ArchivoNarrowBold, sans-serif;
    font-size: 34px;
    line-height: 37px;
    margin: 0 12px 22px 12px;
    max-width: 350px;
}

h1.frame {
    margin: 0;
    padding: 6px 12px 36px 12px;
}

.page-template-template-home #box-3 h2 {
    margin: 0 12px 22px 12px;
}

.page-template-template-home #box-2 h1 {
    margin-bottom: 0;
}

.tag {
	display: inline-block;
    margin: 0 0 12px 12px;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
}

a {
    color: #181818;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.black a {
    color: #ffffff;
}

h3 {
	display: inline-block;
    margin: 0 0 0 12px;
    padding: 3px 6px 3px 6px;
}

h4 {
    font-family: ArchivoNarrowBold, sans-serif;
    font-size: 72px;
    line-height: 68px;
    margin: 0px 12px 22px 12px;
    max-width: 480px;
}

p strong {
    font-family: ArchivoNarrowBold, sans-serif;
}

em,
p em {
    font-family: ArchivoNarrowItalic, sans-serif;
}

ul,
ol {
    margin: 0 12px 36px 30px;
}

ol li::before {
	content: counter(li); 
	display: inline-block; 
	width: 1em;
	margin-left: -1em
}

ol li {
	counter-increment: li;
	margin-bottom: 10px;
}

ol li::before {
	content: counter(li); 
    display: inline-block; 
    width: 1em; 
    margin-left: -1.5em;
    margin-right: 0.5em; 
    text-align: right; 
    direction: rtl
}

ul li::before {
	content: "•"; 
}

ul li::before {
	content: "•";
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

ul li {
	margin-bottom: 10px;
}

ul.menu {
	margin: 0;
}

/* END TYPO */

#container {
    max-width: calc(1900px - 104px);
    width: calc(100% - 104px);
    padding-top: 30px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;
}

.content {
    overflow: hidden;
    padding: 6px 0 48px 0;
    margin-top: -24px;
}

.content.clear {
    clear: both;
}

.green {
    background: #b4f06e;
}

.grey {
    background: #d2cdcb;
}

.blue {
    background: #57bcb6;
}

.red {
    background: #ff6660;
}

.black {
    background: #181818;
}

.white {
    background: #ffffff;
}

#logo-content {
    position: fixed;
    width: 730px;
    top: 0;
    left: 0;
    z-index: 0;
}

#logo-animation,
#logo {
    position: absolute;
    left: -6%;
    top: -26px;
    width: 100%;
}

footer {
	display: block;
	clear: both;
	overflow: hidden;
    margin-bottom: calc(100vh - 144px); /* Margin ajustable */
}

.background {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

/* Baseline & Menu */

.link-menu,
#baseline {
    margin-left: 520px;
    margin-top: 65px;
    width: 500px;
    position: relative;
    clear: both;
    z-index: 1;
}

#baseline {
    display: none;
}

.page-template-template-home #baseline {
    display: block;
}

#baseline h1 {
    max-width: none;
    margin: 0;
}

.link-menu {
    width: 45%;
    max-width: 800px;
}

.link-menu li {
    display: inline;
    padding: 0;
}

a#examples-button,
a#menu-button,
a#close-list-button,
.link-menu a#close-button,
.link-menu li a {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 12px 12px 0;
    background: #d2cdcb;
    text-decoration: none;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.page-template-template-resources .link-menu li a:hover,
.page-template-template-resources .link-menu li.current_page_item a,
.page-template-template-resources .search-button input#search:hover,
.search .link-menu li a:hover,
.search .search-button input#search:hover,
.search .link-menu li.current_page_item a,
.page-template-template-tools .link-menu li a:hover,
.page-template-template-tools .link-menu li.current_page_item a,
.page-template-template-tools .search-button input#search:hover,
.tax-tool .link-menu li a:hover,
.tax-tool .link-menu li#menu-item-110 a,
.tax-tool .search-button input#search:hover,
.page-template-template-about .link-menu li a:hover,
.page-template-template-about .link-menu li.current_page_item a,
.page-template-template-about .search-button input#search:hover,
.page-template-template-contacts .link-menu li a:hover,
.page-template-template-contacts .link-menu li.current_page_item a,
.page-template-template-contacts .search-button input#search:hover,
.page-template-template-home .link-menu li a:hover,
.page-template-template-home .link-menu li.current_page_item a,
.page-template-template-home .search-button input#search:hover {
    background: #b4f06e;
}

.single-event .link-menu li a:hover,
.single-event .link-menu li#menu-item-60 a,
.single-event .search-button input#search:hover,
.single-talk .link-menu li a:hover,
.single-talk .link-menu li#menu-item-109 a,
.single-talk .search-button input#search:hover,
.page-template-template-talks .link-menu li a:hover,
.page-template-template-talks .link-menu li.current_page_item a,
.page-template-template-talks .search-button input#search:hover,
.page-template-template-events .link-menu li a:hover,
.page-template-template-events .link-menu li.current_page_item a,
.page-template-template-events .search-button input#search:hover {
    background: #ff6660;
}

.page-template-template-submission .link-menu li a:hover,
.page-template-template-submission .link-menu li.current_page_item a,
.page-template-template-submission .search-button input#search:hover,
.page-template-template-examples .link-menu li a:hover,
.page-template-template-examples .link-menu li.current_page_item a,
.page-template-template-examples .search-button input#search:hover,
.single-example .link-menu li a:hover,
.single-example .link-menu li#menu-item-19 a,
.single-example .link-menu .search-button input#search:hover {
    background: #57bcb6;
}

header .link-menu {
    margin-top: 22px; /* Margin ajustable */
    margin-bottom: 28px; /* Margin ajustable */
}

.page-template-template-home header .link-menu {
    display: none;
}

a#close-list-button,
a#examples-button,
a#close-button,
a#menu-button {
    display: none !important;
}

/* Home : part A */

.page-template-template-home #left-a {
    float: left;
    width: calc(100% / 13 * 8);
    margin-bottom: 50px; /* Margin ajustable */
}

.page-template-template-home #box-1 {
    margin-top: 110px; /* Margin ajustable */
    margin-right: -6px;
    width: calc(100% / 8 * 6 + 12px);
    float: right;
    display: block;
    text-decoration: none;
    position: relative;
}

.page-template-template-home #box-2 {
    margin-right: calc(100% / 8 * 3 - 6px);
    width: calc(100% / 8 * 4 + 12px);
    float: right;
    text-decoration: none;
    display: block;
	z-index: 101;
	position: relative;
}

.page-template-template-home #right-a {
    float: right;
    width: calc(100% / 13 * 5);
    margin-bottom: 50px; /* Margin ajustable */
}

.page-template-template-home #box-3,
.page-template-template-home #box-3-mobile {
    margin-right: calc(100% / 5 - 6px);
    width: calc(100% / 5 * 3 + 12px);
    float: right;
    display: block;
    text-decoration: none;
}

.page-template-template-home #box-3 img,
.page-template-template-home #box-3-mobile {
    margin-bottom: 22px;
}

.page-template-template-home #box-3-mobile {
    display: none;
}

.page-template-template-home #box-4,
.page-template-template-home #box-4-mobile {
    margin-right: calc(100% / 5 * 3 - 6px);
    float: right;
    width: calc(100% / 5 * 2 + 12px);
    position: relative;
    z-index: 10000;
    display: block;
    text-decoration: none;
}

.page-template-template-home #box-4-mobile {
    display: none;
}

.page-template-template-home #box-4 a {
    text-decoration: none;
}

/* Home : part middle */

.page-template-template-home #box-5 {
    margin-left: calc(100% / 13 * 3 - 6px);
    width: calc(100% / 13 * 6 + 12px);
    display: block;
    text-decoration: none;
    position: relative;
    clear: both;
}

.page-template-template-home #box-5 .map {
    width: 100%;
    height: 30vw;
}

.page-template-template-home .mapboxgl-ctrl-top-right,
.page-template-template-home #box-map-details {
    display: none;
}

.page-template-template-home .marker.green {
	height: 20px !important;
	width: 20px !important;
}

.page-template-template-home .marker.black {
	height: 12px !important;
	width: 12px !important;
}

/* Home : part B */

.page-template-template-home #left-b {
    float: left;
    width: calc(100% / 13 * 9);
}

.page-template-template-home #box-6 {
    margin-left: calc(100% / 9 - 6px);
    width: calc(100% / 9 * 4 + 12px);
    z-index: 101;
    position: relative;
    display: block;
    text-decoration: none;
    position: relative;
}

.page-template-template-home #box-7 {
    margin-left: calc(100% / 9 * 3 - 6px);
    width: calc(100% / 9 * 3 + 12px);
    z-index: 102;
    display: block;
    text-decoration: none;
    position: relative;
}

.page-template-template-home #box-8 {
    margin-top: 60px; /* Margin ajustable */
    margin-left: calc(100% / 9 * 5 - 6px);
    width: calc(100% / 9 * 3 + 12px);
    z-index: 102;
    display: block;
    text-decoration: none;
    position: relative;
}

.page-template-template-home #box-8 p {
    margin-bottom: 0;
}

.page-template-template-home #box-9 {
    margin-left: calc(100% / 9 * 4 - 6px);
    width: calc(100% / 9 * 3 + 12px);
    z-index: 102;
    display: block;
    text-decoration: none;
    position: relative;
}

.page-template-template-home #box-9 img {
    margin-top: 22px;
    width: auto;
    height: 3.5vw;
}

.page-template-template-home #box-9 img:first-child  {
    margin-top: 36px;
}

.page-template-template-home #right-b {
    float: right;
    width: calc(100% / 13 * 4);
}

.page-template-template-home #box-10,
.page-template-template-home #box-10-mobile {
    margin-top: 100px; /* Margin ajustable */
    margin-right: calc(100% / 4 - 6px);
    width: calc(100% / 4 * 3 + 12px);
    float: right;
    display: block;
    text-decoration: none;
    position: relative;
}

.page-template-template-home #box-10-mobile {
    display: none;
}

.pdf {
	display: inline-block;
	padding: 8px 8px 60px 8px;
	text-decoration: none;
}

img {
	display: block;
	width: 100%;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%; /* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
    background: #181818;
}

.youtube-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.youtube-player:hover img {
	-webkit-filter: brightness(75%);
}

.grid .youtube-player:hover img {
	-webkit-filter: brightness(100%);
}

.youtube-player .play {
	height: 90px;
	width: 90px;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	position: absolute;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}

.green .youtube-player .play {
	background-image: url("img/play-green.png");
}

.black .youtube-player .play {
	background-image: url("img/play-black.png");
}

.page-template-template-talks .youtube-player .play {
	background-image: url("img/play-black.png");
}

.grey .youtube-player .play {
	background-image: url("img/play-grey.png");
}

.page-template-template-home #box-10-mobile div.youtube-player,
.page-template-template-home #box-10 div.youtube-player {
    margin-bottom: 22px;
}

.page-template-template-home #box-10 div.youtube-player:last-child {
    margin-bottom: 0;
}

.video-none {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

.archive.tax-tool .youtube-player .play,
.archive.tax-keyword .youtube-player .play,
.single-example .youtube-player .play {
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

/* Examples */

.page-template-template-examples #box-map {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11 + 12px);
    position: relative;
    padding-bottom: 0;
}

.page-template-template-examples #box-map h1 {
    position: relative;
}

.page-template-template-examples #box-map-details {
    margin-left: calc(-100% / 13);
    width: calc(100% / 13 * 3 + 12px);
    position: absolute;
    top: 180px;
    bottom: 60px;
    overflow: auto;
}

.page-template-template-examples #filters {
    overflow: hidden;
    position: relative;
}

.page-template-template-examples #filters .background {
    margin-left: calc(100% / 13 * 2 - 6px);
}

.page-template-template-examples #box-tools {
    margin-left: calc(100% / 13 * 2 - 6px);
    padding-left: calc(100% / 13 - 6px);
    width: calc(100% / 13 * 4 + 12px);
    float: left;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 12px;
}

.page-template-template-examples #box-keywords {
    padding-left: calc(100% / 13 - 6px);
    padding-right: calc(100% / 13 - 6px);
    width: calc(100% / 13 * 4 + 12px);
    float: right;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 12px;
}

.page-template-template-examples #tag-k-all,
.page-template-template-examples #tag-t-all {
    background-color: #181818;
    color: #ffffff;
}

/* Examples (Map) */

.page-template-template-examples .item {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 50px);
    padding-left: 11px;
    background: 0px 7px no-repeat url("img/puce-white.png");
}

.page-template-template-examples .item.blue-color {
    background: 0px 7px no-repeat url("img/puce-green.png");
}

.page-template-template-examples .item.delete2 {
    padding-left: 0;
    background: none;
}

.page-template-template-examples .item h1 {
	margin: 22px 12px 22px 0;
}

.page-template-template-examples .item a {
	text-decoration: none;
}

.page-template-template-examples .item.active a {
	text-decoration: underline;
}

.page-template-template-examples .item.active a.ext-link {
	text-decoration: none;
}

.page-template-template-examples .item.active h1 {
	color: #ffffff;
}

.page-template-template-examples .item {
	margin-bottom: 16px;
}

.page-template-template-examples .item.blue-color,
.page-template-template-examples .item.blue-color a {
	color: #57bcb6;
}

.mapboxgl-ctrl-top-right {
    top: 3px;
    right: 8px;
}

.map {
	width: 100%;
	height: 75vh;
}

.page-template-template-examples #box-case-studies .listings {
    background: #57bcb6;
	margin-left: 25%;
	margin-top: -6px;
	overflow: visible;
}

.marker {
	border: none;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	margin-top: 15px;
}

.marker.green {
	height: 30px;
	width: 30px;
	height: 20px;
	width: 20px;
	background-color: #57bcb6;
}

.page-template-template-home .marker.green {
	background-color: #d2cdcb;
}

.marker.black {
	height: 22px;
	width: 22px;
	height: 12px;
	width: 12px;
	background-color: #181818;
}

.mapboxgl-popup-tip {
    border: 0; 
}

.mapboxgl-popup-content {
	border-radius: 0;
	padding: 0;
	width: 220px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 0;
}

.mapboxgl-popup {
	padding-bottom: 35px;
}

.clearfix {
	display: block;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mapboxgl-popup-close-button {
	display: none;
}

.mapboxgl-popup-content .details {
	padding: 0 12px 0 12px;
}

.mapboxgl-popup-content .green {
	background-color: #57bcb6;
}

.mapboxgl-popup-content .black {
	background-color: #181818;
}

.mapboxgl-popup-content a {
	color: #ffffff;
	text-decoration: none;
	padding: 12px 0 12px 0;
	display: block;
}

.mapboxgl-popup-content img {
	padding: 12px 0 0 0;
}

.mapboxgl-popup-content-wrapper {
	padding: 1%;
}

.mapboxgl-container .leaflet-marker-icon {
	cursor: pointer;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
	border-bottom-color: ;
}
  
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
	display: none;
}

.page-template-template-examples .delete1,
.page-template-template-examples .delete2 .title,
.page-template-template-examples .delete2 a.ext-link,
.page-template-template-home .delete1 {
	display: none;
}

.page-template-template-examples .factsheets-title {
	display: inline;
}

.tag:hover {
	background-color: #181818 !important;
	color: #ffffff !important;
}

#tag-t-all.tag:hover,
#tag-k-all.tag:hover {
	background-color: #d2cdcb !important;
	color: #181818 !important;
}

.page-template-template-examples .delete2::before,
.page-template-template-examples a.ext-link::before {
	content: " " !important;
}

.page-template-template-examples a.ext-link {
	transform: rotate(45deg) translateX(7px) translateY(-7px);
	display: inline-block;
}

.page-template-template-examples #box-map-details > h1 {
	color: #57bcb6;
}

.page-template-template-examples .listings {
    font-size: 17px;
    line-height: 19px;
}

.page-template-template-examples #tag-k-all,
.page-template-template-examples #tag-t-all {
	background-color: #d2cdcb;
	color: #181818;
}

.page-template-template-examples #box-keywords p,
.page-template-template-examples #box-tools p {
	margin-top: 11px;
}

a#close-list-button {
    display: inline-block;
    position: fixed;
    right: 0;
    color: #57bcb6;
    background: #181818;
}

.page-template-template-examples .small-titles {
    width: calc(100% / 13 * 3 + 12px);
    margin-left: calc(100% / 13 - 6px);
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
}

.page-template-template-examples #extra {
    width: calc(100% / 13 * 4 + 12px);
    margin-left: calc(100% / 13 * 2 - 6px);
    padding-right: calc(100% / 13 * 4);
    position: relative;
    margin-bottom: 48px;
}

.page-template-template-examples .details em {
    font-family: ArchivoNarrowRegular, sans-serif;
    text-decoration: underline;
}

/* Examples (Single) */

.single-example #box-selected-examples {
    margin-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11 + 12px);
    position: relative;
}

.single-example #box-selected-examples h1 {
    margin-bottom: 0;
}

.single-example #part-all {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11 + 12px);
    position: relative;
    padding-top: 0;
}

.single-example #box-left-a {
    float: left;
    width: calc(100% / 11 * 6);
	margin: 0;
    padding: 0;
    margin-left: calc(-100% / 11);
    position: relative;
}

.single-example #box-photo {
    width: calc(100% + 12px);
	margin-top: 0;
	padding-top: 22px;
	padding-bottom: 70px;
}

.single-example #box-photo h1 {
    margin-top: 6px;
    margin-bottom: 0;
}

.single-example #box-photo h2 {
    margin-top: 6px;
    margin-bottom: 0;
}

.single-example #box-right-a {
    float: right;
    width: calc(100% / 11 * 5);
	margin: 0;
    padding: 0;
    transform: translateX(-6px);
    position: relative;
}

.single-example #box-infos {
    width: calc(100% / 5 * 3 + 12px);
	margin: 0;
    padding: 0;
}

.single-example #box-details {
    width: calc(100% / 11 * 9 + 12px);
    position: relative;
    transform: translateY(-24px);
	margin: 0;
}

.single-example #box-details .background {
	right: calc(100% / 9 + 6px)
}

.single-example #box-left-b {
    float: left;
    width: calc(100% / 9 * 4);
	margin: 0;
    padding: 0;
    position: relative;
}

.single-example #box-right-b {
    float: right;
    width: calc(100% / 9 * 3 + 12px);
	margin: 0;
    padding: 0;
    padding-right: calc(100% / 9 + 6px);
    position: relative;
}

.single-example #box-right-b img {
    width: calc(100% / 3 * 4);
    margin-top: 22px;
}

.single-example #box-details h2 {
    color: #57bcb6;
}

.single-example #box-details h3 {
    background: #57bcb6;
}

.single-example .caption {
    padding-top: 6px;
    padding-right: 12px;
}

.single-example .caption.main {
    padding-top: 24px;
}

.single-example p a {
    color: #57bcb6;
	text-decoration: underline;
}

a.pdf-link {
	text-decoration: none;
	display: block;
	float: left;
}

a.gallery {
	clear: both;
	display: block;
}

.single-example #title-related {
    width: calc(100% / 13 * 3);
    margin-left: calc(100% / 13 - 6px);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
}

.single-example .grid {
    margin-left: calc(100% / 13 * 3 - 6px);
    width: calc(100% / 13 * 9 + 6px);
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.single-example .content.related {
    margin-right: calc(100% / 9 - 6px);
    width: calc(100% / 9 * 2 + 6px);
    position: relative;
    float: left;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 48px;
}

.single-example .related h2 {
    margin-top: 0;
}

/* Events */

.page-template-template-events #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 0;
}

.page-template-template-events #box-main h1 {
    position: relative;
}

.page-template-template-events .box-event {
    position: relative;
	margin-top: 0;
	padding-top: 22px;
	margin-bottom: 48px;
	color: #ffffff;
}

.page-template-template-events .box-event a {
	color: #ffffff;
}

.page-template-template-events .box-event > div {
    position: relative;
    padding-right: calc(100% / 10 * 4 + 6px);
}

.page-template-template-events .background {
	position: absolute !important;
}

.page-template-template-events .box-event .background {
    width: calc(100% / 10 * 6 - 6px);
    padding-right: 0;
}

.page-template-template-events h1.event-type  {
	margin-bottom: 6px;
}

.page-template-template-events .acc-container {
	overflow: hidden;
    margin-left: calc(-100% / 11);
    width: calc(100% / 11 * 10 + 12px);
}

.page-template-template-events .acc-container .selected {
	display: none !important;
}

.page-template-template-events .acc-container .acc-content {
    max-height: 0px;
    overflow: hidden;
    position: relative;
    margin-left: calc(100% / 6);
    width: calc(100% / 6 * 9 + 6px);
    margin-top: 24px;
    color: #181818;
}

.page-template-template-events .acc-container .acc-content .background {
	width: calc(100% / 9 * 8 + 6px);
    margin-right: calc(100% / 9 - 6px);
}

.page-template-template-events .acc-container .selected + .acc-content {
    max-height: 5000px;
}

.page-template-template-events .acc-container .open {
    height: auto;
}

.page-template-template-events .acc-container a.acc-btn {
    margin-left: calc(100% / 6);
    background: #ffffff;
    display: inline-block;
    padding: 12px;
    color: #181818;
    cursor: pointer;
    margin-top: 0;
    text-decoration: none;
}

.page-template-template-events .acc-container a.acc-btn:hover {
    background: #d2cdcb;
}

.page-template-template-events .acc-container .acc-content #box-left {
	width: calc(100% / 9 * 4);
	float: left;
	position: relative;
    padding-top: 6px;
    padding-bottom: 48px;
}

.page-template-template-events .acc-container .acc-content #box-right {
	width: calc(100% / 9 * 3);
	padding-right: calc(100% / 9 * 1 + 15px);
	float: right;
	position: relative;
    padding-top: 6px;
    padding-bottom: 48px;
}

.page-template-template-events #box-left h2,
.page-template-template-events #box-right h2 {
    color: #ff6660;
}

.page-template-template-events #box-left h3,
.page-template-template-events #box-right h3 {
    background: #ff6660;
}

.page-template-template-events #box-left p a,
.page-template-template-events #box-right p a {
    color: #ff6660;
	text-decoration: underline;
}

.page-template-template-events #box-right img {
    width: calc(100% / 3 * 4);
    margin-top: 22px;
}

.page-template-template-events #box-right .caption {
    padding-top: 6px;
    padding-right: 12px;
}

.page-template-template-events #box-right h3.event-pdf {
    margin-top: 36px;
    margin-bottom: 22px;
}

.page-template-template-events #box-right .pdf-link {
    color: #181818;
}

.page-template-template-events #box-left p a.register_button {
    background-color: #ff6660;
    color: #181818;
    margin: 12px 0 0 0;
    padding: 6px 12px;
    text-decoration: none;
}

.page-template-template-events #box-left .intro-register-button {
    margin-bottom: 22px;
}

.page-template-template-events .box-event ul li a,
.page-template-template-events .box-event p a,
.page-template-template-events p a {
    color: #ff6660;
    text-decoration: underline;
}

/* Contacts */


.page-template-template-contacts #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 0;
}

.page-template-template-contacts #box-main h1 {
    position: relative;
}

.page-template-template-contacts .big-titles {
    width: calc(100% / 11 * 3);
    margin-left: calc(-100% / 11);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
	margin-top: 0;
}

.page-template-template-contacts #main-1 {
    width: calc(100% / 11 * 8);
    position: relative;
	padding-top: 0;
	margin-bottom: 48px;
}

.page-template-template-contacts #left {
    width: calc(100% / 8 * 4);
    position: relative;
    float: left;
}

.page-template-template-contacts #right {
    width: calc(100% / 8 * 2);
    padding-left: calc(100% / 8 - 6px);
    padding-right: calc(100% / 8);
    position: relative;
    float: left;
}

.page-template-template-contacts #main-2 {
    width: calc(100% / 11 * 8);
    position: relative;
	margin-bottom: 48px;
}

.page-template-template-contacts #main-2 h1 {
    max-width: 600px;
    margin-bottom: 0;
    clear: both;
}

.page-template-template-contacts .contact {
    width: calc(100% / 8 * 2);
    position: relative;
	padding-top: 0;
	margin-bottom: 48px;
	margin-right: calc(100% / 8);
	margin-top: 36px;
	float: left;
}

.page-template-template-contacts .contact.last {
	margin-right: 0;
}

.page-template-template-contacts .contact.first {
	clear: both;
}

.page-template-template-contacts .contact p {
	margin-bottom: 22px;
}

.page-template-template-contacts .contact.content {
	padding-bottom: 36px;
}

.page-template-template-contacts .contact p.biography {
	margin-top: 22px;
	margin-bottom: 0;
	display: none;
}

.page-template-template-home #youtube-icon,
.page-template-template-home #email-icon,
.page-template-template-home #twitter-icon,
.page-template-template-contacts #youtube-icon,
.page-template-template-contacts #email-icon,
.page-template-template-contacts #twitter-icon {
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 25px;
	margin-bottom: 5px;
	display: inline-block;
}

.page-template-template-home #youtube-icon,
.page-template-template-home #email-icon,
.page-template-template-home #twitter-icon {
	padding-left: 30px;
}

.page-template-template-home #youtube-icon,
.page-template-template-contacts #youtube-icon {
	background-image: url("img/youtube-icon.png");
}

.page-template-template-home #email-icon,
.page-template-template-contacts #email-icon {
	background-image: url("img/email-icon.png");
}

.page-template-template-home #twitter-icon,
.page-template-template-contacts #twitter-icon {
	background-image: url("img/twitter-icon.png");
}

.page-template-template-contacts .big-titles.newsletter {
    margin-top: -24px;
    margin-left: calc(100% / 13 - 6px);
    width: calc(100% / 13 * 3 + 12px);
}

.page-template-template-contacts #main-3 {
    margin-left: calc(100% / 13 * 3 - 6px);
    width: calc(100% / 13 * 4 + 12px);
    position: relative;
	margin-bottom: 48px;
}

.page-template-template-contacts #main-3 h1 {
    max-width: 600px;
    margin-bottom: 0;
    clear: both;
}

.page-template-template-contacts input[type=text],
.page-template-template-contacts input[type=email] {
    width: 100%;
    padding: 6px;
    margin-bottom: 12px;
    border: 0;
    box-sizing: border-box;
    resize: vertical;
    background-color: #181818;
    color: #d2cdcb;  
}

.page-template-template-contacts ::-webkit-input-placeholder { /* Edge */
    color: #d2cdcb;
}

.page-template-template-contacts :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2cdcb;
}

.page-template-template-contacts ::placeholder {
    color: #d2cdcb;
}

.page-template-template-contacts .mc-field-group {
    margin: 0 12px 0 12px;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #d2cdcb !important;
    font-weight: normal !important;
    color: #181818 !important;
    padding: 5px 0 !important;
}

.page-template-template-contacts #mc_embed_signup input[type=submit] {
    width: auto;
	padding: 6px 12px;
	margin: 12px;
    border: 0;
    box-sizing: border-box;
    resize: vertical;
    background-color: #181818;
    color: #ffffff;  
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

/* Tool (archives) */

.archive.tax-tool #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
	padding-bottom: 22px;
}

.archive.tax-tool #big-title {
    width: calc(100% / 11 * 5);
    margin-left: calc(-100% / 11);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
	margin-top: 0;
}

.archive.tax-tool #box-main h1 {
    position: relative;
}

.archive.tax-tool #main {
    width: calc(100% / 11 * 8);
    position: relative;
	padding-top: 0;
	margin-bottom: 48px;
}

.archive.tax-tool #left {
    width: calc(100% / 8 * 4);
    position: relative;
    float: left;
}

.archive.tax-tool #right {
    width: calc(100% / 8 * 2);
    padding-left: calc(100% / 8 - 6px);
    padding-right: calc(100% / 8);
    position: relative;
    float: left;
}

.archive.tax-tool #left h3 {
    background: #b4f06e;
}

.archive.tax-tool #title-related {
    width: calc(100% / 13 * 3);
    margin-left: calc(100% / 13 - 6px);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
}

.archive.tax-tool .grid {
    margin-left: calc(100% / 13 * 3 - 6px);
    width: calc(100% / 13 * 9 + 6px);
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.archive.tax-tool .content.related {
    margin-right: calc(100% / 9 - 6px);
    width: calc(100% / 9 * 2 + 6px);
    position: relative;
    float: left;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 6vw;
}

.archive.tax-tool .related h2 {
    margin-top: 0;
}

/* Keyword (archives) */

.archive.tax-keyword #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
	padding-bottom: 22px;
}

.archive.tax-keyword #big-title {
    width: calc(100% / 11 * 5);
    margin-left: calc(-100% / 11);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
	margin-top: 0;
}

.archive.tax-keyword #box-main h1 {
    position: relative;
}

.archive.tax-keyword #left h3 {
    background: #b4f06e;
}

.archive.tax-keyword #title-related {
    width: calc(100% / 13 * 3);
    margin-left: calc(100% / 13 - 6px);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
}

.archive.tax-keyword .grid {
    margin-left: calc(100% / 13 * 3 - 6px);
    width: calc(100% / 13 * 9 + 6px);
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.archive.tax-keyword .content.related {
    margin-right: calc(100% / 9 - 6px);
    width: calc(100% / 9 * 2 + 6px);
    position: relative;
    float: left;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 6vw;
}

.archive.tax-keyword .related h2 {
    margin-top: 0;
}


/* Talks */

.page-template-template-talks #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 0;
}

.page-template-template-talks #box-main h1 {
    position: relative;
}

.page-template-template-talks .video {
    width: calc(100% / 11 * 10);
    margin-left: calc(-100% / 11);
    position: relative;
	padding-top: 36px;
	margin-bottom: 48px;
	margin-top: 0;
	padding-bottom: 0;
}

.page-template-template-talks #left {
    width: calc(100% / 10 * 4);
    padding-right: calc(100% / 10);
    position: relative;
    float: left;
    padding-top: 22px;
}

.page-template-template-talks #right {
    width: calc(100% / 10 * 4);
    padding-right: calc(100% / 10);
    position: relative;
    float: right;
    padding-top: 22px;
}

.page-template-template-talks .tag {
    color: #181818;
}

/* About */

.page-template-template-about #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 0;
}

.page-template-template-about #box-main h1 {
    position: relative;
}

.page-template-template-about .big-titles {
    width: calc(100% / 11 * 6);
    margin-left: calc(-100% / 11);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
	margin-top: 0;
}

.page-template-template-about #box-main h4 {
    position: relative;
    padding-top: 12px;
}

.page-template-template-about #main {
    width: calc(100% / 11 * 9 + 12px);
    position: relative;
	padding-top: 0;
	margin-bottom: 48px;
}

.page-template-template-about #main .background {
    right: calc(100% / 9);
}

.page-template-template-about #left {
    width: calc(100% / 9 * 4);
    position: relative;
    float: left;
}

.page-template-template-about #right {
    width: calc(100% / 9 * 4 + 12px);
    margin-left: calc(100% / 9 - 12px);
    position: relative;
    float: left;
    margin-top: 22px;
    padding-top: 6px;
    padding-bottom: 48px;
}

.page-template-template-about #box-main #right h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.page-template-template-about .video {
    width: calc(100% / 11 * 10);
    margin-left: calc(-100% / 11);
    position: relative;
    padding-top: 36px;
    margin-bottom: 48px;
    margin-top: 0;
    padding-bottom: 0;
}

.page-template-template-about #info-video {
    width: calc(100% / 10 * 4);
    padding-right: calc(100% / 10);
    position: relative;
    float: left;
    padding-top: 22px;
}

.page-template-template-about .small-titles {
    width: calc(100% / 11 * 3);
    margin-left: calc(-100% / 11);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
	margin-top: 0;
}

.page-template-template-about #partners,
.page-template-template-about #partners_b {
    width: calc(100% / 11 * 8 + 12px);
    padding-right: 0;
    position: relative;
	margin-bottom: 48px;
}

.page-template-template-about #partners img.partner {
    width: auto;
    height: 2.6vw;
    max-height: 50px;
    float: left;
    padding-right: 2vw;
}

.page-template-template-about #partners_b img.partner {
    width: auto;
    height: 4vw;
    float: left;
    padding-top: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
}

.page-template-template-about #kyd {
    width: calc(100% / 11 * 9 + 12px);
    position: relative;
	padding-top: 0;
	margin-bottom: 48px;
}

.page-template-template-about #kyd .background {
    right: calc(100% / 9);
}

.page-template-template-about #left-kyd {
    width: calc(100% / 9 * 4);
    position: relative;
    float: left;
}

.page-template-template-about #right-kyd {
    width: calc(100% / 9 * 4 + 12px);
    margin-left: calc(100% / 9 - 12px);
    position: relative;
    float: left;
    margin-top: 22px;
    padding-top: 6px;
    padding-bottom: 48px;
}

.page-template-template-about #right-kyd p {
	margin-top: 6px;
}

.page-template-template-about #partners_b {
	margin-bottom: 0;
}

/* Tools */

.page-template-template-tools #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
	padding-bottom: 22px;
}

.page-template-template-tools #big-title {
    width: calc(100% / 11 * 5);
    margin-left: calc(-100% / 11);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
	margin-top: 0;
}

.page-template-template-tools #box-main h1 {
    position: relative;
}

.page-template-template-tools #main {
    width: calc(100% / 11 * 8);
    position: relative;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.page-template-template-tools #left {
    width: calc(100% / 8 * 4);
    position: relative;
    float: left;
}

.page-template-template-tools #right {
    width: calc(100% / 8 * 2);
    padding-left: calc(100% / 8 - 6px);
    padding-right: calc(100% / 8);
    position: relative;
    float: right;
    padding-top: 22px;
}

.page-template-template-tools .diagram {
    width: calc(100% / 11 * 10);
    margin-left: calc(-100% / 11);
    position: relative;
    padding-top: 36px;
    margin-bottom: 48px;
    margin-top: 0;
    padding-bottom: 0;
}

.page-template-template-tools .diagram #left {
    padding-top: 22px;
}

.page-template-template-tools h3 {
    background: #b4f06e;
}

.page-template-template-tools .element {
    width: calc(100% / 11 * 2);
    margin-right: calc(100% / 11 * 2);
    margin-bottom: 8.5%;
    margin-left:  calc(-100% / 11);
    position: relative;
	padding-top: 6px;
	margin-top: 0;
	display: block;
    text-decoration: none;
    padding-bottom: 0;
    float: left;
}

.page-template-template-tools .element:hover {
	background-color: #d2cdcb;
}

.page-template-template-tools .element img {
    width: 80%;
    padding: 0 10% 0 10%;
}

.page-template-template-tools .element h1 {
    text-decoration: none;
    margin-bottom: 0;
}

/* Submission */

.page-template-template-submission #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 0;
}

.page-template-template-submission #box-main h1 {
    position: relative;
}

.page-template-template-submission .big-titles {
    width: calc(100% / 11 * 6);
    margin-left: calc(-100% / 11);
    position: relative;
	padding-top: 6px;
	margin-bottom: 0;
	margin-top: 0;
}

.page-template-template-submission #box-main h2 {
    color: #57bcb6;
}

.page-template-template-submission #box-main h4 {
    position: relative;
    padding-top: 12px;
}

.page-template-template-submission #main {
    width: calc(100% / 11 * 9 + 12px);
    position: relative;
	padding-top: 0;
}

.page-template-template-submission #main .background {
    right: calc(100% / 9);
}

.page-template-template-submission #left {
    width: calc(100% / 9 * 4);
    position: relative;
    float: left;
}

.page-template-template-submission #form {
    width: calc(100% / 11 * 4);
    position: relative;
	margin-bottom: 48px;
	margin-left: calc(100% / 11);
}

.page-template-template-submission input[type=text],
.page-template-template-submission input[type=email],
.page-template-template-submission textarea {
    width: 100%;
    padding: 6px;
    margin-bottom: 12px;
    border: 0;
    box-sizing: border-box;
    resize: vertical;
    background-color: #d2cdcb;
    color: #181818;  
}

::-webkit-input-placeholder { /* Edge */
    color: #181818;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #181818;
}

::placeholder {
    color: #181818;
}

.page-template-template-submission .links textarea {
    height: 52px;
}

.page-template-template-submission input[type=button] {
    width: 100%;
    padding: 6px;
    margin: 0 12px 12px 12px;
    border: 0;
    box-sizing: border-box;
    resize: vertical;
    background-color: #181818;
    color: #ffffff;  
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
}

form p {
    margin-bottom: 0;
}

div#mfcf7_zl_multifilecontainer {
    margin-top: 0 !important;
}

span.mfcf7-zl-multifile-name {
	display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.delete-file:before {
    content: "(delete)";
}

.delete-file img.wp-smiley,
.delete-file img.emoji {
    display: none !important;
}

p.files-pictures {
    padding-left: 6px;
    padding-top: 6px;
}

.page-template-template-submission .cf7sr-g-recaptcha {
    margin-left: 12px !important;
}

.page-template-template-submission .wpcf7 input[type=submit] {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 12px 12px 0;
    cursor: pointer;
    margin-left: 12px;
    background: #57bcb6;
    border: 0;
}

span.wpcf7-not-valid-tip {
    color: #ffffff !important;
}

div.wpcf7-validation-errors, 
div.wpcf7-mail-sent-ok,
div.wpcf7-acceptance-missing {
    border: 2px solid #ffffff !important;
}

/* Cookies */

#cookie-notice .cn-button,
.cookie-button {
    display: inline-block;
    padding: 6px 11px;
    margin: 0 11px 0 11px !important;
    cursor: pointer;
    margin-left: 12px;
    background: #d2cdcb;
    border: 0;
    text-decoration: none;
    font-family: ArchivoNarrowBold, sans-serif;
}

#cn-notice-text {
    font-size: 14px;
}

#cookie-notice {
    background: #181818 !important;
}

#coronabar {
    display: none !important;
}

.page-template-template-kyd a#menu-button,
.page-template-template-kyd #baseline,
.page-template-template-kyd .link-menu {
	display: none !important;
}

.page-template-template-kyd #logo-animation, 
.page-template-template-kyd #logo {
    left: 0;
    top: 0;
    width: 100%;
}

.page-template-template-kyd #logo-content {
    top: 50%;
    left: 50%;
    margin-left: -365px;
    margin-top: -209px;
}

.page-template-template-kyd #kyd-space {
    height: 600vh;
}

/* Corrections (septembre 2020) */

.page-template-template-home #box-6 {
    margin-left: 0;
    margin-right: calc(100% / 8 * 3 - 6px);
    width: calc(100% / 8 * 4 + 12px);
    z-index: 101;
    position: relative;
    display: block;
    text-decoration: none;
    position: relative;
    float: right;
}

.page-template-template-home #box-2 {
    margin-right: 0;
    margin-left: calc(100% / 9 - 6px);
    width: calc(100% / 9 * 4 + 12px);
    float: none;
    text-decoration: none;
    display: block;
    z-index: 101;
    position: relative;
}

.page-template-template-tools .diagram {
    margin-top: 36px;
}

.nofiltercross {
	width: 14px;
	height: 15px;
	display: inline-block;
}

.mapboxgl-popup-close-button {
	display: block;
	color: #ffffff;
	font-size: 17px;
}

.mapboxgl-popup-close-button:hover {
    background: none;
}

.mapboxgl-popup-content .details {
    padding: 0 24px 0 12px;
}

.page-template-template-talks .video {
    width: calc(100% / 12 * 5 - 24px);
    margin-left: 0;
    position: relative;
    padding-top: 36px;
    margin-bottom: 48px;
    margin-top: 0;
    padding-bottom: 0;
    float: left;
    margin-right: 48px;
}

.page-template-template-talks #left {
    width: 100%;
    padding-right: 0;
}

.page-template-template-talks #right {
    width: 90%;
    padding-right: 10%;
}

.page-template-template-talks .video p {
    margin-bottom: 12px;
}

#container-video {
    margin-left: calc(-100% / 11);
}

.page-numbers {
	position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin: 0 12px 0 0;
    margin-left: 0px;
    cursor: pointer;
    background: #181818;
    border: 0;
    color: #ffffff;
    text-decoration: none;
}

.page-numbers:hover,
.page-numbers.current {
    background: #ffffff;
    color: #181818;
}

.single-example .caption.main {
    clear: both;
}

/* Single Talk (octobre 2020) */

.single-talk #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 0;
}

.single-talk #box-main h1 {
    position: relative;
}

.single-talk .video {
    width: calc(100% / 12 * 5 - 24px);
    margin-left: 0;
    position: relative;
    padding-top: 36px;
    margin-bottom: 48px;
    margin-top: 0;
    padding-bottom: 0;
    float: left;
    margin-right: 48px;
}

.single-talk #left {
    width: 100%;
    padding-right: 0;
	position: relative;
	float: left;
	padding-top: 22px;
}

.single-talk #box-main h1 {
    position: relative;
}

.single-talk .tag {
    color: #181818;
}

/* Single Event (octobre 2020) */

.single-event #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 0;
}

.single-event .background {
    position: absolute !important;
}

.single-event #box-main h1 {
    position: relative;
}

.single-event .acc-container {
    overflow: hidden;
    margin-left: calc(-100% / 11);
    width: calc(100% / 11 * 10 + 12px);
}

.single-event .box-event {
    position: relative;
    margin-top: 0;
    padding-top: 22px;
    margin-bottom: 48px;
    color: #ffffff;
}

.single-event .box-event .background {
    width: calc(100% / 10 * 6 - 6px);
    padding-right: 0;
}

.single-event .box-event > div {
    position: relative;
    padding-right: calc(100% / 10 * 4 + 6px);
}

.single-event #box-main h1 {
    position: relative;
}

.single-event .acc-container a.acc-btn {
    display: none;
}

.single-event .acc-container .acc-content {
    max-height: auto;
    overflow: hidden;
    position: relative;
    margin-left: calc(100% / 6);
    width: calc(100% / 6 * 9 + 6px);
    margin-top: 24px;
    color: #181818;
}

.single-event .acc-container .acc-content .background {
    width: calc(100% / 9 * 8 + 6px);
    margin-right: calc(100% / 9 - 6px);
}

.single-event .acc-container .acc-content #box-left {
    width: calc(100% / 9 * 4);
    float: left;
    position: relative;
    padding-top: 6px;
    padding-bottom: 48px;
}

.single-event #box-left h2, 
.single-event #box-right h2 {
    color: #ff6660;
}

.single-event #box-left h3, 
.single-event #box-right h3 {
    background: #ff6660;
}

.single-event .acc-container .acc-content #box-right {
    width: calc(100% / 9 * 3);
    padding-right: calc(100% / 9 * 1 + 15px);
    float: right;
    position: relative;
    padding-top: 6px;
    padding-bottom: 48px;
}

.single-event #box-left p a.register_button {
    background-color: #ff6660;
    color: #181818;
    margin: 12px 0 0 0;
    padding: 6px 12px;
    text-decoration: none;
}

/* Resources (octobre 2020) */

.page-template-template-resources #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 22px;
}

.page-template-template-resources #box-main h1 {
    position: relative;
}

.page-template-template-resources .big-titles {
    width: calc(100% / 11 * 6);
    margin-left: calc(-100% / 11);
    position: relative;
    padding-top: 6px;
    margin-bottom: 0;
    margin-top: 0;
}

.page-template-template-resources #main {
    width: calc(100% / 11 * 9 + 12px);
    position: relative;
    padding-top: 0;
    margin-bottom: 48px;
}

.page-template-template-resources #left {
    width: 100%;
    position: relative;
    float: left;
}

.page-template-template-resources #right {
    width: calc(100% / 8 * 2);
    padding-left: calc(100% / 8 - 6px);
    padding-right: calc(100% / 8);
    position: relative;
    float: right;
    padding-top: 22px;
}

.tablesorter-default td {
    border-bottom: #ccc 0px solid;
    padding: 10px 10px 0 0;
}

.tablesorter-default {
    margin: 22px 12px 0 12px;
    width: calc(100% - 24px);
}

.tablesorter-header-inner span {
    font-family: ArchivoNarrowBold, sans-serif;
    font-size: 21px;
    line-height: 23px;
    margin: 0;
}

.tablesorter-default thead .headerSortUp .tablesorter-header-inner span, 
.tablesorter-default thead .tablesorter-headerAsc .tablesorter-header-inner span, 
.tablesorter-default thead .tablesorter-headerSortUp .tablesorter-header-inner span {
    text-decoration: underline;
}

.tablesorter-default th, .tablesorter-default thead td {
    border-bottom: 0;
}

.tablesorter-default .header, 
.tablesorter-default .tablesorter-header {
    padding: 4px 55px 4px 0;
}

.tablesorter-default thead .headerSortDown, 
.tablesorter-default thead .tablesorter-headerDesc, 
.tablesorter-default thead .tablesorter-headerSortDown {
    border: none !important;
}

.tablesorter-default thead .headerSortUp, 
.tablesorter-default thead .tablesorter-headerAsc, 
.tablesorter-default thead .tablesorter-headerSortUp {
    border-bottom: #ffffff 2px solid;
}

/* Recherches (octobre 2020) */

.search #box-main,
.page-template-template-recherche #box-main {
    padding-left: calc(100% / 13 * 2 - 6px);
    width: calc(100% / 13 * 11);
    position: relative;
    padding-bottom: 22px;
}

.search #box-main h1,
.page-template-template-recherche #box-main h1 {
    position: relative;
}

.page-template-template-recherche #left {
    width: calc(100% / 8 * 6);
    position: relative;
    float: left;
}

.page-template-template-recherche #right {
    width: calc(100% / 8 * 2);
    padding-left: calc(100% / 8 - 6px);
    padding-right: calc(100% / 8);
    position: relative;
    float: right;
    padding-top: 22px;
}

.search .big-titles {
    width: calc(100% / 11 * 6);
    margin-left: calc(-100% / 11);
    position: relative;
    padding-top: 6px;
    margin-bottom: 0;
    margin-top: 0;
}

.search #box-main h4 {
    position: relative;
    padding-top: 12px;
}

.search #main {
    width: calc(100% / 11 * 9 + 12px);
    position: relative;
    padding-top: 0;
    margin-bottom: 48px;
}

.search #main .background {
    right: calc(100% / 9);
}

.search #left {
    width: calc(100% / 9 * 5);
    position: relative;
    float: left;
}

.search #right {
    width: calc(100% / 9 * 4 + 12px);
    margin-left: calc(100% / 9 - 12px);
    position: relative;
    float: left;
    margin-top: 22px;
    padding-top: 6px;
    padding-bottom: 48px;
}

.search h2 {
    margin-bottom: 4px;
}

.search .s-result {
    text-decoration: none;
}

.search .permalink {
    margin-bottom: 7px;
    text-decoration: underline;
}

/* Recherches Button (octobre 2020) */

.search-button {
    overflow: hidden;
    width: 117px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
	transition: 0.4s all;
	margin-right: 83px;
	display: inline-block;
}

.search-button:hover {
    width: 200px;
	margin-right: 0;
}

.search-button input#search {
    background: #d2cdcb;
    border: 0;
    height: 49px;
    display: inline-block;
    padding: 6px 12px;
    margin: 0 12px 12px 0;
	text-decoration: none;
	font-family: ArchivoNarrowBold, sans-serif;
	font-size: 34px;
	line-height: 37px;
	margin: 0 12px 22px 0;
	width: 100%;
	color: #181818;
}

.search-button input#search::placeholder {
	color: #181818;
	opacity: 1;
}

.search-button:hover input#search::placeholder, 
.search-button:active input#search::placeholder, 
.search-button:focus input#search::placeholder {
	opacity: 0.3;
}

.search-button input#search::placeholder {
	color: #181818;
	opacity: 1;
}

.search-button .icon {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: transparent;
	height: 50px;
	width: 50px;
	opacity: 0;
	font-size: 10pt;
	transition-delay: 0.2s;
	transition: all 0.2s ease;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("img/search.png");
	margin: 0 !important;
	padding: 0 !important;
}

.search-button:hover .icon, 
.search-button:hover .icon, 
.search-button:hover .icon{
	outline: none;
	opacity: 1;
}
 
/* Corrections (novembre 2020) */

.search-button input#search:focus {
	outline:none;
}

.search-button input#search {
	width: auto;
}

.page-template-template-home header .link-menu {
    display: block;
}

.page-template-template-home #baseline {
    display: none;
}

















/*

.column-0 {
    margin-left: -6px;
}

.column-1 {
    margin-left: calc(100% / 12 - 6px);
}

.column-2 {
    margin-left: calc(100% / 12 * 2 - 6px);
}

.column-3 {
    margin-left: calc(100% / 12 * 3 - 6px);
}

.column-4 {
    margin-left: calc(100% / 12 * 4 - 6px);
}

.column-5 {
    margin-left: calc(100% / 12 * 5 - 6px);
}

.column-6 {
    margin-left: calc(100% / 12 * 6 - 6px);
}

.column-7 {
    margin-left: calc(100% / 12 * 7 - 6px);
}

.column-8 {
    margin-left: calc(100% / 12 * 8 - 6px);
}

.column-9 {
    margin-left: calc(100% / 12 * 9 - 6px);
}

.column-10 {
    margin-left: calc(100% / 12 * 10 - 6px);
}

.column-11 {
    margin-left: calc(100% / 12 * 11 - 6px);
}

.size-1 {
    width: calc(100% / 12 + 12px);
}

.size-2 {
    width: calc(100% / 12 * 2 + 12px);
}

.size-3 {
    width: calc(100% / 12 * 3 + 12px);
}

.size-4 {
    width: calc(100% / 12 * 4 + 12px);
}

.size-5 {
    width: calc(100% / 12 * 5 + 12px);
}

.size-6 {
    width: calc(100% / 12 * 6 + 12px);
}

.size-7 {
    width: calc(100% / 12 * 7 + 12px);
}

.size-8 {
    width: calc(100% / 12 * 8 + 12px);
}

.size-9 {
    width: calc(100% / 12 * 9 + 12px);
}

.size-10 {
    width: calc(100% / 12 * 10 + 12px);
}

.size-11 {
    width: calc(100% / 12 * 11 + 12px);
}

.size-12 {
    width: calc(100% / 12 * 12 + 12px);
}

.content.clear {
    clear: both;
}

header {
    position: relative;
    display: block;
    margin: 0 30px 0 30px;
    overflow: hidden;
}

 */




