/* your styles go here */
header h2 {
    color: #fbab21;
    font-weight: 700;
    font-size: 25px;
}

img.rotate-to-top {
    transform: rotate(-5deg);
    width: 75%;
}

.text-blue {
	color: #154f82;
}

.btnContact {
    background-color: rgb(96, 193, 0);
    position: relative;
    padding: 10px 60px 10px 20px;
    border: none !important;
    display: block;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    letter-spacing: .2px;
    border-radius: 3px;
    box-shadow: 0 1px rgba(0,0,0,0.1);
    line-height: normal;
    transition: all .3s;
    max-width: 100%;
    overflow: hidden;
}


.btnContact:after {
    font-size: 19px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 auto;
    color: #fff;
    padding: 12px;
    font-family: fontawesome;
    transition: all .3s;
    content: '\F054';
}

.subpage-title {
    background: #f7f7f7;
    padding: 20px 0 20px 20px;
    margin-bottom: 15px;
}

.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
    margin: 0 !important;
}

.tnp-subscription div.tnp-field {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-field-firstname:before {
    position: absolute;
    transform: translate(0,-50%);
    left: 0px;
    top: 50%;
    font-family: "fontawesome";
    content: "\f007";
    background-color: #ddd;
    padding: 7px;
    font-size: 15px;
}

.tnp-field-email:before {
    position: absolute;
    transform: translate(0,-50%);
    left: 0px;
    top: 50%;
    font-family: "fontawesome";
    content: "\f0e0";
    background-color: #ddd;
    padding: 7px;
    font-size: 15px;
}

.tnp-subscription div.tnp-field input[type="text"], .tnp-subscription div.tnp-field input[type="email"] {
    font-size: 13px !important;
    max-width: 205px;
    padding-left: 45px;
}
.tnp-subscription div.tnp-field input {
    height: 40px !important;
}
.tnp-subscription input[type=text], 
.tnp-subscription input[type=email], 
.tnp-subscription input[type=submit], 
.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}
.tnp-subscription div.tnp-field input[type="submit"] {
    border-radius: 0px;
    min-height: 40px;
    line-height: 40px;
    background: #ffb536 !important;
    border: 1px solid #ffb536;
    padding: 0 15px !important;
}

.read-more .btn {
    color: #FFF !important;
    font-weight: bold;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .box {
      padding: 15px 0 !important;
    }
    .read-more {
        text-align: center;
    }
    .custom-nav ul.li-two-cols {
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
}
}

@media only screen and (min-width:769px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
  }
  .site-section {
    padding: 5em 0;
  }

}

@media only screen and (max-width: 480px) {
  .unit-1 .unit-1-text {
    min-height: 45px !important;
  }/*
  #main-form {
    padding : 15px !important;
  }*/
  .opportunity ul li p, .opportunity ul li ul {
    display: block !important;
  }

.fr-flag-bg::before {
  background-size: contain !important;
}
  #main-form h5 {
    line-height: 23px !important;
  }
  #main-form h5 span {
    font-size: 0.9rem !important;
  }
  .site-section {
    margin-top: 6rem;
  }
  .slider-text {
    margin-top: -330px;
  }
  .slider-text h1 {
    font-size: 1.4rem !important;
  }
  .slider-text p {
    font-size: 1.6rem !important;
    line-height: 2.2 !important;
  }
  .slider-text h2 {
    font-size: 2.2rem !important;
    line-height: 1.1 !important;
  }
  .main-homepage #footer {
    padding-bottom: 9rem !important;
  }
  ul.pagination {
    margin: 0 !important;
  }


  ul.pagination .prev-link, ul.pagination .next-link{
    font-size: 0px;
    }
    ul.pagination .prev-link:after, ul.pagination .next-link:after{
      color: #4fbfa8;
font-size: 15px;
      }
    ul.pagination .prev-link:after {
      content: "<";
  }

  ul.pagination .next-link:after {
    content: ">";
  }
  .ccc-left-box {
    overflow: auto;
    height: 205px;
    padding: 0 5px 0 0;
    background-color: transparent !important;
    border-radius: 0 !important;
  }
}
.social-icon .fa { text-align: center; display: table-cell; vertical-align: middle; width: 30px; height: 30px !important; line-height: 2; font-size: 14px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; color: #fff; background: none; }
.social-icon:hover .fa { opacity:.8} 
.social-icon .fa-facebook  { background-color: #3b5998; }

/* FAQ */
.faq-list > div {
    border-bottom: 0.07em solid #ededed;
    padding: 1.5em 0em;
} 

.faq-list > div:last-child {
    border: unset;
}

details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

summary {
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    transition: all 0.3s ease;
}

summary:hover {
    color: rgb(96, 193, 0);
}

details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 55px}
}

