.site {

    background-color: rgba(244, 244, 244, 1);
    font-family: 'poppins', sans-serif;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
#button {
    display: inline-block;
    
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  
  #button:hover {
    cursor: pointer;
    
  }
 
  
  #button.show {
    opacity: 1;
    visibility: visible;
  }

a {
    text-decoration: none !important;
    color: rgba(29, 29, 27, 1) !important;
}

body {
    background-color: rgba(24, 24, 24, 1) !important;
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none !important;

}

.btn-primary {

    background: rgb(84, 166, 253);
    background: linear-gradient(90deg, rgba(84, 166, 253, 1) 0%, rgba(87, 139, 255, 1) 100%);
    border: none !important;
    transition: 0.8s;

}
.btn{
    padding: 10px 30px 10px 30px !important;
}

.btn-primary:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);

}


li {
    margin: 0.5rem 2rem 0.5rem 2rem;
}

.navbar-light {
    background-color: rgba(251, 251, 251, 1);
}

/* .navbar {
    padding-left: 5%;
    padding-right: 5%;
} */
.premium {
    color: rgba(84, 166, 253, 1) !important;
    font-weight: 600;
}

.navbar-collapse {
    justify-content: flex-end !important;
}

.nav-item {
    text-align: right;

}

.heroheader {
    background-image: url(././Images/hero-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem 0rem 2rem 0rem;
}

/* .hero-img img {
    height: 552px;
    width: 675px;
} */

.hero-text {
    padding-top: 5%;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.hero-text>h1 {
    color: rgba(244, 244, 244, 1);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    margin: 0;
}

.hero-text>h2 {
    color: rgba(244, 244, 244, 1);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    margin: 0;
}

.hero-text>p {
    color: rgba(244, 244, 244, 1);
    font-size: 18px !important;
    font-weight: 300;
    padding-right: 30%;

}

h3 {
    font-size: 38px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 45px;
    letter-spacing: 0em;
    color: rgba(29, 29, 27, 1);
    margin: 0 !important;

}

span {
    font-weight: 900 !important;
    color: rgba(84, 166, 253, 1);
}

h4 {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    margin: 0 !important;
}

.searchsect {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: rgba(239, 238, 238, 1);
}

.search {
    margin-bottom: auto;
    margin-top: auto;
    height: 70px;
    background-color: rgba(251, 251, 251, 1);
    padding: 10px
}

.search_input {
    color: rgba(29, 29, 27, 1);
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    line-height: 40px;

}

.search .search_input {
    padding: 0 10px;
    width: 550px;

}

.search_icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: url(././Images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
}

b {
    color: rgba(84, 166, 253, 1) !important;
}

.valoimg {
    padding-right: 5% !important;
}

.valoimg img {
    height: 488px;
    width: 392px;
}

.valotext {
    padding-right: 15% !important;
    padding-left: 5% !important;
}

.valotext>p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.valo {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;

    background-color: rgba(251, 251, 251, 1);
}

/* .assistsect {

    padding-bottom: 50px !important;

} */

.assistsect-title {

    padding-bottom: 100px !important;
}

.assit-text>p {
    padding-left: 3.8rem;

    font-size: 14px;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}

.assist-title {

    font-size: 16px;

    font-weight: 600 !important;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.desktop {
    padding-right: 5% !important;
    padding-left: 10% !important;
}

.interf-desk {
    background-image: url(././Images/desk-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
}

.desktext {
    color: rgba(244, 244, 244, 1);

    font-size: 16px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 22px !important;
    letter-spacing: 0em;
    text-align: right !important;

}

.desktext>b {
    color: rgba(244, 244, 244, 1) !important;
    font-weight: 600 !important;
}

.desktop>h3 {
    color: rgba(244, 244, 244, 1) !important;

    font-size: 30px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: right;

}

.desktop {
    padding-top: 2rem !important;
}

.desckimg img {
    height: 497px;
    width: 834px;
}

.desckimg {
    padding-top: 2rem !important;
}

.categories {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.univers {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
}

.categories>.btn-primary {
    margin-top: 60px !important;
}

.categories>h4 {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 25px;
    letter-spacing: 0em;
}

.categories>h3 {



    font-size: 36px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 42px;
    letter-spacing: 0em;

}

.stealtext>h3 {



    font-size: 30px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: right;

}

.stealtext>p {

    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    padding-top: 3rem;
    padding-bottom: 3rem;

}

.stealtext {
    padding-top: 2rem;
    padding-left: 5rem !important;
}

.premiumtitle {
    padding-bottom: 4rem !important;
}

.whiteback {
    background-color: rgba(251, 251, 251, 1);
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
}

.whiteback2 {
    background-color: rgba(251, 251, 251, 1);
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}

.nocolorback {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.bold {

    font-size: 18px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(29, 29, 27, 1) !important;
}

.cardbasic {
    background-color: rgba(151, 183, 228, 1);
    height: 82px !important;
    width: 302px !important;
    background-position: top top;

}

.cardbasicback {
    background-color: rgba(249, 249, 249, 1);
    height: 250px !important;
    width: 302px !important;
    background-position: top top;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


.cardprem {
    height: 92px;
    width: 302px;
    background-image: url(././Images/premium.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.cardpremback {
    background-color: rgba(249, 249, 249, 1);
    height: 450px !important;
    width: 302px !important;
    background-position: center center;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.cardpremplus {
    background-color: rgba(84, 166, 253, 1);
    height: 89px !important;
    width: 296px !important;
    background-position: top top;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}

.carpremplusback {
    background-color: rgba(249, 249, 249, 1);
    height: 600px !important;
    width: 296px !important;
    background-position: top top;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.cardbasic>p {

    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 1rem 0rem 0rem 2.5rem;
}

.cardbasic>h5 {

    font-size: 27px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0rem 0rem 0rem 2.5rem;
}

.cardprem>p {

    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 1.5rem 0rem 0rem 2.5rem;
}

.cardprem>h5 {

    font-size: 27px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0rem 0rem 0rem 2.5rem;
}

.cardpremplus>p {

    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 1rem 0rem 0rem 2.5rem;
}

.cardpremplus>h5 {

    font-size: 27px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0rem 0rem 0rem 2.5rem;
}

.price {
    margin: 25px 40px 25px 40px !important;

    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(29, 29, 27, 1);

}

.prix>p {
    margin: 0;

    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(29, 29, 27, 1);
}

.prix h6 {

    font-size: 10px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(169, 169, 169, 1);

}


.unilimited {
    background-color: rgba(237, 235, 235, 1);
    border-radius: 8px;
}

.unilimited>p {
    padding: 5px;
    margin: 0 !important;

    font-size: 10px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;

}

.offertext>p {
    margin: 0 0 0 10px !important;

    font-size: 9px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: left;
}

.offertext {
    margin: 20px 0px 0px 40px !important;
}

.offertext b {
    color: rgba(29, 29, 27, 1) !important;
}

.included>p {

    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin: 25px 0px 25px 40px !important;

}

.includedprem>p {

    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin: 40px 0px 25px 40px !important;

}

.condition {

    font-size: 10px;
    font-style: italic !important;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(65, 65, 65, 1);
    margin: 60px 0px 0px 26px !important;
}

.btn-outline-primary {
    border-color: rgba(29, 29, 27, 1) !important;
    color: rgba(29, 29, 27, 1) !important;

    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px 35px 10px 35px !important;

}

.offer {

    font-size: 16px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px 65px 10px 65px !important;


}

.arrow {
    padding-left: 30px !important;
}

.conditionpremplus {

    font-size: 10px;
    font-style: italic !important;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(65, 65, 65, 1);
    margin: 60px 0px 0px 26px !important;

}

.conditionprem {

    font-size: 10px;
    font-style: italic !important;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(65, 65, 65, 1);
    margin: 75px 0px 0px 40px !important;

}

.cardback {
    background-color: rgba(249, 249, 249, 1) !important;
    width: 338px;
    height: 320px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.cardback>p {
    color: rgba(29, 29, 27, 1) !important;

    font-size: 12px !important;
    font-style: italic;
    font-weight: 300 !important;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 25px 50px 23px;

}

.cardback>img {
    height: 17px;
    width: 23px;
}

.testi>p {
    color: rgba(84, 166, 253, 1) !important;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 20px 0px 10px;
}

.cardback>img {
    width: 24px;
    margin: 20px 0px 0px 15px;
}

.testitext {
    margin: 0px 25px 18px 23px !important;
}

.faq>h6 {

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}

.faq>p {

    font-size: 14px;
    font-style: normal;
    font-weight: 275;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.faq {
    margin: 0px 60px 20px 60px;
}

.title-join {
    margin-bottom: 3rem !important;
}

.nocolorback2 {
    padding-top: 8rem !important;
    padding-bottom: 1rem !important;
}

footer {
    background-image: url(././Images/footerback.jpg);
    height: 419px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blocfoot {

    padding-top: 10rem !important;
}

.bloclogo img {
    height: 75px;
    width: 270px;
}

.footmenu h4 {

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;


}

.footmenu h6 {

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.footmenu {
    padding-top: 4rem;
}

.bloclogo>p {

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-left: 5rem !important;
    margin-right: 5rem;
}

.bloclogo {
    padding-left: 2rem !important;
}

.baseline p {

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: center;

}

/* Premium */

.heroprem h1 {

    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    margin: 0 !important;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(29, 29, 27, 1);
}

.heroprem h2 {



    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;

    text-align: center;
    color: rgba(84, 166, 253, 1);
    margin: 0 !important;

}

.heroprem p {

    font-size: 24px;
    font-style: normal;
    font-weight: 500;

    color: rgba(29, 29, 27, 1);
    margin: 0 !important;
}

.img-hero>img {
    height: 600px;

}

.formule-text>p {
    padding-left: 3.4rem;

    font-size: 14px;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}

.cardpremium {
    background-color: rgba(249, 249, 249, 1) !important;
    width: 300px !important;
    padding-bottom: 2rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.cardpremtext>p {
    color: rgba(29, 29, 27, 1) !important;

    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0rem 1rem 1rem 1rem;
}

.cardpremium>img {
    width: 58px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.cardpremtext h6 {
    margin: 0rem 1rem 1rem 1rem;
    margin-bottom: 1rem;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;

}

.link {
    color: rgba(84, 166, 253, 1) !important;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0rem 1rem 1rem 1rem;

}

.identext>h3 {



    font-size: 30px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;

}

.identext>p {

    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 3rem;

}

.identext {
    padding-top: 2rem;
    /* padding-right: 12rem !important; */
}

/* .cardtext > p{
    
    
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: left;

} */

.cardtext b {
    color: rgba(29, 29, 27, 1) !important;
}

.cardtext h6 {

    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.cardtexttitle {
    margin: 0;
}

.stealalert {

    background-image: url(././Images/desk-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.stealalert h3 {

    font-size: 30px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 42px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: rgba(251, 251, 251, 1);
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
}

.stealalert span {
    color: rgba(251, 251, 251, 1) !important;

    font-size: 30px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 42px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: rgba(251, 251, 251, 1);
}

.stealalert p {

    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(251, 251, 251, 1);

    margin: 0rem 2rem 2rem 2rem !important;
}

.alerttext b {

    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(251, 251, 251, 1) !important;
}

/* team */

.teamhero-text {
    padding-top: 5%;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.teamhero-text>h1 {
    color: rgba(29, 29, 27, 1);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    margin: 0;
}

.teamhero-text>h2 {
    color: rgba(29, 29, 27, 1);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    margin: 0;
}

.teamhero-text>p {
    color: rgba(29, 29, 27, 1);
    font-size: 14px !important;
    font-weight: 300;
    padding-right: 10%;

}

.teamhero-text h6 {

    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;

}

.teamp>b {

    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;

}

.mattext {

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
}

.matlink p {
    margin: 0 !important;
    color: rgba(84, 166, 253, 1);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    margin-right: 2rem !important;
}

.matlink img {
    margin: 0 1rem;
}

.mattext2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    
}
/* Contact */
.boxcontact {
    background-color: rgba(251, 251, 251, 1);
    border-radius: 5px;
    width: 30rem;
     min-height: 45rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}

.boxcontact h6 {

font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 80px;
letter-spacing: -0.015em;
text-align: center;
color: rgba(84, 166, 253, 1) !important;

}
.active {
    
    border-bottom: 4px solid  !important;
    border-color: rgba(84, 166, 253, 1) !important;
    
}
.boxconnect h6 {

    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.015em;
    text-align: center;
    color: rgba(84, 166, 253, 1) !important;
    
    }
.messageform {
    min-height: 5rem !important;
    margin-top: 0;
    font-weight: 400;
    font-size: 12px !important;
    background-color: rgba(242, 242, 242, 1) !important;
    border: none !important;
}

.checkbox-form {
    background-color: rgba(242, 242, 242, 1) !important;
    border: none;
}

.formtext {
    margin-top: 0;
    font-weight: 400;
    font-size: 12px !important;
    background-color:rgba(242, 242, 242, 1) !important;
    border: none !important;
}

.boxcontact>h6 {
    font-size: 2rem;
    color: rgb(255, 255, 255);
}
.boxconnect>h6 {
    font-size: 2rem;
    color: rgb(255, 255, 255);
}

.textup>h3 {
    font-size: 2.5rem;
}

.textup {

    height: 15%;
}

.textup2>h3 {
    font-size: 1.5rem;
}

.textdown {
    font-size: 14px;
    text-align: center;
}

label {
    color: rgba(29, 29, 27, 1) !important;
    opacity: 80%;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.015em;
    text-align: left;

}

.conf {
    color: rgba(29, 29, 27, 1) !important;
    font-size: 12px !important;
    opacity: 80%;
    
}
.contacttext h5 {
    font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 37px;
letter-spacing: 0em;
text-align: left;

}
.contacttext p {
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
margin-top: 1rem;
 }
 .mail p {
 font-family: Poppins;
 font-size: 18px;
 font-style: normal;
 font-weight: 300;
 line-height: 36px;
 letter-spacing: -0.02em;
 text-align: left;
}
.checkbox-form{
    color: black !important;
    background-color:rgba(84, 166, 253, 1) !important;
    border-color: none;
    border: none;
}
.back-to-top-link {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #d6e3f0;
    /* emoji don't behave like regular fonts
       so this helped position it correctly */
    padding: 0.25rem;
  }


  .boxconnect {
    background-color: rgba(251, 251, 251, 1);
    border-radius: 5px;
    width: 30rem;
     min-height: 20rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}
.connectlink p {
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.015em;
  color: #8E8E8E;
}
.connectlink a {
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.015em;
  color: #8E8E8E !important;
}

/* 
/* mediaqueries */


.label-card-phone {
    display: none;
}

.img-hero-phone>img {
    display: none
}
.passwordtext {
    font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px;
letter-spacing: 0em;
text-align: left;

}

@media screen and (max-width: 1439px) {

    .hero-img img {
        width: 90% !important;
        height: auto;
    }

    .hero-text p {
        font-size: 14px !important;
    }

    .hero-text>h1 {
        font-size: 25px;

    }

    .hero-text>h2 {
        font-size: 25px;
    }

    .btn {
        font-size: 14px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 14px !important;
    }

    .searchsect {
        padding-top: 50px !important;
        padding-bottom: 50px !important;

    }

    .valotext {
        padding-right: 10% !important;
        padding-left: 5% !important;
    }

    .valotext>p {
        font-size: 14px;

    }



    .desktext {


        font-size: 14px !important;


    }

    .desktext>b {
        color: rgba(244, 244, 244, 1) !important;
        font-weight: 600 !important;
    }

    .desktop>h3 {


        font-size: 25px !important;


    }

    .interf-desk {

        height: 430px;
    }

    .desktop {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }

    .desckimg img {
        height: 400px;
        width: 650px;
    }

    .valotext>p {

        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .stealtext>h3 {
        font-size: 25px !important;
    }

    .stealtext>p {

        font-size: 14px !important;

        padding-bottom: 1rem;

    }

    .stealtext {
        padding-top: 2rem;
        padding-left: 2rem !important;
    }

    .stealimg img {
        margin-top: 2rem;
        width: 400px !important;
        height: 380px !important;
    }

    .cardback>p {


        font-size: 12px !important;

        margin: 0px 0px 10px 10px;
    }

    .cardback>img {
        width: 15%;
        margin-top: 0;
        margin-left: 0px;
    }



    .testitext {
        margin: 0px 0px 10px 10px !important;
    }

    .testi img {
        width: 12%;
    }

    .faq {
        margin: 0px 20px 20px 20px;
    }

    .bloclogo img {
        width: 80% !important;
    }

    .bloclogo>p {


        margin-left: 3rem !important;
        margin-right: 2rem;

    }


    /* premium */


    .img-hero img {
        height: 80% !important;


    }

    .formule-text p {
        font-size: 12px !important;

    }

    .label-card-phone {
        display: none;
    }

    .img-hero-phone>img {
        display: none
    }

    /* team */


}

@media screen and (max-width: 990px) {

    .active {
    
        border-bottom: 0px solid  !important;
margin-left: 80% !important;
border-color: rgba(84, 166, 253, 1) !important;
        
    }

    .hero-text p {
        font-size: 12px !important;
    }

    .hero-text>h1 {
        font-size: 18px;
    }

    .hero-text>h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 12px !important;
    }

    .valoimg {
        padding-right: 0% !important;
    }

    .desktext {
        font-size: 12px !important;
    }

    .desktop>h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .valotext>p {

        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .valotext>p {

        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .interf-desk {

        height: 330px;
    }

    .desckimg img {
        height: 300px;
        width: 480px;
    }

    .univers {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }

    .categories>h3 {
        font-size: 28px !important;
    }

    .categories>h4 {
        font-size: 14px !important;
    }

    .categories>.btn-primary {
        margin-top: 30px !important;
    }

    .categories {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .stealtext>p {

        font-size: 14px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
        padding-top: 3rem;
        padding-bottom: 3rem;


    }

    .stealtext {
        padding-top: 0rem;
        padding-bottom: 0rem;


    }

    .stealtext>h3 {



        font-size: 30px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 42px;
        letter-spacing: 0em;
        text-align: left;

    }

    .stealimg img {
        display: none !important;
    }

    footer {
        background-image: url(././Images/footerback.jpg);
        height: 600px;

    }

    .bloclogo>p {

        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-left: 19.5rem !important;
        margin-right: 10rem;
    }

    .label-card-phone {
        display: contents;
    }

    .label-card-desk {
        display: none;
    }

    .img-hero>img {
        height: 450px !important;

    }

    .heroprem h1 {

        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        margin: 0 !important;
        letter-spacing: 0em;
        text-align: center;
        color: rgba(29, 29, 27, 1);
    }

    .heroprem h2 {

        font-size: 54px;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;

        text-align: center;
        color: rgba(84, 166, 253, 1);
        margin: 0 !important;

    }

    .heroprem p {

        font-size: 18px;
        font-style: normal;
        font-weight: 500;

        color: rgba(29, 29, 27, 1);
        margin: 0 !important;
    }

    .img-hero-phone>img {
        display: none
    }
    .contacttext h5 {
        font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    
    }
    .contacttext p {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 1rem;
     }
}

@media screen and (max-width: 425px) {

    .active {
    
        border-bottom: 0px solid  !important;
        border-color: rgb(226, 226, 226) !important;
        
    }

    .heroheader {
        background-image: none
    }

    .hero-text {
        background-image: url(././Images/hero-mobile-d.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-text p {
        font-size: 14px !important;
        margin-top: 2rem;
        padding-right: 5%;

    }

    .hero-text>h1 {
        padding-top: 3rem;
        font-size: 22px;
    }

    .hero-text>h2 {
        font-size: 24px;
    }

    .search .search_input {
        padding: 0 10px;
        width: 90%;

    }


    .search_input {
        font-size: 14px;
    }

    .valoimg img {
        width: 90%;
        height: auto;
    }

    .valoimg {
        padding-right: 5% !important;
        margin-bottom: 2rem;
    }

    .desckimg {
        padding-top: 0rem !important;
    }

    .interf-desk {
        background-image: url(././Images/desk-back.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 500px;

    }
    .contacttext h5 {
        font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
    
    }
    .contacttext p {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 1rem;
     }
    .desckimg img {
        height: 180px;
        width: 300px;
    }

    .desktop>h3 {
        text-align: left;

    }

    .desktext {

        text-align: left !important;

    }

    .faq>h6 {

        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;

    }

    .faqbot>p {

        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
    }

    footer {

        height: 610px;
    }

    .footmenu {
        padding-top: 1rem;
    }

    .bloclogo>p {

        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: -0.02em;
        text-align: center;
        margin-left: 1rem !important;
        margin-right: 1rem;
        margin-top: 1rem;
    }

    .bloclogo {
        padding-left: 0rem !important;
    }

    .blocfoot {
        background-image: none;
        background-color: rgba(251, 251, 251, 1);
        padding-top: 2rem !important;

    }

    .premiumtitle>h3 {
        font-size: 20px !important;
    }

    .heroprem h1 {

        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        margin: 0 !important;
        letter-spacing: 0em;
        text-align: center;
        color: rgba(29, 29, 27, 1);
    }

    .heroprem h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        color: rgba(84, 166, 253, 1);
        margin: 0 !important;

    }

    .heroprem p {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        color: rgba(29, 29, 27, 1);
        margin: 0 !important;
    }

    .img-hero>img {
        display: none;
    }

    .img-hero-phone>img {
        display: none
    }

    .img-hero-phone>img {
        display: unset
    }

    .assistsect {
        padding-bottom: 0px !important;

    }

    .teamhero img {
        display: none !important;
    }

    .mattext {

        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: right;
    }
}

.legal p {
    font-size: 12px;
}

