@font-face {

    font-family: 'Unbounded';
    src: url(../fonts/Unbounded/static/Unbounded-Light.ttf);
    font-weight: 300;

}

@font-face {

    font-family: 'Unbounded';
    src: url(../fonts/Unbounded/static/Unbounded-Regular.ttf);
    font-weight: 400;

}

@font-face {

    font-family: 'Unbounded';
    src: url(../fonts/Unbounded/static/Unbounded-Medium.ttf);
    font-weight: 500;

}

@font-face {

    font-family: 'Unbounded';
    src: url(../fonts/Unbounded/static/Unbounded-SemiBold.ttf);
    font-weight: 600;

}

@font-face {

    font-family: 'Unbounded';
    src: url(../fonts/Unbounded/static/Unbounded-Bold.ttf);
    font-weight: 700;

}

@font-face {

    font-family: 'Space Grotesk';
    src: url(../fonts/Grotesk/SpaceGrotesk-Light.ttf);
    font-weight: 300;

}

@font-face {

    font-family: 'Space Grotesk';
    src: url(../fonts/Grotesk/SpaceGrotesk-Regular.ttf);
    font-weight: 400;

}

@font-face {

    font-family: 'Space Grotesk';
    src: url(../fonts/Grotesk/SpaceGrotesk-Medium.ttf);
    font-weight: 500;

}

@font-face {

    font-family: 'Space Grotesk';
    src: url(../fonts/Grotesk/SpaceGrotesk-SemiBold.ttf);
    font-weight: 600;

}

@font-face {

    font-family: 'Space Grotesk';
    src: url(../fonts/Grotesk/SpaceGrotesk-Bold.ttf);
    font-weight: 700;

}

* {
    box-sizing: border-box;
    margin: 0;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 85%;
}

.wrappermin {
    max-width: 980px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    color: #40454f;
    font-size: 18px;
    background-color: #f1f1ee;
}

.unbound {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.ban {
    display: grid;
    grid-template-columns: 1fr;
}

.ban-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5 5 5 5;
}

.perks-items-container-mob {
    display: none;
}

.column {
    flex-direction: column;
}

.light-more {
  font-size: 0.8em;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.text-green-bcov {
  color: #349c87;
}

.home-stats-item-green>p:nth-child(1) {
    font-size: 60px;
    color: #349c87;
}

.home-stats-item-green {
    text-align: center;
    gap: 10px;
    width: 480px;
    padding-top: 40px;
}

.homepage-secondary-nav {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    /*background-color: #1ebd53;*/
    background-color: #227722;
    color: #fff;
    font-size: 15px;
}

.main-navigations-container {
    margin-top: 75px;
    align-items: center;
    height: fit-content;

}

.linkContest {
  /*background-color: yellow;*/
  padding: 0px 5px;
  margin: 0px 5px;
}

.anchor_d {
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
}

.navigationleft>a>img {
    width: 200px;
}

.decal {
  margin-right: 100px;
}

.navigationright>a {
    font-size: 16px;
    color: #04121f;
    padding-right: 15px;
}

.navigationright>a:hover {
    opacity: 0.7;
    font-weight: 700;
}

.objois-bcov {
    width: 100%;
    height: 740px;
}

.working-bcov {
  width: 560px;
  height: 315px;
}



@media (max-width:1250px) {


    .home-hero,
    .home-stats,
    .home-feature,
    .perks-items-container {
        max-width: calc(100% - 20px);
        margin: auto;
    }
    
    .objois-bcov {
        width: 100%;
        height: 640px;
    }

}

@media (max-width:1000px) {



    .navigationleft>a>img {
        width: 170px;
    }

    .navigationright {
        display: none;
    }

    .objois-bcov {
        width: 100%;
        height: 540px;
    }

}

.home-hero {
    /*justify-content: flex-start;*/
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.contgrid {
    display: flex;
    align-items: center;
}

.cont2 {
    margin-right: 10px;
}

.home-hero-left {
    width: 50%;
    justify-content: center;
    gap: 40px;
    font-size: 22px;
}

.home-hero-left>h1 {
    font-size: 60px;
    color: #0d0e10;
    font-weight: 700;
    line-height: 105%;
    letter-spacing: -1.6px;
}

.home-hero-left>p:nth-child(3),
.home-hero-left>p:nth-child(2) {
    line-height: 140%px;
}

.home-feature-right,
.home-hero-right {
    position: relative;
}

.home-feature-right {
    max-width: 650px;
}

.home-hero-right {
    align-items: center;
}

#arrow1,
#arrow2,
#arrow3,
#icon1,
#link,
#ghost {
    position: absolute;

}

#arrow1,
#arrow2 {
    width: 17em;
}

