h1{
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 9%;
    font-display: swap;
}

h2{
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 9%;
}

h3{
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 9%;
}

h4{
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 9%;
}

h5{
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 9%;
}

h6{
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 9%;
}

p,li, ul, a, label{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color:#1E1E1E;
    text-align:center;
    line-height: 26px;
}

.col{
    display: flex;
    flex-direction: column;
}

.row{
    display: flex;
    flex-direction: row;
}

.container{
    padding: 0px 10%;
    align-items:center;
}

.content{
    width:80vw;
}

img {
    max-height: 100%;
    object-fit: cover;
    max-width:100%;
}

.border-radius-10{
    border-radius: 10px;
}

.center{
    justify-content: center;
    align-items: center;
}

.text{
    line-height: 30px;
    letter-spacing: 9%;
}

/* CLASSES GLOBALES --------------------------------------------------------------------------------------------------------- */
.blue{
    color : #244952;
}

.gris{
    background-color : #F5F5F5;
}

.grey{
    color: #1E1E1E;
}

.blue-clair {
    color: #007bff;
}

.red {
    color: red;
}

.green{
    color: green;
}

.yellow-stars{
    color: #FFA500;
}

.ml-5 {
    margin-left: 50px;
}

.pl-5 {
    padding-left: 50px;
}

.mt-5{
    margin-top: 50px;
}

.mt-3{
    margin-top: 30px;
}

.mb-5{
    margin-bottom: 50px;
}

.mb-3{
    margin-bottom: 30px;
}

.mb-1{
    margin-bottom: 10px;
}

.pt-5{
    padding-top: 50px;
}

.pt-3{
    padding-top: 30px;
}

.pb-5{
    padding-bottom: 50px;
}

.jc-center{
    justify-content: center;
}

.ai-center{
    align-items: center;
}

.blue-sous-title{
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
}

.strong{
    font-weight: bold;
}

/* PAGE 404 ----------------------------------------------------------------------------------------------------------------- */
/* Bouton avec l'animation*/
.c-button {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    padding: 0.9em 1.6em;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.c-button--gooey {
    color: #244952;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 3px solid #244952;
    border-radius: 0;
    position: relative;
    transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -3px;
    right: -1px;
    z-index: -1;
}

.c-button--gooey .c-button__blobs div {
    background-color: #244952;
    width: 34%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(125%) translateZ(0);
    transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
    left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
    left: 30%;
    transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
    left: 66%;
    transition-delay: 25ms;
}

.c-button--gooey:hover {
    color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
    transform: scale(1.4) translateY(0) translateZ(0);
}

/*Faire un bouton bleu*/

.blue-button{
    background-color: #244952;
    color: #FFFFFF;
    padding: 10px 30px;
    text-decoration: none;
    margin-top: 20px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    border:none;
    cursor:pointer;
}

.blue-f-button{
    background-color: #323F45;
    color: #FFFFFF;
    padding: 10px 30px;
    text-decoration: none;
    margin-top: 20px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.blue-button-old-news{
    background-color: #244952;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    width: 100px;
    text-align: center;
    margin-top:5px;
    padding:10px;
    font-size:14px;
    font-family:"Be Vietnam Pro";
}

.reset-border {
    border: none;
}

.big{
    font-size: 50px;
}

.start{
    justify-content: start;
}

.width-one-hundred{
    width: 100%;
}

.hidden {
    display: none;
}