html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table, tbody, tfoot, tr, th, td, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  color: black;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5em;
}

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

.site {
  width: 1330px;
  margin: 0 auto;
}
@media screen and (max-width: calc(1330px / 90 * 100)) {
  .site {
    width: 90%;
    margin: 0 5%;
  }
}
.site .small {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 999px) {
  .site .small {
    width: 100%;
  }
}

main {
  text-align: left;
}

@media screen and (max-width: 750px) {
  main {
    margin-top: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

.green, .red, .blue, .bluedark, .menthe, .purple, .orange, .hub {
  color: white;
}

.green {
  background: #2A8553;
}
.green .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #2A8553;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.green .btn:hover {
  background: #2A8553;
  border-color: white;
  color: white;
}
.green .btn.reverse {
  border-color: #2A8553;
}
.green .btn.reverse:hover {
  background: #2A8553;
  color: white;
}

.hub {
  background: #00b2a9;
}
.hub .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #00b2a9;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.hub .btn:hover {
  background: #00b2a9;
  border-color: white;
  color: white;
}
.hub .btn.reverse {
  border-color: #00b2a9;
}
.hub .btn.reverse:hover {
  background: #00b2a9;
  color: white;
}

.red {
  background: #DB1945;
}
.red .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #DB1945;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.red .btn:hover {
  background: #DB1945;
  border-color: white;
  color: white;
}
.red .btn.reverse {
  border-color: #DB1945;
}
.red .btn.reverse:hover {
  background: #DB1945;
  color: white;
}

.blue {
  background: #2379BA;
}
.blue .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #2379BA;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.blue .btn:hover {
  background: #2379BA;
  border-color: white;
  color: white;
}
.blue .btn.reverse {
  border-color: #2379BA;
}
.blue .btn.reverse:hover {
  background: #2379BA;
  color: white;
}

.bluedark {
  background: #013869;
}
.bluedark .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #013869;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.bluedark .btn:hover {
  background: #013869;
  border-color: white;
  color: white;
}
.bluedark .btn.reverse {
  border-color: #013869;
}
.bluedark .btn.reverse:hover {
  background: #013869;
  color: white;
}

.menthe {
  background: #1B8283;
}
.menthe .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #1B8283;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.menthe .btn:hover {
  background: #1B8283;
  border-color: white;
  color: white;
}
.menthe .btn.reverse {
  border-color: #1B8283;
}
.menthe .btn.reverse:hover {
  background: #1B8283;
  color: white;
}

.purple {
  background: #7F559A;
}
.purple .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #7F559A;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.purple .btn:hover {
  background: #7F559A;
  border-color: white;
  color: white;
}
.purple .btn.reverse {
  border-color: #7F559A;
}
.purple .btn.reverse:hover {
  background: #7F559A;
  color: white;
}

.orange {
  background: #D64200;
}
.orange .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #D64200;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.orange .btn:hover {
  background: #D64200;
  border-color: white;
  color: white;
}
.orange .btn.reverse {
  border-color: #D64200;
}
.orange .btn.reverse:hover {
  background: #D64200;
  color: white;
}

.mainShortcut {
  background: #013869;
  color: white;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
  width: 0;
}
.mainShortcut:focus {
  height: auto;
  padding: 1em 3%;
  width: 94%;
}
.mainShortcut:hover, .mainShortcut:focus {
  background: #62BA95;
}

header {
  background: white;
  margin: 0 auto;
  max-width: 1605px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1685px) {
  header {
    margin: 0 40px;
    width: calc(100% - (40px * 2));
  }
}
@media screen and (max-width: 999px) {
  header {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  header {
    position: relative;
    top: 0;
  }
}
header .logo {
  float: left;
  display: inline-block;
  margin: 2px 0 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
header .logo img {
  height: 62px;
}
@media screen and (max-width: 1080px) {
  header .logo img {
    height: auto;
    width: 320px;
  }
}
@media screen and (max-width: 400px) {
  header .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  header .logo {
    float: none;
    margin: 0.75em auto;
  }
}

.sticky header .logo {
  display: inline-block;
  opacity: 1;
}

form {
  margin-top: calc($spacebig / 2);
}
form input[type=text], form input[type=tel], form input[type=email], form textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0 none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #013869;
  padding: 40px;
}
form .gform_button {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #2A8553;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
  background: #2A8553;
  color: white;
  font-size: 1.5rem;
  margin-top: 0;
}
form .gform_button:hover {
  background: #2A8553;
  border-color: white;
  color: white;
}
form .gform_button.reverse {
  border-color: #2A8553;
}
form .gform_button.reverse:hover {
  background: #2A8553;
  color: white;
}
form .gform_button:hover {
  background: #DB1945;
  color: white;
  cursor: pointer;
}
form .gfield_consent_label {
  font-size: 1.6rem;
}

footer {
  background: #013869;
  padding-top: 45px;
}
footer h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  padding-bottom: calc($spacebig / 2);
}
footer h2:after {
  height: 5px;
}
footer .site:first-child {
  padding: calc($spacebig * 2) 0;
}
footer .flex {
  color: white;
  column-gap: 40px;
}
footer .flex .logos, footer .flex .social-network, footer .flex .contact {
  width: calc(100% / 3);
}
@media screen and (max-width: 880px) {
  footer .flex {
    flex-wrap: wrap;
  }
  footer .flex .logos, footer .flex .social-network, footer .flex .contact {
    width: 100%;
  }
}
footer .flex .logos {
  text-align: center;
}
footer .flex .logos .logoGo {
  display: block;
  margin: 40px 0;
}
footer .flex .logos .logoGo img {
  width: 130px;
}
footer .flex .social-network ul {
  list-style: none;
  margin: 0 0 40px;
}
footer .flex .social-network ul:after {
  content: "";
  clear: both;
  display: block;
}
footer .flex .social-network ul li {
  float: left;
  margin-right: calc($spacebig / 2);
}
footer .flex .social-network ul a {
  background: no-repeat center center;
  background-size: 50% auto;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 50px;
  margin: 1px;
  text-align: center;
  text-indent: -9999px;
  width: 50px;
}
footer .flex .social-network ul a.twitter {
  background-image: url("../img/icons/twitter.svg");
}
footer .flex .social-network ul a.facebook {
  background-image: url("../img/icons/facebook.svg");
}
footer .flex .social-network ul a.linkedin {
  background-image: url("../img/icons/linkedin.svg");
}
footer .flex .social-network ul a:hover {
  border-width: 3px;
  margin: 0;
}
footer .flex .contact a {
  color: white;
}
footer .partners {
  background: white;
}
footer .partners .site:first-child {
  padding: calc($spacebig / 2) 0;
}
footer .copy {
  background: white;
  border-top: 1px solid #013869;
  padding: calc($spacebig / 2) 0;
  text-align: center;
}
footer .copy p {
  margin: 0;
}
footer .sign {
  color: white;
  font-size: 1.4rem;
  padding: calc($spacebig / 6) 0;
  text-align: center;
}
footer .sign p {
  margin-top: 0;
}
footer .sign a {
  color: white;
}
footer .sign a:hover {
  color: #1B8283;
}
footer .menu li {
  border-left: 1px solid #013869;
  display: inline-block;
  padding: 0 calc($spacebig / 2);
}
footer .menu li:first-child {
  border-left: 0;
}
footer .menu li a:hover {
  color: #1B8283;
}