#arrow3 {
    width: 20em;
}

#ghost {
    z-index: 9;
    width: 25em;
    left: -1px;
    top: 23px;
}

#arrow1 {
    z-index: 10;
    bottom: 34px;
    left: -22px;
}

#arrow2 {
    z-index: -1;
    left: 183px;
    bottom: 80px;
}

#arrow3 {
    z-index: -1;
    left: 33px;
    bottom: 338px;
}

.home-hero-link>a {
    font-size: 18px;
    padding: 15px 73px;
    border-radius: 12px;
    background-color: #145aff;
    font-weight: 1000;
    text-align: center;
    color: #fff;
}

.gost {
    scale: 80%;
    width: 500px;
    height: 546px;
    position: relative;
}

.home-hero-link>a:hover {
    background-color: #1ebd53;
}

.home-hero-link {
    z-index: 100;
    text-align: center;
    margin-top: 20px;
}

@media (max-width:1000px) {

    .home-hero {
        flex-direction: column;
    }

    .home-hero-left {
        width: 100%;
        gap: 15px;
    }

}

.home-stats-item>p:nth-child(1) {
    font-size: 60px;
    color: #0d0e10;
}

.home-stats-item {
    text-align: center;
    gap: 10px;
    width: 480px;
    padding-top: 40px;
}

.home-stats.flex>div {
    border-left: 1px solid #e1e4eb;
    border-right: 1px solid #e1e4eb;
}

@media (max-width:1000px) {

    .home-stats-item>p:nth-child(1) {
        font-size: 58px;
    }
    .home-stats-item-green>p:nth-child>p:nth-child(1) {
        font-size: 58px;
    }
}


@media (max-width:750px) {


    .home-stats {
        flex-direction: column;
        gap: 100px;
    }
}

.home-stats {
    margin: 90 auto 0;
    width: calc(100% - 160px);
    border-top: 1px solid #e1e4eb;
    align-items: start;
}

.videowrapper {
    margin-top: 132px;
    margin-bottom: 80px;
}

.home-feature {
    width: calc(100% - 120px);
    margin: 0 auto;
    align-items: center;
}

.home-feature-left {
    width: 50%;
}

.home-feature-left>p:nth-child(1),
.perks-inside>p:nth-child(1),
.testimonial-section>p:nth-child(1),
.rich-text-block>p:nth-child(1) {
    color: #349c87;
    letter-spacing: 2px;
    font-size: 16px;

}

.home-feature-left>p:nth-child(2) {
    color: #0d0e10;
    font-size: 48px;
    line-height: 108%;
    margin-top: 20px;

}

.home-feature-left-sub,
.name-title,
.team-collection-sub {
    gap: 16px;
}

.home-feature-left-sub>p:nth-child(2),
.home-feature-left-sub>p:nth-child(3) {
    justify-content: flex-start;
    gap: 20px;
    line-height: 155%px;
    align-items: baseline;
}

.home-feature-right>img {
    max-width: 100%;
}

.home-feature-left-sub {
    margin-top: 24px;
}


#icon1 {
    width: 66px;
    height: 66px;
    top: 77px;
    left: 100%;
    margin-left: -20px;
    z-index: -1;
}

@media (max-width:1000px) {

    .home-feature {
        flex-direction: column-reverse;
    }

    .home-feature-left {
        width: 100%;
        margin-top: 85px;
    }

    #icon1 {
        margin-left: -20px;
    }

}

