.visuallyhidden{
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
/*
h1{
    font-size: 64px;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
}
*/
h2{
    font-size: 64px;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
}



h4{
    font-size: 10px;
}


h5{
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h6{
    padding-top: 20px;
    font-size: 20px;
}

.title-h2{
    font-size: 48px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}

.title-h3{
    font-size: 26px;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
}


.title-h4{
    font-size: 26px;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
}

.card-title-h4{
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.super-title{
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

.super-title2{
    font-size: xxx-large;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}
.super-title3{
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}

p{
    font-size: 20px;font-weight: 200;font-family: 'Manrope', sans-serif;
}
.text-size{
    font-size: 22px;
}

.text-corp-1{
    font-weight: 400;font-family: 'Manrope', sans-serif;
}
.text-corp-3{
    font-weight: 400;
    font-family: 'Manrope', sans-serif
}

.pd-left{
    margin: 4rem;
}
.pd-left-bis{
    margin: 2rem;
}
.text-aligne{
    text-align: justify;
}

ul{
    margin: 0;
    padding: 0;
}
li{
    margin:0;
}

@media screen and (max-width: 1350px){


}


@media screen and (max-width: 750px) {

    h1{
        font-size: 42px;
        font-weight: 300;
        font-family: 'Quicksand', sans-serif;
    }
    h2{
        font-size: 36px;
        font-weight: 300;
        font-family: 'Manrope', sans-serif;
    }

    .title-h2{
        font-size: 24px;
        font-weight: 700;
        font-family: 'Manrope', sans-serif;
    }

    .title-h3{
        padding-top: 20px;
        font-size: 20px;
        padding-left: 1rem;
    }

    .super-title,
    .super-title2{
        font-size: xx-large;
    }

    .text-corp-3{
        font-size: 20px;;font-weight: 300;font-family: 'Manrope', sans-serif;
    }
    .text-corp-1{
        font-size: 16px;font-weight: 300;font-family: 'Manrope', sans-serif;
    }
    .text-corp{
        font-size: 16px;
    }
    .text-size{
        font-size: 18px;
        font-weight: 500;
    }
    .pd-left{
        margin: 0 0 1rem;
    }
    .pd-x{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .pd-b-1{
        padding-bottom: 1rem;
    }
    .pd-left-bis{
        margin: 0;
    }

    .card-title-h4{
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

}