details[open] summary {
    color: rgb(96, 193, 0);
}

details[open] p {
    border-left: 2px solid rgb(96, 193, 0);
    margin-left: 55px;
    padding-left: 25px;
    opacity: 100;
    transition: all 3s ease;
}

details[open] summary:after {
    content: "-";
    font-size: 3.2em;
    margin: -33px 0.35em 0 0;
    font-weight: 200;
}
/*
.faq-body {
    width: 70em;
    margin: 4em auto;
    box-shadow: 0px 0px 16px #5b5b5b;
    border-radius: 0.2em;
    padding: 5em;
    background-color: #fff;
}
*/
.faq-list {
    /*width: 55em;*/
    margin: 1em auto;
    padding: 1em 0;
}

summary::-webkit-details-marker {
    display: none;
}

summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: rgb(96, 193, 0);
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: -0.3em 0.65em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
}

.btn-search {
    background-color: #02c0ce;
    border-color: #02c0ce;
    color: #fff!important;
}

.green-shadow {
    box-shadow: 0px 0px 12px 0px rgba(4,113,1,0.62);
-webkit-box-shadow: 0px 0px 12px 0px rgba(4,113,1,0.62);
-moz-box-shadow: 0px 0px 12px 0px rgba(4,113,1,0.62);
}
.text-black-shadow {
    text-shadow: 7px 0px 7px rgba(0,0,0,0.62);
-webkit-text-shadow: 7px 0px 7px rgba(0,0,0,0.62);
-moz-text-shadow: 7px 0px 7px rgba(0,0,0,0.62);
}
.green-framed-text {
    background-color: #047101;
    color: #FFF;
    font-size: 1rem;
}
.main-homepage .navbar-nav > .nav-item {
    border-left: none !important;
}
.main-homepage .navbar .navbar-nav > .nav-item > .nav-link {
    background: #FFF !important;
    color: #047101 !important;
    text-transform: uppercase;
    line-height: 35px !important;
    height: 35px !important;
}