.perks-inside {
    align-items: center;
    margin-top: 165px;
    gap: 22px;
    text-align: center;
}

.perks-inside>p:nth-child(2) {
    color: #0d0e10;
    font-size: 48px;
}


.perks-items-container-sub {
    align-items: center;
    margin-top: 100px;
}

.perks-items-container-sub>img {
    width: 7em;
}

.perks-items-container {
    width: calc(100% - 160px);
    margin: 0 auto;
}

.testimonial-fixed {
    box-shadow: 17px 17px 200px 0 rgba(64, 69, 79, 0.06);
}

.testimonial-item {
    padding: 40px;
}

.testimonial-image-and-name {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 30px;
}

.testimonial-section>p:nth-child(1),
.rich-text-block>p:nth-child(1) {
    text-align: center;
}

.testimonial-section,
.team-collecton,
.rich-text-block>p:nth-child(1) {
    margin-top: 100px;
}

.team-collecton {
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.testimonial-fixed {
    margin-top: 75px;
}

.testimonial-image-and-name.flex>div>p.bold {
    color: #0d0e10;
}

.testimonial-quote {
    line-height: 155%;
    font-size: 15px;
}

.photo-member {
    width: 290px;
    height: 330px;
    background-position: center;
    border-radius: 20px;
    background-size: cover;
    filter: grayscale();
    position: relative;
}

.photo-member.thomas {
    background-image: url(../img/thomas.png);
}

.photo-member.julien {
    background-image: url(../img/julien.png);
}

.photo-member.valery {
    background-image: url(../img/valery.jpeg);
}

.photo-member.raphael {
    background-image: url(../img/raphael.jpg);
}

.photo-member.anas {
    background-image: url(../img/anas.jpg);
}

.photo-member.sirine {
    background-image: url(../img/sirine.png);
}

.name-title>p:nth-child(1) {
    color: #40454f;
    font-size: 24px;
}

.blue {
    color: blue;
}

#link {
    bottom: 20px;
    right: 20px;
    opacity: 0.6;
}

.cta {
    background-image: url(../img/background_block.png);
    max-width: 1280px;
    height: 490px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background-size: cover;
    margin-top: 80px;
    position: relative;
}

.cta_link {
    padding: 20px 35px;
    border-radius: 12px;
    background-color: #fff;
}

.cta_link:hover {
    background-color: #e1e4eb;
}

.cta_link {
    color: #349c87;

}

.cta>div.ctatext {
    justify-content: center;
    gap: 50px;
    padding-top: 100px;
}

.cta>p:nth-child(1) {
    font-size: 22px;
    padding-top: 70px;
}

.cta>p:nth-child(2) {
    margin: 0 auto;
    font-size: 48px;
    letter-spacing: -0.8px;
    max-width: 1100px;
}

.cta_links {
    padding-top: 70px;
}

.ctatext.flex>p:nth-child(1),
.ctatext.flex>p:nth-child(2) {
    gap: 15px;
}


.footer-up {
    align-items: center;
    padding-top: 140px;
    padding-bottom: 100px;
    justify-content: flex-start;
    gap: 165px;
}

.footer-up-right>a {
    color: #fff;
    font-size: 16px;
}

.footer-up-right>a:hover {
    color: darkgrey;
    font-weight: 400;
}

.footer-down>p {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 16px;
    padding-top: 30px;
    margin-left: 10px;
}

.footer-down {
    border-top: solid 1px hsla(0, 0%, 100%, 0.8);
}

footer {
    background-color: #0f1f3d;
    height: 530px;
    margin-top: 168px;
}

.footer-container {
    padding-top: 105px;
    margin-top: -291px;
}

.footer-container.politique {
    margin-top: 0;
}

.footer-up-right {
    gap: 30px;
}

.photo-member:hover {
    filter: drop-shadow(2px 4px 12px black) grayscale();
}

.footer-up-left>a>img {
    width: (100% - 20px);
}

.article {
    line-height: 155%;
}

