* 
{
    font-weight:400;
    color:#151948;
    text-decoration:none;
    box-sizing: border-box;     
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-size:14px;
    line-height: 28px;
    transition:0.3s;
    font-family: 'Poppins', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-color: white;
}


h1,h2,h3,h4,h5,h6 
{
    font-weight:500;
}


.svsTitle {
    display: inline-block!important;
    position: relative;
    height:160px;
}
.groupe_svsTitle .typed-home-about {
    color: #2d4275;
    font-size: 32px;
    line-height: 1.5;
    display: contents;
    font-weight: 700;
}
.groupe_svsTitle .typed-home-about span {
    font-size:inherit;
    line-height:inherit;
    font-weight:inherit;
    color:#6f6f6f;
}
.groupe_svsTitle .typed-home-about span i {
    font-size: inherit; 
    font-weight: inherit; 
    font-family: inherit; 
    font-style: normal; 
    color: #ff9d1c;
}
.groupe_svsTitle .typed-cursor {
    transition: 0!important;
    opacity: 1!important;
    margin-left: 8px;
}
.groupe_svsTitle .typed-cursor i {
    font-size: 32px;
    letter-spacing: 0.25px;
    color: rgb(255, 157, 28);
    margin-left: 10px;
}

.btn {
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition:0.3;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.element__vers__btn {
    background: linear-gradient(to bottom,rgba(255,255,255,0.001) 25%,#FFEFBA 100%);
    padding: 2% 8% 5%;
}
.vers__btn {
    padding:10px 25px;
    color:#172f62;
    font-size: 15px;
    display:flex;
    align-items: center;
    border-radius: 8px;
    font-weight:600;
    letter-spacing: 0.4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border:0;
}

.vers__btn i {
    font-size:inherit;
    color:inherit;
    padding-left:20px;
}
.co1 {
    color:#324854!important;
    font-weight:600!important
}
.co2 {
    color:#324854!important;
    font-weight:400!important;
    font-size:14px!important;
}
.co3 {
    background-color: #29539b!important;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%)!important;
    color:white!important;
    font-weight:700!important;
}

.fade-in {
    opacity: 0;
    animation: fade-in 1s ease-in-out forwards;
    }

    @keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.activeLink {
        color: white!important;
        background-color: #2d4275;
        padding: 2px 8px!important;
        border-radius: 5px;
        border-color: rgb(255, 157, 28)!important;
}

.svsTechnologie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    background-attachment: fixed;
    background-image: linear-gradient(180deg, #f2f2f200 36%, #ff9d1c1f 60%, #ffffff00 40%)!important;
    clip-path: ellipse(87% 21.75% at 50% -0.2%);
}

@media screen and (min-width:576px) and (max-width:767.9px) {
    /* Styles pour les smartphones étroits 
       Padding: 0 7%
    */
}

@media screen and (min-width:768px) and (max-width:991.9px) {
    /* Styles pour les tablettes et les ordinateurs portables 
       Padding: 0 8.5%
    */
}

@media screen and (min-width:992px) and (max-width:1199.9px) {
    /* Styles pour les ordinateurs portables plus larges et les petits écrans d'ordinateurs de bureau 
       Padding: 0 10%
    */
}

@media screen and (min-width:1200px) and (max-width:1439.9px) {
    /* Styles pour les grands écrans d'ordinateurs de bureau
       Padding: 0 11.5% 
    */
}

@media screen and (min-width:1440px) and (max-width:1679.9px) {
    /* Styles pour les grands écrans d'ordinateurs de bureau avec une résolution standard 
       Padding: 0 13%
    */
}

@media screen and (min-width:1680px) and (max-width:1920.9px) {
    /* Styles pour les grands écrans d'ordinateurs de bureau avec une résolution élevée 
        Padding: 0 14.5%
    */
}

/* Styles pour les écrans de résolution 2560x1440 et moins */
@media screen and (min-width: 1921px) and (max-width: 2560px) {
    /* Ajoutez ici vos styles spécifiques */
}
  
  /* Styles pour les écrans de résolution 3440x1440 et moins */
  @media screen and (min-width: 2561px) and (max-width: 3440px) {
    /* Ajoutez ici vos styles spécifiques */
}