.main-homepage .navbar .navbar-nav > .nav-item > .nav-link:hover {
    background: #79ba02 !important;
    color: #FFF !important;
}
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: center center; }
    .site-blocks-cover.overlay {
      position: relative; }
      .site-blocks-cover.overlay:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2); }
    .site-blocks-cover .player {
      position: absolute;
      bottom: -250px;
      width: 100%; }
    .site-blocks-cover, .site-blocks-cover .row {
      min-height: 386px;
      height: calc(60vh - 73px); }
    .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
      min-height: 386px;
      height: calc(30vh); }
    .slider-text h1 {
      font-size: 2.8rem;
      line-height: 1.5; }
      .slider-text h2 {
        font-size: 3.6rem;
        line-height: 1.5; }
      @media (max-width: 991.98px) {
        .slider-text h1 {
          font-size: 2rem; } }
   .slider-text p {
  font-size: 2.1rem;
  line-height: 0.5;
  letter-spacing: 0.4px;
}
    .site-blocks-cover .btn {
      border: 2px solid transparent; }
      .site-blocks-cover .btn:hover {
        color: #fff !important;
        background: none;
        border: 2px solid #fff; }
    .site-blocks-cover .intro-text {
      font-size: 16px;
      line-height: 1.5; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .display-1 {
        font-size: 3rem; } }
.slider-text {
  margin-top: -350px;
  z-index: 9;
  position: relative;
}
.overlap-section {
    margin-top: 35px;
    position: relative;
    z-index: 9; }
    .unit-1 {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: block; }
        .unit-1:hover {
            text-decoration: none;
        }
        /*
        .unit-1:after {
          content: "";
          z-index: 1;
          position: absolute;
          bottom: 0;
          top: 0;
          left: 0;
          right: 0;
          background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
          background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
          background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
          background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }*/
        .unit-1 img {
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .unit-1 img, .unit-1 .unit-1-text {
          -webkit-transition: .3s all ease-in-out;
          -o-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out; }
          .unit-1 .unit-1-text {
            z-index: 2;
            color: #fff;
            display: block;
            width: 100%;
            background: #FFF;
            min-height: 106px;
            border-bottom: 5px solid #047101;
          }
          .unit-1 .unit-1-text h3 {
            color: #047101 !important;
            width: 80%;
            margin: 0 auto;
          }
          .unit-1 .unit-1-text .unit-1-heading {
            font-size: 1.2rem;
            position: relative; }
        .unit-1:hover .unit-1-text {
          bottom: 30px; }
        .unit-1:hover img {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
  .slide-one-item {
    position: relative;
    z-index: 1;
  }
  .site-section {
    padding: 2.5em 0;
  }
  .main-homepage #all {
    margin-top: 8.438rem !important;
  }
  #funding {
    margin-bottom: 6.25rem !important;
  }
  

  #funding .step-number {
    background: #1EB100;
    border-radius: 6.25rem;
    -moz-border-radius: 6.25rem;
    -webkit-border-radius: 6.25rem;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 4.125rem;
    text-align: center;
    width: 4.875rem;
    height: 4.875rem;
    border: 5px solid #FFF;
  }
  #funding .step-number span {
    font-size: 3.125rem;
    font-weight: 900;
  }
  #funding .step-title {
    height: 50px;
  }

  #funding .step-text {
    font-size: 0.85rem !important;
  }
  .funder .funding-bottom-border {
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #1EB100;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #main-form .step-text {
    background-color: #004D81;
    display: inline-block;
    padding: 7px;
    color: #FFF;
    font-weight: 700;
    min-width: 145px;
    border-radius: 10px;
    border: 3px solid #FFF;
  }

  .step-fields label span {
    background: #FFF;
    padding: 5px 40px;
    color: #004D81;
    font-weight: 700;
    border-radius: 18px;
    border: 1px solid rgba(0,77,129, 0.3);
    font-size: 13px;
    margin-left: 15px;
  }

  #main-form .pretty .state label:before {
    border-radius: 5px;
    border: 1px solid rgba(0,77,129, 0.3) !important;
    font-size: 1.6em !important;
    top: calc((0% - (100% - 1em)) - 100%) !important;
  }
  #main-form .pretty.p-bigger label:after {
    font-size: 1.6em !important;
    top: calc((0% - (100% - 1em)) - 100%) !important;
    border: 1px solid rgba(0,77,129, 0.3) !important;
    border-radius: 5px;
  }

  #main-form .pretty.p-bigger .icon {
    font-size: 1.6em !important;
    top: calc((0% - (100% - 1em)) - 100%) !important;
  }

  #main-form .form-control {
    border: 1px solid rgba(0,77,129, 0.3) !important;
    padding: 0.375rem 1.65rem !important;
    height: calc(1.5em + .75rem + 10px) !important;
  }

  #main-form .accept_cgu label {
    display: inline-block;
    margin-left: 30px;
    margin-top: -22px;
    background-color: rgba(255,255,255, 0.9);
    padding: 8px;
    text-align: inherit;
    color: #004d81;
    font-style: italic;
  }

#main-form .accept_cgu label:before{
    margin-left: -23px;
}

#main-form .validation {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 5px;
    border: 1px solid #004D81 !important;
    background: #FFF;
    border-radius: 12px;
  }