.rich-text-block>h1 {
    margin-top: 30px;
}

.rich-text-block {
    max-width: 839px;
    margin: 0 auto;
}

.rich-text-block>p:nth-child(2) {
    margin-top: 20px;
}

@media (max-width:1250px) {
    .team-collecton {
        justify-content: center;
    }

    /* .home-feature-right>img {
        height: 655px;
        width: 610px;
    } */

    #icon1 {
        width: 70px;
        height: 70px;
    }
    
    .home-hero-link>a {
        padding: 12px 26px;
        font-size: 15px;
    }
    
    .working-bcov {
      width: 560px;
      height: 315px;
    }

}

@media (max-width:1000px) {
    .footer-up {
        flex-direction: column;
        padding-top: 76px;
        padding-bottom: 46px;
        margin-left: 10px;
        gap: 23px;
        align-items: start;
    }

    .rich-text-block {
        margin-left: 10px;
    }
    
    .home-hero-link>a {
        padding: 12px 26px;
        font-size: 15px;
    }
    
    .working-bcov {
      width: 560px;
      height: 315px;
    }
    
    .undone {
      font-family: 'Unbounded', sans-serif;
      font-weight: 400;
      font-size: 3vw;
    }
    
    .decal-bot {
      margin-bottom: 20px;
    }
    
    .gap-dim {
      margin-bottom: 20px;
    }
    
    .vid-dec {
      margin-top: -50px;
    }

}

@media (max-width:800px) {

    #icon1 {
        display: none;
    }

    .team-collecton {
        justify-content: center;
    }

    .perks-items-container {
        display: none;
    }

    .perks-items-container-mob {
        display: block;
    }

    .perks-items-container-sub {
        align-items: center;

        max-width: 70%;
        margin: 100 auto;
    }

    .testimonial-fixed {
        flex-direction: column;
    }

    .cta>p:nth-child(2) {
        font-size: 42px;

    }

    .footer-down>p {
        margin-left: 10px;
    }

    .home-hero-left>p:nth-child(3),
    .home-hero-left>p:nth-child(2) {
        font-size: 22px;

    }


    .home-stats {
        margin: 0 auto;

    }

    .objois-bcov {
        width: 100%;
        height: 430px;
    }

    .wrappermin {
        max-width: 500px;
    }
    
    .home-hero-link>a {
        padding: 12px 26px;
        font-size: 14px;
    }
    
    .working-bcov {
      width: 560px;
      height: 315px;
    }
    
    .perks-items-container-sub>img {
        width: 5em;
    }

}