.langNL .menu {
  display: block;
  list-style: none;
  margin: 0;
}
.langNL .menu li {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.langNL .menu li a, .langNL .menu li span {
  display: inline-block;
}
.langNL .menu li a {
  font-size: 1rem;
  line-height: 1rem;
}
.langNL .menu li span {
  background: white;
  color: #013869;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: underline;
}
.langNL .menu li a:hover {
  color: #013869;
}
.langNL .menu li a:hover span {
  text-decoration: none;
}
.langNL .menu li.wpml-ls-current-language span {
  background: #013869;
  color: white;
  text-decoration: none;
}

.partners {
  align-items: center;
  column-gap: 40px;
  justify-content: center;
  text-align: center;
}
.partners li {
  width: calc((100% - (40px * 4))/ 5);
}
.partners li img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .partners li {
    width: calc((100% - (40px * 1))/ 2);
  }
}

#wpadminbar {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 40px;
}

h1, h2 {
  color: white;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  padding-bottom: calc(40px / 4 * 3);
  position: relative;
}
h1:after, h2:after {
  background: white;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 95px;
}
h1 span, h2 span {
  font-weight: 300;
}
@media screen and (max-width: 880px) {
  h1, h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
}

h2 {
  font-weight: 300;
  font-size: 5rem;
  line-height: 6rem;
}
h2 strong {
  font-weight: 700;
}

h3 {
  color: #013869;
  font-size: 3rem;
}

h4 {
  color: #013869;
  font-size: 2.4rem;
}

h5 {
  color: #62BA95;
  font-size: 2rem;
  font-weight: 400;
}

h6 {
  color: #013869;
  font-size: 1.6rem;
}

article h1 {
  font-size: 4.3rem;
  line-height: 4.4rem;
  text-transform: inherit;
}
article h2 {
  color: #013869;
  font-size: 3rem;
  line-height: 3.8rem;
  margin: 80px 0 10px;
}

p {
  margin-top: 20px;
}

ul, ol {
  margin: 0.5em 0 1em 2em;
}

ul, ol {
  margin-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
}

a {
  color: #013869;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
a:hover {
  color: #62BA95;
  text-decoration: none;
}

.wp-block-embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.wp-block-embed .wp-block-embed__wrapper, .wp-block-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.clearfix:before {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
}

.clear {
  clear: both;
}

code, pre {
  overflow-x: hidden;
  width: 100%;
}

.wp-block-gallery {
  margin-top: 40px;
  padding: 0 0 80px 0 !important;
}

.wp-block-image {
  margin-top: 10px;
}

figure.wp-block-image {
  margin-top: 10px;
  padding: 0 !important;
}

.wp-block-table {
  margin: 2em auto;
}
.wp-block-table table td {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding: 0.5em;
}
.wp-block-table figcaption {
  font-style: italic;
  font-size: 0.9em;
  margin: 1em 0;
}

.has-large-font-size {
  line-height: 1.5em;
}

.wp-block-image img {
  height: auto !important;
}

.wp-block-quote {
  border-left: 5px solid #013869;
  color: #013869;
  font-style: italic;
  margin: 2em auto;
  padding: 1em 0 1em 5%;
  width: 80%;
}
.wp-block-quote cite {
  color: black;
  font-size: 0.8em;
}

.wp-block-pullquote {
  border: 2px solid #013869;
  border-left: 0 none;
  border-right: 0 none;
  color: #013869;
  margin: 3em auto;
  padding: 2em 3%;
  width: 74%;
}
.wp-block-pullquote p {
  font-size: 1.2em;
  line-height: 1.5em;
}

.wp-block-video {
  text-align: center;
  margin: 2em 0;
  width: 100%;
}
.wp-block-video video {
  max-width: 100%;
}

.wp-block-buttons {
  display: inline-block;
  flex-direction: inherit;
  flex-wrap: inherit;
  text-align: center;
  margin-top: 40px;
}
.wp-block-buttons .wp-block-button {
  margin: 0;
}

.wp-block-button__link {
  background-color: #013869 !important;
  margin: 0;
}
.wp-block-button__link:hover {
  background-color: #1B8283 !important;
}

.wp-block-cover {
  margin: 1em 0;
  /* 
  DUPLIC BLOCK WITH ALL COLORS DEFINE IN FUNCTIONS.PHP

  &.has-violet-background-color{
  background: $violet;
  color: white;
  }

  &.has-greylight-background-color{
  	background: $greylight;
  	.wp-block-cover__inner-container{
  		color: $color-primary !important;
  	}
  } */
}

.wp-block-columns {
  display: flex;
}

.wp-block-column {
  flex: 1;
  margin-left: 1em;
}
.wp-block-column:first-child {
  margin-left: 0;
}
@media (max-width: 764px) {
  .wp-block-column {
    margin-left: 0 !important;
  }
}

/* 
DUPLIC BLOCK WITH ALL COLORS DEFINE IN FUNCTIONS.PHP


.has-violet-background-color{
	background: $color-primary;
	color: white;
}
*/
@media (max-width: 764px) {
  .wp-block-columns.has-2-columns,
.wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }

  .has-2-columns .wp-block-column:first-child,
.has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }

  .wp-block-column {
    margin-left: 0;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }

  .wp-block-column {
    margin: 20px 0;
  }
}
.satelliteHeader {
  background: white;
  border-bottom: 1px solid #95959B;
  justify-content: space-between;
}
.satelliteHeader .ico {
  border-right: 1px solid #95959B;
  display: inline-block;
  padding: calc($space / 2);
  text-decoration: none;
}
.satelliteHeader .ico img {
  height: calc(10px * 1.5);
}
.satelliteHeader .ico:hover {
  background: #013869;
}
.satelliteHeader .title {
  margin: 0 10px;
}
.satelliteHeader .title img {
  height: calc(10px * 1.5);
}
.satelliteHeader .langNL .menu li span {
  padding: 14px;
}

.box {
  padding: 80px 0;
  width: calc((100% /2) - ((100% /2) - (1330px / 2)) - (40px * 2));
}
.box.left {
  padding-left: calc((100% /2) - (1330px / 2));
  padding-right: 80px;
}
.box.right {
  margin-left: 50%;
  padding-left: 80px;
  padding-right: calc((100% /2) - (1330px / 2));
}
@media screen and (max-width: calc((40px * 4) + 1330px)) {
  .box {
    padding: 80px;
    width: calc(((100% /2)) - (40px * 4));
  }
  .box.left {
    padding-left: 80px;
  }
  .box.right {
    padding-right: 80px;
  }
}
@media screen and (max-width: 999px) {
  .box {
    width: calc(100% - (40px * 4));
  }
  .box.right {
    margin-left: 0;
  }
}

