@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --blue: #006aea;
  --blue2: #3ca6ff;
  --black: #000000;
  --white: #ffffff;
  --primary_grey: #3c3c3b;
  --secondary_grey: #ededed;
}
/*---------------
 text color
---------------- */
.text-white {
  color: var(--white);
}
.text-black {
  color: var(--black);
}
.text-blue {
  color: var(--blue2);
}
.text-primary-grey {
  color: var(--primary_grey);
}
.text-secondary-grey {
  color: var(--secondary_grey);
}
.text-link {
  color: var(--blue);
  text-decoration:none;
}
.text-link:hover {
  text-decoration:underline;
}
/* end of text color */

/*---------------
 bg color
---------------- */
.bg-white {
  background-color: var(--white);
}
.bg-black {
  background-color: var(--black);
}
.bg-blue {
  background-color: var(--blue);
}
.bg-primary-grey {
  background-color: var(--primary_grey);
}
.bg-secondary-grey {
  background-color: var(--secondary_grey);
}
/* end of bg color */



/* Global */

body{
  font-family:'Montserrat', sans-serif;
  font-size:16px;
  line-height:22px;
  color: var(--primary_grey);
}

.dBlockDesktop{display:block;}
.dBlockMobile{display:none;}

.divider{
  width:100%;
  height:1px;
}

.w-80{width:80%}
.w-70{width:70%}
.w-60{width:60%}
.w-50{width:50%}

h2{
  font-size:64px;
  line-height:74px;
  font-weight:bold;
  width:100%;
  text-transform:uppercase;
}

h2 span{
  font-size:36px;
  line-height:50px;
}

h3{
  font-size:38px;
  line-height:42px;
  font-weight:bold;
  width:100%;
}

img{max-width:100%}