@media (max-width:600px) {

    .home-stats-item {
        width: 100%;
    }
    .home-stats-item-green {
        width: 100%;
    }


    .gost {
        scale: 40%;
        width: 280px;
    }

    .home-hero,
    .videowrapper {

        margin-bottom: 0px;
    }

    .home-stats-item {
        gap: 0px;
    }

    .home-stats-item>p:nth-child(1) {
        font-size: 38px;
    }
    
    .home-stats-item-green {
        gap: 0px;
    }

    .home-stats-item-green>p:nth-child(1) {
        font-size: 38px;
    }

    .home-hero-left>h1,
    .home-feature-left>p:nth-child(2),
    .perks-inside>p:nth-child(2) {
        font-size: 48px;
        line-height: 48px;
    }

    .home-hero-left>p:nth-child(3),
    .home-hero-left>p:nth-child(2) {
        font-size: 18px;
        line-height: 30px;
    }

    .home-feature-left-sub>p:nth-child(2),
    .home-feature-left-sub>p:nth-child(3) {
        font-size: 18px;
        line-height: 22px;
    }

    .home-hero {
        gap: 0;
        margin-top: 50px;
    }


    .home-feature-right {
        margin-top: 50px;
    }


    .testimonial-quote,
    .testimonial-image-and-name.flex>div>p.bold,
    .testimonial-image-and-name.flex>div>p:nth-child(2) {
        font-size: 16px;
    }

    .testimonial-fixed,
    .ghost {
        margin-top: 20px;
    }

    .testimonial-section,
    .team-collecton {
        margin-top: 100px;
    }

    .testimonial-quote {
        line-height: 24px;
    }


    .perks-items-container-sub {
        margin: 50 auto;
    }

    .perks-inside {
        margin-top: 95px;
    }

    .home-feature {
        width: 100%
    }

    .home-stats,
    .home-stats.flex>div:nth-child(2) {
        border: none
    }

    .home-stats {
        gap: 30px;
        margin: 60px auto;
    }

    .cta>div.ctatext {
        gap: 15px;
        padding-top: 50px;

    }

    .ctatext.flex>p:nth-child(1),
    .ctatext.flex>p:nth-child(2) {
        justify-content: center;
    }

    .footer-up-left>a>img {
        width: 100%;
    }

    #arrow1 {
        left: -93px;
        bottom: -55px;
    }

    #ghost {
        left: -93px;
        top: -24px;
    }

    #arrow3 {
        left: -48px;
        bottom: 216px;
    }

    #arrow2 {
        left: 101px;
        bottom: -16px;
    }

    .home-hero-right {
        height: 355px;

    }



    .cta>p:nth-child(2) {
        font-size: 32px;
        width: 330px;
        margin: 0 auto;
    }

    .cta>p:nth-child(1),
    .cta_link,
    .perks-inside>p:nth-child(3) {
        font-size: 16px;
    }

    .cta_link {
        padding: 10px 70px;
    }

    .footer-up {
        align-items: start;
    }

    .objois-bcov {
        width: 100%;
        height: 430px;
    }

    body>div>p {
        max-width: 100%;
        text-align: center;
    }

    .cta>div.ctatext {
        flex-direction: column;
        padding-top: 61px;
        font-size: 16px;
        max-width: 214px;
        align-items: flex-start;
        margin: 0 auto;
    }
    
    .home-hero-link>a {
        padding: 12px 26px;
        font-size: 12px;
    }
    
    .working-bcov {
      width: 560px;
      height: 315px;
    }
    
    .perks-items-container-sub>img {
        width: 5em;
    }
    
    .main-navigations-container {
        margin-left: 20px;
    }

}

@media (max-width:400px) {

    .footer-up-left>a>img {
        width: 280px;
    }

    .objois-bcov {
        width: 100%;
        height: 265px;
    }

    .photo-member {
        width: 270px;
        height: 348px;

    }

    .name-title {
        gap: 5px;
    }

    .name-title>p:nth-child(1) {
        font-size: 22px;
    }

    .name-title>p:nth-child(2) {
        font-size: 18px;
    }

    .cta>p:nth-child(2) {
     
        margin: 12px auto;
    }

    .cta>p:nth-child(1) {
        padding-top: 45px;
    }
    
    .home-hero-link>a {
        padding: 12px 26px;
        font-size: 12px;
    }
    
    .working-bcov {
      width: 360px;
      height: 315px;
    }
    
    .perks-items-container-sub>img {
        width: 5em;
    }
    
    .main-navigations-container {
        margin-left: 20px;
    }

}

@media (max-width:350px) {
    .home-hero-link>a {
        padding: 12px 26px;
        font-size: 12px;
    }

    .gost {
        scale: 30%;
    }

    .working-bcov {
      width: 310px;
      height: 315px;
    }
    
    .perks-items-container-sub>img {
        width: 5em;
    }
    
    .main-navigations-container {
        margin-left: 20px;
    }

}

/*@media only screen and (max-device-width: 1000px) {*/
@media only screen and (max-width: 1000px) {
    .main-navigations-container {
        margin-top: 100px;
        margin-left: 20px;
    }
    
    .home-hero-link>a {
        padding: 12px 26px;
        font-size: 15px;
    }
}


.wow {
transform: translateY(40%);
  animation: ani 1s forwards;
  }


@keyframes ani {
    0% {transform: translateY(40%);}
    100% {transform: translateY(0);}
  }

  @media (max-width:800px) {
.wow{
    display: none;
}

}