.collaboration {
  background: #62BA95;
  margin: -40px auto;
  padding: 120px 40px;
  text-align: center;
  width: calc(66% - (40px * 2));
  z-index: 1;
}
.collaboration p {
  font-size: 4rem !important;
  font-weight: 700;
  line-height: 5rem !important;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .collaboration {
    width: calc(90% - (40px * 2));
  }
}

.pt {
  padding: 30px 0;
}
.pt h2 {
  padding-bottom: 10px;
}
.pt h2:after {
  background: #013869;
  height: 3px;
}

.core {
  background: url("../img/graphic/brussels.jpg") no-repeat center center;
  background-size: cover;
}

.event-partner {
  position: relative;
  z-index: 2;
}
.event-partner .buttons .btn {
  margin-right: 20px;
}

.explain {
  position: relative;
  z-index: 2;
}

header {
  background: #013869;
  margin: 0 !important;
  max-width: inherit !important;
  width: 100% !important;
}
@media screen and (max-width: 1685px) {
  header {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 999px) {
  header {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  header {
    position: relative;
    top: inherit;
  }
}

.weekHeader {
  padding: 40px 0;
  position: relative;
}
.weekHeader h1, .weekHeader h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.weekHeader h1:after, .weekHeader h2:after {
  display: none;
}
.weekHeader h1 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.weekHeader h2 {
  line-height: 5rem;
  margin: 60px 0;
  max-width: 50%;
  text-transform: uppercase;
}
.weekHeader h2 .break {
  display: block;
  font-size: 3.2rem;
  text-transform: lowercase;
}
.weekHeader h2 .orange {
  background: transparent;
  color: #F3992D;
}
.weekHeader h2 strong span {
  font-weight: 700;
}
.weekHeader .logos {
  width: 400px;
}
.weekHeader .logos img {
  width: 100%;
}
.weekHeader figure {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.weekHeader figure img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .weekHeader {
    text-align: center;
  }
  .weekHeader .logos {
    text-align: center;
    width: 100%;
  }
  .weekHeader .logos img {
    display: block;
    margin: 0 auto;
    width: 320px;
  }
  .weekHeader figure {
    display: none;
  }
  .weekHeader h2 {
    max-width: 100%;
  }
}

.headerWeekEvent {
  background: white;
  padding: 0;
}
.headerWeekEvent .weekMainNav {
  background: white;
  text-align: right;
}
.headerWeekEvent .weekHeader {
  background: url("../img/graphic/week-banner-2024.jpg") no-repeat center center;
  background-size: cover;
  padding: 0;
}
.headerWeekEvent .weekHeader.closing {
  background-image: url("../img/graphic/closing.jpg");
}
.headerWeekEvent .weekHeader.hpbanner {
  background-image: url("../img/graphic/shifting-week-banner-hp.jpg");
}
.headerWeekEvent .weekHeader h2 {
  font-size: 4.5rem;
  max-width: inherit;
}
.headerWeekEvent .weekHeader .organized {
  background: transparent;
}
.headerWeekEvent .bkgdTransparency {
  background: no-repeat center center;
  background-size: auto 100%;
}
@media screen and (max-width: 999px) {
  .headerWeekEvent .bkgdTransparency {
    background-position: left center;
    background-size: 250% 100%;
  }
}
.headerWeekEvent .bkgdTransparency.blue {
  background-image: url("../img/graphic/banner-transparent-blue.png");
}
.headerWeekEvent .bkgdTransparency.green {
  background-image: url("../img/graphic/banner-transparent-green.png");
}
.headerWeekEvent .bkgdTransparency .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.headerWeekEvent .bkgdTransparency ul.flex {
  align-items: center;
  justify-content: center;
}
.headerWeekEvent .bkgdTransparency .btn {
  background: #DB1945 url("../img/graphic/bullet.svg") no-repeat 30px center;
  background-size: auto 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  padding: 10px 40px;
  padding-left: 45px;
  text-transform: uppercase;
  text-decoration: none;
}
.headerWeekEvent .bkgdTransparency .btn:hover {
  background-color: #013869;
}
.headerWeekEvent .titleInfos {
  min-height: 400px;
  padding: 40px 0;
  width: 45%;
}
@media screen and (max-width: 999px) {
  .headerWeekEvent .titleInfos {
    width: 100%;
  }
}
.headerWeekEvent .small .titleInfos {
  min-height: 300px;
}
.headerWeekEvent .small .titleInfos h2 {
  margin-bottom: 0;
}
.headerWeekEvent .figure {
  background: url("../img/graphic/hashtag-borders.png") no-repeat center center;
  background-size: 100% auto;
  width: 55%;
}
@media screen and (max-width: 999px) {
  .headerWeekEvent .figure {
    display: none;
  }
}

.formPage {
  margin: 0 auto;
  padding: 80px;
  width: 70%;
}
.formPage .gform_wrapper {
  padding-top: 45px;
}
.formPage .gform_confirmation_message {
  background: #deebf5;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 30px 0;
  padding: 30px;
}
.formPage .gform_button {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #2A8553;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
  border: 3px solid #2A8553;
}
.formPage .gform_button:hover {
  background: #2A8553;
  border-color: white;
  color: white;
}
.formPage .gform_button.reverse {
  border-color: #2A8553;
}
.formPage .gform_button.reverse:hover {
  background: #2A8553;
  color: white;
}
@media screen and (max-width: 999px) {
  .formPage {
    padding: 80px 40px;
    width: calc(100% - (40px * 2));
  }
}
.formPage h2 {
  color: #013869;
  padding-bottom: 45px;
}
.formPage h2:after {
  background: #013869;
}
.formPage h3 {
  color: #013869 !important;
  margin-bottom: 0 !important;
}
.formPage .gform_wrapper.gravity-theme .gsection {
  border-color: #013869 !important;
  margin-top: 40px;
}

footer {
  padding-top: 45px;
}
footer .flex .social-network a.twitter {
  background-image: url("../../../assets/img/icons/twitter.svg") !important;
}
footer .flex .social-network a.facebook {
  background-image: url("../../../assets/img/icons/facebook.svg") !important;
}
footer .flex .social-network a.linkedin {
  background-image: url("../../../assets/img/icons/linkedin.svg") !important;
}

.week h3 {
  color: white;
}
.week p {
  font-size: 2rem;
  line-height: 3.2rem;
}

.coreWeek {
  background: url("../img/graphic/grey.jpg") no-repeat center 0;
  background-size: 100% 100%;
}

.weekPreview, .weekClosing, .weekBlock {
  position: relative;
}
.weekPreview .bkgd, .weekClosing .bkgd, .weekBlock .bkgd {
  background: no-repeat;
  background-size: 53% 100%;
  padding: 240px 0;
}
.weekPreview .content, .weekClosing .content, .weekBlock .content {
  background: white;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 180px 100px 80px;
  position: relative;
  width: calc(((100% / 12) * 9) - 240px);
}
.weekPreview h2, .weekClosing h2, .weekBlock h2 {
  font-size: 3rem;
  line-height: 4.5rem;
  padding-bottom: 0;
  text-transform: uppercase;
}
.weekPreview h2:after, .weekClosing h2:after, .weekBlock h2:after {
  display: none;
}
.weekPreview h2 strong, .weekClosing h2 strong, .weekBlock h2 strong {
  display: block;
  font-size: 5rem;
}
.weekPreview .figure, .weekClosing .figure, .weekBlock .figure {
  background: #eee no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  height: 260px;
  position: absolute;
  top: 50%;
  width: 260px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.weekPreview .btn, .weekClosing .btn, .weekBlock .btn {
  background: #DB1945 url("../img/graphic/bullet.svg") no-repeat 30px center;
  background-size: auto 12px;
  bottom: 0;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  padding: 10px 40px;
  padding-left: 45px;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
}
.weekPreview .btn:hover, .weekClosing .btn:hover, .weekBlock .btn:hover {
  background-color: #013869;
}

.weekPreview {
  margin-bottom: -80px;
  margin-top: -80px;
  z-index: 1;
}
.weekPreview .bkgd {
  background-image: url("../img/graphic/greenBkgd.png");
  background-position: right center;
}
.weekPreview h2 {
  color: #2A8553;
}
.weekPreview .figure {
  background-image: url("../img/graphic/20231123-Closing-Shifting-Economy-HD072-scaled.jpg");
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.weekPreview .btn {
  background-color: #2A8553;
  left: 0;
}

.weekClosing .bkgd {
  background-image: url("../img/graphic/greenBkgd.png");
  background-position: left center;
  padding: 120px 0;
}
.weekClosing .content {
  margin-left: calc((100% / 12) * 3);
  padding-left: 180px;
  padding-right: 80px;
}
.weekClosing h2 {
  color: #2A8553;
}
.weekClosing .figure {
  background-image: url("../img/graphic/sew-photo-gallerie.jpg");
  left: 0;
}
.weekClosing .btn {
  right: 0;
}
.weekClosing .btn.green {
  background-color: #2A8553;
}

.weekBlock .bkgd {
  background-image: url("../img/graphic/blueBkgd.png");
  background-position: left center;
  padding: 40px 0 120px;
}
.weekBlock .content {
  margin-left: calc((100% / 12) * 3);
  padding-left: 180px;
  padding-right: 80px;
}
.weekBlock h2 {
  color: #013869;
}
.weekBlock ul {
  margin-left: 0;
}
.weekBlock ul li {
  list-style: none;
}
.weekBlock ul li strong {
  color: #013869;
}
.weekBlock ul li:before {
  content: "+";
  color: #013869;
  font-weight: bold;
  margin-right: 1rem;
}
.weekBlock .figure {
  background-image: url("../img/graphic/20221124_Closing-Event-Shifting-Economy-week_HD051-scaled.jpg");
  left: 0;
}
.weekBlock .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  bottom: 0;
  column-gap: 10px;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
}
.weekBlock .btn {
  background-color: #013869;
  position: relative;
  right: inherit;
}
.weekBlock .btn.green {
  background-color: #2A8553;
}

@media screen and (max-width: 880px) {
  .weekPreview .content, .weekClosing .content, .weekBlock .content {
    margin: 0;
    padding: 50px;
    padding-bottom: 80px;
    width: calc(100% - 100px);
  }
  .weekPreview .figure, .weekClosing .figure, .weekBlock .figure {
    display: none;
  }
}

.toolsWeek {
  padding-bottom: 40px;
}
.toolsWeek .flex {
  align-items: center;
}
.toolsWeek .toolsBlueWeek {
  background: rgba(1, 56, 105, 0.95);
  color: white;
  margin-top: -40px;
  padding: 80px;
  width: calc(75% - 160px);
  z-index: 1;
}
.toolsWeek .toolsBlueWeek h2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 4.5rem;
  padding-bottom: 0;
  text-transform: uppercase;
}
.toolsWeek .toolsBlueWeek h2 strong {
  display: block;
  font-weight: bold;
}
.toolsWeek .toolsBlueWeek h2:after {
  display: none;
}
.toolsWeek .toolsGreenWeek, .toolsWeek .toolsRedWeek {
  background: #2A8553;
  margin-left: -40px;
  padding: 80px;
  text-align: center;
  z-index: 2;
}
.toolsWeek .toolsGreenWeek h2, .toolsWeek .toolsRedWeek h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.toolsWeek .toolsGreenWeek h2:after, .toolsWeek .toolsRedWeek h2:after {
  display: none;
}
.toolsWeek .toolsGreenWeek p, .toolsWeek .toolsRedWeek p {
  color: white;
  margin-top: 0;
  text-align: center;
}
.toolsWeek .toolsGreenWeek .btn, .toolsWeek .toolsRedWeek .btn {
  background: white url("../img/graphic/bullet-green.svg") no-repeat 30px center;
  background-size: auto 12px;
  border: 2px solid white;
  color: #2A8553;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-top: 20px;
  padding: 10px 30px;
  padding-left: 45px;
  text-transform: uppercase;
  text-decoration: none;
}
.toolsWeek .toolsGreenWeek .btn:hover, .toolsWeek .toolsRedWeek .btn:hover {
  background-color: #2A8553;
  background-image: url("../img/graphic/bullet.svg");
  color: white;
}
.toolsWeek .toolsRedWeek {
  background: #DB1945;
}
.toolsWeek .toolsRedWeek .btn {
  background-image: url("../img/graphic/bullet-red.svg");
  color: #DB1945;
}
.toolsWeek .toolsRedWeek .btn:hover {
  background-color: #DB1945;
}
.toolsWeek .social-network {
  margin-top: 40px;
}
.toolsWeek .social-network ul {
  list-style: none;
  margin: 0 0 40px;
}
.toolsWeek .social-network ul:after {
  content: "";
  clear: both;
  display: block;
}
.toolsWeek .social-network ul li {
  float: left;
  margin-right: calc($spacebig / 2);
}
.toolsWeek .social-network ul a {
  background: no-repeat center center;
  background-size: 50% auto;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 50px;
  margin: 1px;
  text-align: center;
  text-indent: -9999px;
  width: 50px;
}
.toolsWeek .social-network ul a.twitter {
  background-image: url("../../../assets/img/icons/twitter.svg") !important;
}
.toolsWeek .social-network ul a.facebook {
  background-image: url("../../../assets/img/icons/facebook.svg") !important;
}
.toolsWeek .social-network ul a.linkedin {
  background-image: url("../../../assets/img/icons/linkedin.svg") !important;
}
.toolsWeek .social-network ul a:hover {
  border-color: #DB1945;
}
@media screen and (max-width: 880px) {
  .toolsWeek .flex {
    flex-wrap: wrap;
  }
  .toolsWeek .toolsBlueWeek {
    padding: 50px;
    width: calc(100% - 100px);
  }
  .toolsWeek .toolsGreenWeek {
    margin: 0 auto;
    margin-top: -40px;
    padding: 80px;
    width: calc(70% - 100px);
  }
}

.infosWeek {
  padding-bottom: 40px;
}
.infosWeek .flex {
  align-items: center;
}
.infosWeek h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 4.5rem;
  padding-bottom: 0;
  text-transform: uppercase;
}
.infosWeek h2 strong {
  display: block;
  font-weight: bold;
}
.infosWeek h2:after {
  display: none;
}
.infosWeek h3 {
  font-weight: 300;
  margin-bottom: 0;
}
.infosWeek .infosBlueWeek {
  background: #013869;
  color: white;
  margin-top: -40px;
  padding: 160px 80px;
  width: calc(40% - 160px);
  z-index: 1;
}
.infosWeek .infosBlueWeek a {
  color: white;
}
.infosWeek .infosGreenWeek {
  background: #2A8553;
  margin-left: -40px;
  padding: 0;
  text-align: center;
  z-index: 2;
  width: calc(60%);
}
.infosWeek .infosGreenWeek:after {
  content: "";
  clear: both;
  width: 100%;
}
.infosWeek .infosGreenWeek .content {
  padding: 40px 80px;
  text-align: left;
}
.infosWeek .infosGreenWeek p {
  color: white;
  margin-top: 0;
}
.infosWeek .infosGreenWeek iframe {
  float: left;
  height: 300px !important;
  width: 100%;
}
.infosWeek .infosGreenWeek .btn {
  background: white url("../img/graphic/bullet-green.svg") no-repeat 30px center;
  background-size: auto 12px;
  border: 2px solid white;
  color: #2A8553;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-top: 20px;
  padding: 10px 30px;
  padding-left: 45px;
  text-transform: uppercase;
  text-decoration: none;
}
.infosWeek .infosGreenWeek .btn:hover {
  background-color: #2A8553;
  background-image: url("../img/graphic/bullet.svg");
  color: white;
}
.infosWeek .social-network {
  margin-top: 40px;
}
.infosWeek .social-network ul {
  list-style: none;
  margin: 0 0 40px;
}
.infosWeek .social-network ul:after {
  content: "";
  clear: both;
  display: block;
}
.infosWeek .social-network ul li {
  float: left;
  margin-right: calc($spacebig / 2);
}
.infosWeek .social-network ul a {
  background: no-repeat center center;
  background-size: 50% auto;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 50px;
  margin: 1px;
  text-align: center;
  text-indent: -9999px;
  width: 50px;
}
.infosWeek .social-network ul a.twitter {
  background-image: url("../../../assets/img/icons/twitter.svg") !important;
}
.infosWeek .social-network ul a.facebook {
  background-image: url("../../../assets/img/icons/facebook.svg") !important;
}
.infosWeek .social-network ul a.linkedin {
  background-image: url("../../../assets/img/icons/linkedin.svg") !important;
}
.infosWeek .social-network ul a:hover {
  border-color: #DB1945;
}
.infosWeek .howReach {
  color: #013869;
  padding: 40px 80px;
}
@media screen and (max-width: 880px) {
  .infosWeek .howReach {
    padding: 40px 0;
  }
}
.infosWeek .howReach h3 {
  color: #013869;
}
.infosWeek .howReach p {
  margin-top: 10px;
}
.infosWeek .howReach .flex {
  column-gap: 60px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
}
@media screen and (max-width: 1150px) {
  .infosWeek .howReach .flex {
    flex-wrap: wrap;
  }
}
.infosWeek .howReach .bike, .infosWeek .howReach .transports {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}
.infosWeek .howReach .bike h4, .infosWeek .howReach .transports h4 {
  background: #2379BA;
  color: white;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
}
.infosWeek .howReach .bike .content, .infosWeek .howReach .transports .content {
  padding: 40px;
}
.infosWeek .howReach .bike table tr, .infosWeek .howReach .transports table tr {
  border-top: 1px dashed #013869;
}
.infosWeek .howReach .bike table tr:first-child, .infosWeek .howReach .transports table tr:first-child {
  border-top: 0 none;
}
.infosWeek .howReach .bike table tr:first-child td, .infosWeek .howReach .transports table tr:first-child td {
  font-weight: bold;
}
.infosWeek .howReach .bike table td, .infosWeek .howReach .transports table td {
  padding: 5px 0;
  padding-left: 10px;
}
.infosWeek .howReach .bike table td:first-child, .infosWeek .howReach .transports table td:first-child {
  color: #DB1945;
  font-weight: bold;
  padding-left: 0;
}
.infosWeek .howReach .bike table td + td + td, .infosWeek .howReach .transports table td + td + td {
  width: 110px;
}
.infosWeek .howReach .bike table td + td + td + td, .infosWeek .howReach .transports table td + td + td + td {
  width: 80px;
}
.infosWeek .bike {
  width: calc((100% - 60px) / 10 * 4);
}
.infosWeek .bike img {
  margin: 20px auto;
  max-width: 300px;
}
.infosWeek .transports {
  width: calc((100% - 60px) / 10 * 6);
}
.infosWeek .car h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .infosWeek .bike, .infosWeek .transports {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .infosWeek .flex {
    flex-wrap: wrap;
  }
  .infosWeek .infosBlueWeek {
    margin-top: 0;
    padding: 80px;
    width: calc(100%);
  }
  .infosWeek .infosGreenWeek {
    margin: 0 auto;
    margin-top: 0;
    width: calc(100%);
  }
}

@media screen and (max-width: 999px) {
  .intro {
    flex-wrap: wrap;
  }
}

.introduction p {
  border-left: 2px solid #013869;
  padding: 20px 40px;
  padding-right: 0;
}

.introduction-week {
  background: #2379BA;
  color: white;
  padding: 40px 0;
  padding-bottom: 80px;
}
.introduction-week h2 {
  padding-bottom: 0;
}
.introduction-week h2:after {
  display: none;
}
.introduction-week .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 40px;
}
.introduction-week .content {
  width: 55%;
  width: 100%;
  column-gap: 40px;
  column-count: 1;
}
.introduction-week .content p {
  margin-top: 0;
  margin-bottom: 10px;
}
.introduction-week .content-newsletter {
  background: rgba(1, 56, 105, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  width: calc(45% - (30px * 2));
}
.introduction-week .content-newsletter h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 0;
}
.introduction-week .content-newsletter .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #013869;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.introduction-week .content-newsletter .btn:hover {
  background: #013869;
  border-color: white;
  color: white;
}
.introduction-week .content-newsletter .btn.reverse {
  border-color: #013869;
}
.introduction-week .content-newsletter .btn.reverse:hover {
  background: #013869;
  color: white;
}
.introduction-week .statistique ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
.introduction-week .statistique ul li {
  border-left: 1px solid white;
  list-style: none;
  padding: 20px 30px;
}
.introduction-week .statistique ul li .number {
  display: block;
  font-size: 8rem;
  font-weight: bold;
  line-height: 8rem;
}
.introduction-week .statistique ul li .label {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media screen and (max-width: 999px) {
  .introduction-week h2 {
    text-align: center;
  }
  .introduction-week .flex {
    flex-wrap: wrap;
  }
  .introduction-week .content {
    width: 100%;
    column-count: 1;
  }
  .introduction-week .content-newsletter {
    margin-top: 30px;
    width: 100%;
  }
  .introduction-week .statistique {
    padding: 40px 0 80px;
    width: 100%;
  }
  .introduction-week .statistique ul {
    justify-content: center;
    width: 100%;
  }
  .introduction-week .statistique ul li:first-child {
    border-left: 0 none;
  }
  .introduction-week .statistique ul li {
    text-align: center;
  }
}

.preparation, .beforeDate, .txt, figure {
  padding: 80px 0;
}

.topDate {
  justify-content: space-between;
}
.topDate figure {
  background: url("../img/graphic/shifting-economy-week-conference.jpg") no-repeat center center;
  background-size: cover;
  min-width: 40%;
}
.topDate .txt {
  padding: 120px 0;
  padding-left: calc((100% /2) - (1330px / 2));
  padding-right: 80px;
  width: calc((100% /2) - ((100% /2) - (1330px / 2)) - (40px));
}
.topDate .txt h2 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 9rem;
  text-transform: uppercase;
}
.topDate .txt h2:after {
  display: none;
}
.topDate .txt p {
  font-size: 3rem;
  line-height: 4rem;
}
@media screen and (max-width: calc((40px * 2) + 1330px)) {
  .topDate .txt {
    padding-left: 80px;
    width: calc(60% - (40px * 4));
  }
}
@media screen and (max-width: 999px) {
  .topDate {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .topDate figure {
    min-height: 300px;
    min-width: inherit;
    width: 100%;
  }
  .topDate .txt {
    width: calc(100% - (40px * 4));
  }
}

.preparation {
  background: white;
  color: #2A8553;
}
@media screen and (max-width: 999px) {
  .preparation {
    padding: 80px;
  }
  .preparation .site {
    margin: 0;
    width: 100%;
  }
}
.preparation h3, .preparation p {
  margin: 0;
}
.preparation h3 {
  color: #2A8553;
}
.preparation p {
  max-width: 70%;
}
@media screen and (max-width: 999px) {
  .preparation p {
    max-width: 100%;
  }
}
.preparation a.btn.reverse {
  background-color: #2A8553;
  color: white;
}
.preparation a.btn.reverse:hover {
  background-color: white;
  color: #2A8553;
}

.beforeDate {
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .beforeDate {
    padding: 80px;
  }
}

header {
  padding-bottom: 40px;
}
@media screen and (max-width: 999px) {
  header {
    padding-bottom: 1px;
  }
}
header a, header button {
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 999px) {
  header nav {
    float: inherit;
    text-align: center;
  }
}
header .mainNav .menu {
  margin: 0;
}
header .mainNav .menu li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
header .mainNav .menu li a, header .mainNav .menu li button {
  background: none;
  border: 0 none;
  border-bottom: 3px solid transparent;
  color: #013869;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 20px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
header .mainNav .menu li a:hover, header .mainNav .menu li button:hover {
  border-bottom-color: #013869;
  color: #DB1945;
  cursor: pointer;
}
header .mainNav .menu li button {
  padding-bottom: calc((10px * 2) + 2px);
}
header .mainNav .menu li button:focus {
  outline: none;
}
header .mainNav .menu li ul {
  background: white no-repeat 3em top;
  background-size: auto 0.5em;
  display: none;
  left: -1em;
  margin: 0;
  padding-top: 0.5em;
  position: absolute;
  top: 60px;
  width: 350px;
  z-index: 105;
}
header .mainNav .menu li ul li {
  border-bottom: 1px solid #013869;
  text-align: left;
  width: 100%;
}
header .mainNav .menu li ul li a, header .mainNav .menu li ul li button {
  border-bottom: 3px solid white;
  color: #013869;
  display: block;
  font-weight: 300;
  padding: 0.75em 1.5em;
  text-transform: inherit;
}
header .mainNav .menu li ul li a:hover, header .mainNav .menu li ul li button:hover {
  border-bottom-color: #013869;
  color: #DB1945;
}
@media screen and (max-width: 999px) {
  header .mainNav .menu li ul {
    display: block;
    position: relative;
    top: 0;
  }
}
header .mainNav .menu li.red, header .mainNav .menu li.blue, header .mainNav .menu li.purple, header .mainNav .menu li.green, header .mainNav .menu li.menthe {
  background: white;
}
header .mainNav .menu li.current_page_item a, header .mainNav .menu li.current_page_item button, header .mainNav .menu li.current-menu-item a, header .mainNav .menu li.current-menu-item button {
  border-bottom-color: #DB1945;
  color: #013869;
  font-weight: bold;
}
header .mainNav .menu li.current_page_item a:hover, header .mainNav .menu li.current_page_item button:hover, header .mainNav .menu li.current-menu-item a:hover, header .mainNav .menu li.current-menu-item button:hover {
  color: #013869;
  cursor: pointer;
}
header .mainNav .menu li.current_page_item.red a, header .mainNav .menu li.current-menu-item.red a {
  border-bottom-color: #DB1945;
}
header .mainNav .menu li.current_page_item.blue a, header .mainNav .menu li.current-menu-item.blue a {
  border-bottom-color: #2379BA;
}
header .mainNav .menu li.current_page_item.purple a, header .mainNav .menu li.current-menu-item.purple a {
  border-bottom-color: #7F559A;
}
header .mainNav .menu li.current_page_item.green a, header .mainNav .menu li.current-menu-item.green a {
  border-bottom-color: #2A8553;
}
header .mainNav .menu li.current_page_item.menthe a, header .mainNav .menu li.current-menu-item.menthe a {
  border-bottom-color: #1B8283;
}
header .mainNav .menu li.current-menu-parent button, header .mainNav .menu li.current-menu-item button {
  border-top: 3px solid #62BA95;
  color: #013869;
}
header .mainNav .menu li.current-menu-parent button:hover, header .mainNav .menu li.current-menu-item button:hover {
  background: inherit;
  color: #62BA95;
  cursor: pointer;
}

.orateurWeek {
  background: rgba(149, 149, 155, 0.2);
  padding: 40px 0;
  padding-bottom: 80px;
  text-align: center;
}
.orateurWeek h2 {
  color: #013869;
  padding-bottom: 0;
  text-transform: uppercase;
}
.orateurWeek h2:after {
  display: none;
}
.orateurWeek .speaker {
  background: #013869 url("../img/graphic/white.jpg") no-repeat center 150px;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  margin: 10px;
  min-height: 400px;
  position: relative;
  text-decoration: none;
}
.orateurWeek .speaker figure {
  height: 200px;
  margin: 20px auto 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 200px;
}
.orateurWeek .speaker figure img {
  height: 200px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.orateurWeek .speaker h3 {
  color: #013869;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.orateurWeek .speaker h4 {
  font-size: 1.6rem;
  font-weight: 300;
}
.orateurWeek .speaker:nth-child(even) {
  background-color: #2379BA;
}
.orateurWeek .links {
  bottom: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: calc(100% - 20px);
}

.organized {
  background: #1B8283;
  color: white;
  margin-left: 0 !important;
}
.organized p {
  font-size: 2.4rem !important;
}
.organized ul {
  align-items: center;
  list-style-type: none;
  margin: 0;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .organized ul {
    justify-content: center;
  }
}
.organized ul li {
  display: inline-block;
  margin: 10px 20px 0 0;
}
.organized ul li:before {
  display: none;
  padding-left: 0;
}
.organized ul img {
  width: 190px;
}
.organized ul img.wonder {
  width: auto;
  height: 110px;
}

.programmeWeek {
  background: rgba(149, 149, 155, 0.2);
  padding-top: 1px;
  padding-bottom: 40px;
}
.programmeWeek.white {
  background: white;
  border-top: 1px dashed #2A8553;
}
.programmeWeek h2 {
  color: #2A8553;
  margin-top: 40px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.programmeWeek h2:after {
  display: none;
}
.programmeWeek .smallContent {
  margin: 0 auto;
  width: 86%;
}
@media screen and (max-width: 999px) {
  .programmeWeek .smallContent {
    width: 100%;
  }
}
.programmeWeek .filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: white;
  margin: 20px 0;
  max-width: 750px;
}
.programmeWeek .filters span {
  background: #013869;
  color: white;
  font-weight: bold;
}
.programmeWeek .filters span, .programmeWeek .filters select {
  padding: 30px 40px;
}
.programmeWeek .filters select {
  border: 0 none;
  width: 250px;
}
.programmeWeek .filters select + select {
  border-left: 1px solid #eee;
}
@media screen and (max-width: 880px) {
  .programmeWeek .filters {
    flex-wrap: wrap;
  }
  .programmeWeek .filters span, .programmeWeek .filters select {
    padding: 30px 40px;
    width: calc(100% - 80px);
  }
}

.eventProgram {
  background: white;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  display: none;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.eventProgram.active-day.active-cat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 880px) {
  .eventProgram.active-day.active-cat {
    flex-wrap: wrap;
  }
}
.eventProgram h2 {
  color: #013869;
}
.eventProgram .date, .eventProgram .dateClosing {
  width: 220px;
}
@media screen and (max-width: 880px) {
  .eventProgram .date, .eventProgram .dateClosing {
    width: 100%;
  }
}
.eventProgram .dateClosing {
  background: rgba(234, 234, 235, 0.7);
  color: #013869;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}
.eventProgram .date {
  background: #2379BA url("../img/graphic/calendar.svg") no-repeat center 20px;
  background-size: 100px auto;
  padding-bottom: 50px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.eventProgram .date .day, .eventProgram .date .month-year {
  color: white;
  display: block;
  text-align: center;
}
.eventProgram .date .day {
  font-size: 8rem;
  font-weight: bold;
  line-height: 8rem;
  padding-top: 30px;
}
.eventProgram .date .month-year {
  text-transform: uppercase;
}
.eventProgram .date .hours {
  background: white;
  bottom: 0;
  color: #013869;
  font-size: 2rem;
  font-weight: bold;
  left: 0;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: calc(100% - 1px);
}
@media screen and (max-width: 880px) {
  .eventProgram .date .hours {
    width: 100%;
  }
}
.eventProgram .description {
  padding: 30px 40px 80px;
  position: relative;
  width: calc(100% - 220px - 80px);
}
@media screen and (max-width: 880px) {
  .eventProgram .description {
    border-top: 1px solid #013869;
    width: calc(100% - 80px);
  }
}
.eventProgram .description .lang {
  background: #013869;
  color: white;
  font-size: 1.4rem;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.eventProgram .description hgroup .type, .eventProgram .description hgroup .cat, .eventProgram .description hgroup .organisation {
  font-size: 1.4rem;
  padding-right: 10px;
  text-transform: uppercase;
}
.eventProgram .description hgroup .cat {
  color: #2A8553;
}
.eventProgram .description hgroup span + span {
  border-left: 1px solid #013869;
  padding-left: 10px;
}
.eventProgram .description hgroup .type {
  font-weight: bold;
}
.eventProgram .description hgroup h2 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0;
  padding-bottom: 0;
}
.eventProgram .description hgroup h2:after {
  display: none;
}
.eventProgram .description .btn {
  background: #DB1945 url("../img/graphic/bullet.svg") no-repeat 30px center;
  background-size: auto 12px;
  bottom: 0;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  padding: 10px 40px;
  padding-left: 45px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.eventProgram .description .localisation {
  background: url("../img/graphic/localisation.svg") no-repeat left center;
  background-size: 30px 31px;
  border-top: 1px dashed #2379BA;
  bottom: 0;
  color: #2379BA;
  font-size: 1.4rem;
  left: 40px;
  position: absolute;
  padding: 8px 0;
  padding-left: 40px;
  width: calc(100% - 40px - 202px - 40px);
}
@media screen and (max-width: 1100px) {
  .eventProgram .description .localisation {
    bottom: inherit;
    left: inherit;
    margin-top: 20px;
    position: relative;
    width: calc(100% - 40px - 40px);
  }
}
.eventProgram .description p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 10px 0;
}

a.eventProgram:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  color: #013869;
}
a.eventProgram:hover .date {
  background-color: #013869;
}
a.eventProgram:hover .description .btn {
  background-color: #013869;
}

.weekEvent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .weekEvent {
    flex-wrap: wrap;
  }
}
.weekEvent .content {
  margin-right: 40px;
  width: calc(100% - 400px - 40px);
}
.weekEvent .content .infosSpecial {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .weekEvent .content {
    margin-right: 0;
    width: 100%;
  }
}
.weekEvent .content .lang {
  background: #2379BA;
  color: white;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.weekEvent .content hgroup {
  margin-bottom: 40px;
}
.weekEvent .content hgroup .type, .weekEvent .content hgroup .cat, .weekEvent .content hgroup .organisation {
  font-size: 1.4rem;
  padding-right: 10px;
  text-transform: uppercase;
}
.weekEvent .content hgroup .cat {
  color: #2A8553;
}
.weekEvent .content hgroup span + span {
  border-left: 1px solid #013869;
  padding-left: 10px;
}
.weekEvent .content hgroup .type {
  font-weight: bold;
}
.weekEvent .content hgroup h2 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin: 0;
  padding-bottom: 0;
}
.weekEvent .content hgroup h2:after {
  display: none;
}
.weekEvent .content .warning {
  color: #DB1945;
}
.weekEvent .content .btn {
  background: #DB1945 url("../img/graphic/bullet.svg") no-repeat 30px center;
  background-size: auto 12px;
  color: white;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-top: 40px;
  padding: 10px 40px;
  padding-left: 45px;
  text-transform: uppercase;
  text-decoration: none;
}
.weekEvent .content .btn:hover {
  background-color: #2379BA;
}
.weekEvent .infosEvent {
  text-align: center;
  width: 400px;
}
@media screen and (max-width: 999px) {
  .weekEvent .infosEvent {
    width: 100%;
  }
}
.weekEvent .infosEvent .blueBkgd, .weekEvent .infosEvent .organisateur {
  background: #013869;
  padding: 0 20px 40px;
}
.weekEvent .infosEvent .organisateur {
  background: #2A8553;
  color: white;
  padding-top: 40px;
  margin-top: 20px;
}
.weekEvent .infosEvent .organisateur p {
  margin-top: 15px;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
.weekEvent .infosEvent .organisateur p:before {
  background: white;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.weekEvent .infosEvent .organisateur p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.weekEvent .infosEvent .organisateur p:first-child:before {
  display: none;
}
.weekEvent .infosEvent .organisateur p a {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-decoration: none;
}
.weekEvent .infosEvent .organisateur p a:hover {
  text-decoration: underline;
}
.weekEvent .infosEvent .organisateur .btn {
  background: #2A8553;
  background-size: auto 12px;
  border: 3px solid white;
  color: white;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
}
.weekEvent .infosEvent .organisateur .btn:hover {
  background-color: #2379BA;
}
.weekEvent .infosEvent .date {
  background: url("../img/graphic/calendar.svg") no-repeat center 20px;
  background-size: 100px auto;
  padding-bottom: 50px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.weekEvent .infosEvent .date .day, .weekEvent .infosEvent .date .month-year {
  color: white;
  display: block;
  text-align: center;
}
.weekEvent .infosEvent .date .day {
  font-size: 8rem;
  font-weight: bold;
  line-height: 8rem;
  padding-top: 30px;
}
.weekEvent .infosEvent .date .month-year {
  text-transform: uppercase;
}
.weekEvent .infosEvent .hours, .weekEvent .infosEvent .localisation {
  background: no-repeat left 10px;
  background-size: auto 30px;
  border-top: 1px dashed #5DC4EA;
  color: #5DC4EA;
  display: block;
  font-size: 2rem;
  margin: 0 20px;
  padding: 10px 40px;
  text-align: left;
}
.weekEvent .infosEvent .hours {
  background-image: url("../img/graphic/hour.svg");
}
.weekEvent .infosEvent .localisation {
  background-image: url("../img/graphic/localisation-blue.svg");
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider .slick-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0 none;
  background: #013869 no-repeat center center;
  background-size: 40% auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 30px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .slick-arrow:hover {
  cursor: pointer;
}
.slider .slick-arrow.slick-prev {
  background-image: url("../img/graphic/prev.svg");
  display: block;
  left: -30px;
}
.slider .slick-arrow.slick-next {
  background-image: url("../img/graphic/next.svg");
  display: block;
  right: -30px;
}
.slider .slick-arrow:hover {
  background-color: #2379BA;
}
.slider .slick-dots {
  margin: 0;
  text-align: center;
}
.slider .slick-dots li {
  display: inline;
  list-style: none;
  margin: 5px;
}
.slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0 none;
  background: #013869;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 15px;
  text-indent: -9999px;
  width: 15px;
}
.slider .slick-dots li button:hover {
  cursor: pointer;
}
.slider .slick-dots li.slick-active button {
  background-color: #2379BA;
}
.slider .slick-dots li.slick-active button:hover {
  cursor: default;
}

.thematicPage {
  margin-top: 20px;
  padding-top: 40px !important;
}

h3.thematicH3 {
  color: #013869;
}

.week-hp-blocks {
  background: #f5f5f5;
  background-size: 100% 100%;
}

.week-hp-block {
  position: relative;
}
.week-hp-block .bkgd {
  background: transparent no-repeat;
  background-size: 53% 100%;
  padding: 120px 0;
}
.week-hp-block .content {
  background: white;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 180px 100px 80px;
  position: relative;
  width: calc(((100% / 12) * 9) - 240px);
}
.week-hp-block p {
  color: black;
}
.week-hp-block h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.5rem;
  padding-bottom: 0;
  text-transform: uppercase;
}
.week-hp-block h2:after {
  display: none;
}
.week-hp-block h2 strong {
  display: block;
  font-size: 5rem;
}
.week-hp-block .figure {
  background: #eee no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  height: 260px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 260px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.week-hp-block .btn {
  background: url("../img/graphic/bullet.svg") no-repeat 30px center;
  background-size: auto 12px;
  border-radius: 0;
  border: 0 none;
  bottom: 0;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  padding: 10px 40px;
  padding-left: 45px;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
}
.week-hp-block .btn:hover {
  background-position: left center;
}
.week-hp-block.blue, .week-hp-block.green, .week-hp-block.red {
  background-color: transparent;
}
.week-hp-block.blue .bkgd {
  background-image: url("../img/graphic/blueBkgd.png");
}
.week-hp-block.blue h2 {
  color: #013869;
}
.week-hp-block.blue .btn {
  background-color: #013869;
}
.week-hp-block.green .bkgd {
  background-image: url("../img/graphic/greenBkgd.png");
}
.week-hp-block.green h2 {
  color: #2A8553;
}
.week-hp-block.green .btn {
  background-color: #2A8553;
}
.week-hp-block.red .bkgd {
  background-image: url("../img/graphic/redBkgd.png");
}
.week-hp-block.red h2 {
  color: #DB1945;
}
.week-hp-block.red .btn {
  background-color: #DB1945;
}

.week-hp-block:nth-child(even) {
  z-index: 1;
}
.week-hp-block:nth-child(even) .bkgd {
  background-position: right center;
}
.week-hp-block:nth-child(even) .figure {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.week-hp-block:nth-child(even) .btn {
  left: 0;
}

.week-hp-block:nth-child(odd) .bkgd {
  background-position: left center;
}
.week-hp-block:nth-child(odd) .content {
  margin-left: calc((100% / 12) * 3);
  padding-left: 180px;
  padding-right: 80px;
}
.week-hp-block:nth-child(odd) ul {
  margin-left: 0;
}
.week-hp-block:nth-child(odd) ul li {
  list-style: none;
}
.week-hp-block:nth-child(odd) ul li strong {
  color: #013869;
}
.week-hp-block:nth-child(odd) ul li:before {
  content: "+";
  color: #013869;
  font-weight: bold;
  margin-right: 1rem;
}
.week-hp-block:nth-child(odd) .figure {
  left: 0;
}
.week-hp-block:nth-child(odd) .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  bottom: 0;
  column-gap: 10px;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
}
.week-hp-block:nth-child(odd) .btn {
  position: absolute;
  right: 0;
}

.week-hp-block + .week-hp-block {
  margin-top: -40px;
}

@media screen and (max-width: 880px) {
  .week-hp-block:nth-child(odd) .content, .week-hp-block:nth-child(even) .content {
    margin: 0;
    padding: 50px;
    padding-bottom: 80px;
    width: calc(100% - 100px);
  }
  .week-hp-block:nth-child(odd) .figure, .week-hp-block:nth-child(even) .figure {
    display: none;
  }
}