.navMobile {
  position: fixed;
  background:var(--blue);
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.navMobile.active {
  right: 0;
}

.navMobile li {
  list-style:none;
  margin-top:30px;
}

.navMobile a {
  font-size:24px;
  line-height:28px;
  text-transform:uppercase;
  text-decoration:none;
}

.navMobile a:hover {
  font-weight:bold;
}

.socials a{
  display:inline-block;
  margin-top:15px;
  margin-right:35px;
  transition: all 0.2s;
}

.socials a:hover{
  opacity:0.65;
}

.crossMenu{
  position: absolute;
  font-size: 50px;
  line-height: 20px;
  top: 30px;
  right: 45px;
  font-weight: 700;
  cursor: pointer;
}

.nav-small-screen{display:none;}

nav{
  width:100%;
  height:74px;
  text-transform:uppercase;
  position:fixed;
  left:0;
  top:0;
  z-index:10;
}

.row{margin:0;}

.nav-inner{
  padding:16px 40px;
}

nav a{
  margin:14px 30px;
  color: var(--white);
  text-decoration:none;
}

.nav-contact a{
  font-size: 21px;
  padding: 12px;
  font-weight: bold;
  display: block;
  line-height: 21px;
}

.nav-left{
  padding:30px 10px;
  width: 70px;
  height:100vh;
  position:fixed;
  left:0;
  top:0;
  z-index:1;
  display: flex;
  align-items: flex-end;
}

.nav-left a{
  margin:25px 0;
  display:block;
}

.main-wrapper{
  padding-left: 70px;
  padding-top: 74px;
  width: 100%;
}

.main-wrapper-inner{
  margin:auto;
  width: 1600px;
}

.logo-main{
  margin-top:20vh;
  margin-bottom:25px;
  max-width:80%;
}

.arrow-bottom{
  transition:all 0.5s;
}

.arrow-bottom:hover{
  margin-top:12px;
}

.header-col-right{
  height: 68vh;
  padding:0;
  background-image: url('../img/img-home.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.header-infos{
  width:100%;
  max-width:700px;
  margin:48vh 0 0;
  text-transform:uppercase;
}

.header-infos-col-left{
  font-size:16px;
  line-height:20px;
  padding: 15px 40px;
}

.header-infos-col-left p{
  margin: 10px 0;
}

.header-infos-col-right a{
  width:100%;
  text-decoration:none;
  font-size: 24px;
  padding: 58px 0;
  font-weight: bold;
  display: block;
  line-height: 21px;
}

.figures{
  font-size:40px;
  line-height:44px;
  font-weight:bold;
}

.mention{
  font-size:12px;
  line-height:14px;
}

.button-all{
  background-color:var(--blue);
  color:var(--white);
  transition:all 0.3s;
  text-align: center;
}

.button-all:hover{
  background-color:var(--black);
}

.button-anchor{
  font-size:20px;
  text-decoration:none;
  display:inline-block;
  padding:20px 40px;
  font-weight:bold;
  text-transform:uppercase;
}

.row-figures{margin-right:3rem}

.block-r{
  background-image:url('../img/logo-riseup-sm.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.block-r-blue{
  background-image:url('../img/logo-riseup-sm-white.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.img-absolute-block{
  position: relative;
}

.img-absolute{
  width:60%;
  position: absolute;
  right:10%;
  top:0;
  z-index:-1;
}

.img-absolute-block .block-r-blue{
  width:50%;
  margin-top:30vh;
}

.row-carousel{margin:3rem;}
.carousel {display: flex; align-items: center; gap: 30px;}
.carousel-track-wrap {overflow: hidden; flex: 1;}
.carousel-track {display: flex; align-items: stretch; transition: transform 0.3s ease;}
.carousel-slide {flex-shrink: 0; box-sizing: border-box;}
.carousel-btn { cursor:pointer}
.carousel-btn:disabled {opacity: 0.3; cursor: default;}


#contact a{
  font-size:38px;
  line-height:45px;
  text-decoration:none;
  color:var(--white);
  font-weight:bold;
}

#contact a:hover{
  text-decoration:underline;
}



@media (max-width: 1740px){

  .main-wrapper{
    padding-left: 70px;
    padding-top: 74px;
    width: 100%;
  }

  .main-wrapper-inner{
    margin:auto;
    width: 100%;
  }

  .logo-main{margin-top:18vh;}

  .header-col-right{height: 65vh;}

  .header-infos{margin:43.5vh 0 0;}
}



@media (max-width: 1400px) {

  .header-col-right{height: 58vh;}

  .header-infos{margin:38vh 0 0;}

  .header-infos-col-right a {padding: 69px 0;}

  .img-absolute-block .block-r-blue {
    width: 80%;
    margin-top: 20vh;
  }
  
}

@media (max-width: 1200px) {

  .header-infos{margin:32vh 0 0;}

  h2 {
    font-size: 58px;
    line-height: 64px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
  }

  h2 span {
    font-size: 32px;
    line-height: 46px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  #contact a {
    font-size: 28px;
    line-height: 34px;
  }

  .col-md-12-except{width:100%}
  .col-md-12-dnone{display:none;}

}

@media (max-width: 980px) {

  .logo-main {
    margin-top: 50px;
    max-width: 70%;
  }

  .header-col-right {
    height: 350px;
    width: 100%;
    background-size: 70%;
    background-position: top right;
  }

  .header-infos {
      margin: 100px 0 0;
  }

  .img-absolute {width: 50%;}

  .header-infos{
    max-width:500px;
  }

  .header-infos-col-right a {
    padding: 40px 0;
  }

  .row-carousel{margin:2rem;}

}




@media (max-width: 768px) {

  .burgerMenu {
    float:right;
    color: var(--white);
    font-size: 50px;
    margin-top: 11px;
    font-weight: 900;
    cursor: pointer;
  }

  .arrow-bottom{width:60px;}

  .nav-big-screen{display:none;}
  .nav-small-screen{display:block;}

  .w-80, .w-70, .w-60, .w-50{width:100%}

  .nav-left{display:none;}

  .main-wrapper {padding-left: 0;}

}


@media (max-width: 600px) {

  h2 {
    font-size: 45px;
    line-height: 52px;
  }

  h2 span {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .logo-main {
    margin-top: 30px;
    max-width: 85%;
  }

  .header-infos-col-right a {
    padding: 28px 0;
  }

  .button-anchor {
    font-size: 18px;
    padding: 16px 30px;
  }

  .row-figures .col-4{width:100%; margin:20px 0;}

  .row-figures{margin-right:0}

  .img-absolute-block .block-r-blue {
    width: 100%;
    margin-top: 20vh;
  }

  .img-absolute {
    width: 78%;
    top:-25px;
  }

  .row-carousel{margin:0;}

  .row-carousel h3{margin:0; text-align:center;}

  .carousel-slide {
    font-size: 16px;
    line-height: 18px;
  }

}


@media (max-width: 450px) {

  .navMobile ul{
    margin-top:60px;
  }

  header{margin:0 2rem !important;}

  .header-infos {
    margin: 120px 0 0;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 span {
    font-size: 21px;
    line-height: 36px;
  }

  #contact a {
    font-size: 22px;
    line-height: 34px;
  }

  .header-col-right {
    height: 350px;
    width: 100%;
    background-size: 60%;
    background-position: top right;
  }

  .img-absolute {width: 100%;}

}



/* Popup */

.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.popup-overlay.active {
  display: flex;
}

.popup-box {
  background: #fff;
  padding: 2rem;
  max-width: 1200px;
  width: 90%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 48px;
  cursor: pointer;
  line-height: 1;
}

.popup-box h2{
  font-size: 48px;
  line-height: 64px;
}

.popup-box h3{
  font-size: 32px;
  line-height: 40px;
}