#funding {
    background-color: #F9F7F4;
}

.grants {
  background-color: rgba(0,77,129, 0.1);
}

.image-block-inner {
  min-height: 515px;
}
.image-block-inner p {
  font-size: 0.875rem !important;
}
.image-block-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  width: 87%;
  border: 2px solid #047101;
  margin: 10px 0;
  font-weight: 700;
}
.image-block-bottom span.percent {
  float: right;
  background-color: #047101;
  color: #FFF;
  padding: 0 10px;
}

.eco {
  background-color: #004D81;
  color: #FFF;
  margin: 10px;
  padding: 5px;
  border: 3px solid #FFF;
  font-weight: 700;
}

.top-left{
  position: absolute;
  left:0;
  top:0;
}
.top-right{
  position: absolute;
  right:0;
  top:0;
}
.bottom-left{
  position: absolute;
  left:0;
  bottom:0;
}
.bottom-right{
  position: absolute;
  right:0;
  bottom:0;
}

.trophy img {
  filter: drop-shadow(0px 0px 30px rgba(4,113,1,0.92));
width: 135px;
}

ul.with-img li {
  list-style: none;
  padding: 10px 30px;
  background-image: url("../img/check-img.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}


.blue-border {
  border: 3px solid #004D81;
}

.fr-flag-bg {
  position: relative;
  height: 600;

  /* extra style to center the content */
  display: flex;
  align-items: center;
  justify-content: center;
}

.fr-flag-bg:before {
  content: "";
  background-image: url("../img/fr-flag.jpg");
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .1;
}

.reasons ul li, .opportunity ul.list-group > li{margin-bottom:0.938rem;}

.reasons .card-title {
  background-color: #FFF;
  display: inline-block;
  padding: 10px;
  font-weight: 700;
}

.small-flag img {
  width: 55px !important;
  margin-bottom: -33px;
  background-color: #FFF;
  padding: 3px;
}
.opportunity ul {
  list-style: none;
}
.opportunity ul li p, .opportunity ul li ul {
  display: flex;
  flex-direction: column;
}
.opportunity ul li img {
  float: left;
  margin-right: 15px;
  width: 115px;
  background-color: #FFF;
  padding: 20px;
}
.main-homepage #footer {
  background: #3B4653 none repeat center top;
  padding-top: 15px;
}

.main-homepage #footer ul{
  list-style: none;
}
.main-homepage #footer ul a {
  font-size: 14px !important;
  line-height: 30px !important;
}
.main-homepage #footer ul li:before {
  content: "\2022";
  color: #1EB100;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  font-size: 2rem;
  margin-right: 10px;
  margin-top: -7px;
  line-height: 0;
}

.main-homepage #footer .thumbnail {
  position: relative;
}

.main-homepage #footer .caption {
  position: absolute;
  top: 30%;
  left: 25%;
  width: 65%;
  color: #FFF;
}

.main-homepage #footer .caption p {
  font-size: 0.8rem !important;
}

.main-homepage #footer .caption p.border-img:after {
  content: "";
  display: block;
  height: 18px;
  background-image: url("../img/border-img.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.main-homepage #footer .newsletter-form h4, .main-homepage #footer .newsletter-form p {
  color:#FFF;
}

.main-homepage #footer input {
  border-radius: 0 !important;
}

.main-homepage #footer input[type=submit] {
  background-color: #1EB100;
  border: 1px solid #25C804;
}

.step-img img {
  width: 6.875rem;
}
.ccc-left-box {
  background-color: rgba(0,77,129, 0.1);
  border-radius: 10px;
}
#bootstrapCookieConsentSettingsModal {
  z-index: 9999999999 !important;
}
#bootstrapCookieConsentSettingsModal a, #bootstrapCookieConsentSettingsModal .btn-link {
  text-decoration: none;
  color: #004D81;
  font-weight: 700;
}

#bootstrapCookieConsentSettingsModal ul {
  font-size: 0.9rem !important;
}

.other_option {
  margin-left: -25px;
  margin-top: 6px;
}