/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url("https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  --font-title: "Arsenal", sans-serif;
  --font-default: "Ubuntu", sans-serif;
  --font-size: 1.2rem;
  --default-grav-color: #636363;
  --primary-texte-color: #4d4d4d;
  --bold-texte-color: #333333;
  --active-color: #3bb1e1;
  --second-active-color: #1ba4dc;
}
body {
  font-family: var(--font-default) !important;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 2;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: var(--font-title) !important;
  font-weight: 600;
  color: var(--bold-texte-color) !important;
}
body strong {
  color: var(--bold-texte-color) !important;
}
body section, body footer {
  border: none !important;
  background: none !important;
}
#countdown {
  border: 2px solid var(--primary-texte-color);
  border-radius: 8px;
  margin-left: 10%;
  flex: 0 80%;
  width: 80%;
  padding: 0 3rem;
}
#countdown .gp_heading {
  margin-bottom: 0.5rem;
}
#countdown .gp_heading div {
  color: var(--default-grav-color) !important;
}
#countdown .gp_countdown_block li span:nth-child(1) {
  color: var(--active-color);
}
#countdown .gp_countdown_block li span:nth-child(2) {
  margin-top: 0;
  color: var(--bold-texte-color);
}
#countdown .gp_footer {
  color: var(--default-grav-color) !important;
  font-size: var(--font-size);
}
section#g-navigation {
  background: none;
}
section#g-navigation div.g-grid > div.g-block {
  display: flex;
  align-items: center;
}
section#g-navigation div.g-grid > div.g-block nav {
  padding-top: 0.25rem;
}
section#g-navigation div.g-grid > div.g-block nav ul li {
  border: 2px solid white;
  margin-left: 0.25rem;
}
section#g-navigation div.g-grid > div.g-block nav ul li a {
  padding: 0.28rem 0.5rem !important;
}
section#g-navigation div.g-grid > div.g-block nav ul li a span.g-menu-item-title {
  color: var(--primary-texte-color);
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.35rem;
}
section#g-navigation div.g-grid > div.g-block nav ul li:hover {
  background: none !important;
  border: 2px solid var(--primary-texte-color);
  border-radius: 8px;
}
section#g-subfeature {
  background: none;
}
section#g-subfeature [class^="gp_content"] div.g-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
section#g-subfeature [class^="gp_content"] div.g-grid .g-block {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
section#g-subfeature [class^="gp_content"] div.g-grid .g-block .gp_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 1.5rem;
  border: 2px solid var(--primary-texte-color);
  border-radius: 8px;
}
section#g-subfeature [class^="gp_content"] div.g-grid .g-block .gp_content h3 {
  order: 1 !important;
  line-height: 1.35;
  text-align: center;
}
section#g-subfeature [class^="gp_content"] div.g-grid .g-block .gp_content div:not(.gp_subtitle) {
  order: 2 !important;
  text-align: center;
  line-height: 1.35;
}
section#g-subfeature [class^="gp_content"] div.g-grid .g-block .gp_content div.gp_subtitle {
  order: 3 !important;
  margin-top: 1.5rem;
  color: var(--active-color);
  text-align: center;
}
section#g-subfeature [class^="gp_content"] div.g-grid .g-block .gp_content div.gp_subtitle strong {
  color: var(--second-active-color) !important;
}
:root {
  --sub-feature-width: 35%;
  --sub-feature-space: 2%;
}
section#g-feature #ecosysteme [id^="gp_iconblock7"] > .g-grid {
  align-items: flex-start;
}
section#g-feature #ecosysteme [id^="gp_iconblock7"] > .g-grid > div.g-block:nth-child(1) {
  /*border: 1px solid red;/**/
  flex: 0 var(--sub-feature-width);
  width: var(--sub-feature-width);
}
section#g-feature #ecosysteme [id^="gp_iconblock7"] > .g-grid > div.g-block:nth-child(2) {
  flex: 0 var(--sub-feature-space);
  width: var(--sub-feature-space);
}
section#g-feature #ecosysteme [id^="gp_iconblock7"] > .g-grid > div.g-block:nth-child(3) {
  flex: 0 calc(100% - var(--sub-feature-space) - var(--sub-feature-width));
  width: calc(100% - var(--sub-feature-space) - var(--sub-feature-width));
}
section#g-feature #ecosysteme [id^="gp_iconblock7"] > .g-grid > div.g-block:nth-child(3) .gp_list > .g-grid > .g-block {
  /*border: 1px solid green;/**/
}
section#g-feature #ecosysteme [id^="gp_iconblock7"] > .g-grid > div.g-block:nth-child(3) .gp_list > .g-grid > .g-block .g-grid > .g-block:nth-child(1) {
  display: none !important;
}
section#g-feature #ecosysteme [id^="gp_iconblock7"] > .g-grid > div.g-block:nth-child(3) .gp_list > .g-grid > .g-block .g-grid > .g-block:nth-child(2) {
  flex: 0 100%;
  width: 100%;
}
section#g-feature #ecosysteme [id^="gp_iconblock7"] > .g-grid > div.g-block:nth-child(3) .gp_list > .g-grid > .g-block .g-grid > .g-block:nth-child(2) .gp_title {
  font-family: var(--font-title);
  font-size: 1.5rem;
  margin: 0;
}
#entries {
  margin-bottom: 5rem;
}
footer#g-footer {
  margin-top: 3rem;
}
footer#g-footer div#newsletter h3 {
  text-align: center;
}
footer#g-footer div#footer-menu div.g-grid div.g-block div.gp_content h3 {
  font-size: 1.5rem;
}
footer#g-footer div#footer-menu div.g-grid div.g-block div.gp_content ul li {
  line-height: 1.25 !important;
  margin-bottom: 0.9rem;
}
.gp_bottom1 .gp_bottom_top {
  margin: 0 -12px;
}
.gp_bottom1 .gp_bottom_top .gp_content {
  margin: 0 12px;
}
.gp_bottom1 .gp_content > h3 {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
}
.gp_bottom1 ul {
  margin: 0;
  padding: 0;
}
.gp_bottom1 ul li {
  list-style: none;
  line-height: 1.8;
}
.gp_bottom1 ul li a {
  color: #666666;
}
.gp_bottom1 ul li a:hover {
  text-decoration: underline;
}
.gp_bottom1 .gp_content_bottom > ul li {
  display: inline-block;
  margin-right: 0.4375rem;
  font-size: 95%;
}
.gp_bottom1 .gp_content_bottom > ul li.gp_copyright {
  margin-right: 1rem;
  font-size: 100%;
}
.gp_bottom1 .gp_social {
  text-align: right;
}
.gp_bottom1 .gp_social a {
  margin-left: 0.4375rem;
  font-size: 1.5625rem;
  color: #666666;
}
.gp_bottom1 .gp_social a:hover {
  color: #439a86;
}
.gp_bottom1 .gp_divider {
  margin: 2rem 0;
  line-height: 1;
  height: 0;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gp_content2 {
  position: relative;
}
.gp_content2 .gp_heading {
  margin-bottom: 60px;
  text-align: center;
}
.gp_content2 > .g-grid {
  margin: 0 -15px;
}
.gp_content2 > .g-grid.gp_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_content2 .gp_content {
  position: relative;
  margin: 0 15px;
}
.gp_content2 .gp_buttons {
  margin-top: 1rem;
}
.gp_content2 .gp_buttons a {
  margin-bottom: 10px;
}
.gp_content2 .gp_subtitle {
  font-weight: bold;
}
.gp_content2 .gp_subtitle a {
  pointer-events: none;
}
@media only all and (max-width: 47.99rem) {
  .gp_content2 .gp_text_right {
    padding-top: 1rem;
  }
  .gp_content2 .gp_text_left {
    padding-bottom: 1rem;
  }
}
.gp_content4 {
  position: relative;
}
.gp_content4.has_bgimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gp_content4 .gp_heading {
  position: relative;
  margin-bottom: 60px;
}
.gp_content4 > .g-grid {
  margin: 0 -15px;
}
.gp_content4 .gp_content {
  position: relative;
  padding: 15px;
}
.gp_content4 .gp_content > h3 {
  margin-top: 0;
}
.gp_content4 .gp_subtitle {
  display: inline-block;
  padding: 3px 7px;
  line-height: 1;
  letter-spacing: 1px;
}
.gp_content4 .gp_buttons {
  position: relative;
  margin-top: 40px;
}
.gp_content4 .gp_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gp_countdown .gp_heading {
  margin-bottom: 40px;
}
.gp_countdown .gp_footer {
  margin-top: 20px;
  font-size: 13px;
}
.gp_countdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gp_countdown ul li {
  display: inline-block;
}
.gp_countdown ul li .gp_number {
  font-weight: bold;
}
.gp_countdown ul li:not(:last-child) {
  margin-right: 30px;
}
.gp_countdown ul li.gp_end_msg {
  display: none;
  font-size: 24px;
  font-weight: bold;
}
.gp_countdown ul.gp_label_bottom li span {
  display: block;
}
.gp_countdown ul.gp_label_bottom li .gp_label {
  margin-top: 20px;
}
.gp_countdown ul.gp_label_right li .gp_label {
  margin-left: 7px;
}
.gp_events1 .gp_heading {
  margin-bottom: 40px;
}
.gp_events1 .gp_item {
  padding: 33px 26px;
  border: 1px solid #666666;
}
@media only all and (min-width: 48rem) {
  .gp_events1 .gp_item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.gp_events1 .gp_item:not(:last-child) {
  border-bottom: 0;
}
.gp_events1 .gp_item > div {
  display: inline-block;
}
.gp_events1 .gp_item > div.gp_date {
  text-align: center;
}
@media only all and (min-width: 48rem) {
  .gp_events1 .gp_item > div.gp_date {
    padding-left: 10px;
    padding-right: 44px;
  }
}
@media only all and (min-width: 48rem) {
  .gp_events1 .gp_item > div.gp_date > span {
    display: block;
  }
}
.gp_events1 .gp_item > div.gp_date > span.gp_day {
  font-weight: 800;
  font-size: 43px;
  line-height: 1;
}
.gp_events1 .gp_item > div.gp_date > span.gp_month {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.gp_events1 .gp_item .gp_info > h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 7px;
}
.gp_events1 .gp_item .gp_infos > span {
  margin-right: 11px;
}
.gp_events1 .gp_item .gp_infos > span:last-child {
  margin-right: 0;
}
.gp_events2 .gp_heading {
  margin-bottom: 50px;
}
.gp_events2 .gp_items {
  margin: 0 -14px;
}
.gp_events2 .gp_item {
  margin: 14px;
  position: relative;
}
.gp_events2 .gp_img {
  position: relative;
  overflow: hidden;
}
.gp_events2 .gp_img:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 1;
}
.gp_events2 .gp_img > h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  margin: 0;
  color: #ffffff !important;
  z-index: 1;
}
.gp_events2 .gp_content {
  padding: 25px;
  color: #ffffff;
}
.gp_events2 .gp_content .gp_desc {
  margin-bottom: 15px;
  font-size: 18px;
}
.gp_events2 .gp_content .gp_date {
  margin-bottom: 7px;
}
.gp_events2 .gp_content i {
  width: 16px;
  margin-right: 4px;
  text-align: center;
}
.gp_events2 .gp_content .gp_url {
  margin-top: 20px;
}
.gp_events2 .gp_content .gp_url a {
  display: inline-block;
  padding: 6px 14px;
  background: #ffffff;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}
.gp_events2 .gp_content .gp_url a:hover {
  opacity: 0.85;
}
@media only all and (max-width: 47.99rem) {
  .gp_iconblock7 {
    text-align: center !important;
  }
  .gp_iconblock7 .gp_heading {
    text-align: center !important;
    margin-bottom: 30px;
  }
  .gp_iconblock7 .gp_content {
    padding: 20px 0 !important;
  }
}
.gp_iconblock7 .g-grid.gp_aligncenter {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_iconblock7 .gp_heading_btn {
  margin-top: 36px;
}
.gp_iconblock7 .gp_content {
  padding: 20px 0 20px 20px;
}
.gp_iconblock7 .gp_right {
  margin-bottom: 15px;
}
.gp_iconblock7 .gp_right.has_iconborder {
  padding-left: 7px;
}
.gp_iconblock7 .gp_icon {
  font-size: 2rem;
  margin-bottom: 15px;
}
.gp_iconblock7 .gp_icon.has_iconborder {
  font-size: 1.5rem;
  border-radius: 50%;
  outline: 0;
  width: 56px;
  height: 56px;
  line-height: 50px;
  text-align: center;
}
.gp_iconblock7 .gp_title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.gp_iconblock7 .gp_title.has_iconborder {
  margin-bottom: 7px;
}
/*# sourceMappingURL=custom_home_2.css.map */