
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&display=swap');

@font-face
{
    font-family: "Flanella";
    src: url(./rsc/Flanella.ttf);
}

html
{
    width:100%;
    height:100%;
    margin-left:0;
    padding-left:0;
    margin-right:0;
    padding-right:0;
    margin-top:0;
    padding-top:0;
}

body
{
    width:100%;
    margin-left:0;
    padding-left:0;
    margin-right:0;
    padding-right:0;
}

#main-body
{
    width:calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
} 

/* VERSION DESKTOP */
@media screen and (min-width: 1000px)
{
    #main-body
    {
        position:relative;
        width:calc(1280px - 40px);
        left:calc(50% - (1280px / 2));
    }    
}

.horizontal
{
    display: flex;
}

.vertical
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


hr
{
	color: rgba(36, 167, 162, 0.7);
}

.butt
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    background: linear-gradient(270deg, white -30.44%, rgba(247, 207, 27, 0.6) 30.75%);
    border-radius: 5px;
    color: black;
    border-width: thin;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    color: black;
    text-align: justify;
}

/* VERSION DESKTOP */
@media screen and (min-width: 1000px)
{
    .butt
    {
        font-size: 1em;
    }  
}

.butt-bleu
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    background: linear-gradient(270deg, white -30.44%, rgba(36, 167, 162, 0.8) 30.75%);
    border-radius: 5px;
    color: black;
    border-width: thin;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    color: black;
    text-align: justify;
}

/* VERSION DESKTOP */
@media screen and (min-width: 1000px)
{
    .butt-bleu
    {
        font-size: 1em;
    }  
}


p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    color: black;
    text-align: justify;
}

/* VERSION DESKTOP */
@media screen and (min-width: 1000px)
{
    p
    {
        font-size: 1em;
    }  
}

.p-center{
    text-align: center;
}

.p-rncp{
    font-size: 1.6em;
}

/* VERSION DESKTOP */
@media screen and (min-width: 1000px)
{
    .p-rncp
    {
        font-size: 1.2em;
    }  
}

h1
{
    font-family: "Flanella";
    font-style: normal;
    font-size: 6em;
    font-weight: normal;
    color: black;
}

@media screen and (min-width: 1000px)
{
    h1
    {
        font-size: 3.5em;
    }
}

h2
{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 2em;
    font-weight: normal;
    color: black;
}

h3
{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 2.5em;
    font-weight: bold;
    color: black;
}

@media screen and (min-width: 1000px)
{
    h3
    {
        font-family: "Flanella";
        font-style: normal;
        font-size: 2.9em;
        font-weight: normal;
        color: black;
    }
}

h4
{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 1.6em;
    font-weight: normal;
    color: black;
}

a {
    text-decoration: none;
    color: white;
}

li
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    color: black;
    text-align: justify;
}

@media screen and (min-width: 1000px)
{
    li
    {
        font-size: 1em;
        line-height: 35px;
    }
}







