* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.cdnfonts.com/css/futura-std-4');

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}


header {
    width: 100%;
    text-align: center;
}

header img {
    width: 100%;
    -webkit-box-shadow: 0px 0.05em 1em 0px #000000;
    box-shadow: 0px 0.05em 1em 0px #000000;
}

#navbar {
    display: flex;
    justify-content: space-between;
    margin-left: 16em;
    margin-right: 2em;
}

a {
    text-decoration: none;
    color: #38383a;
}

a:hover {
    color: #E8501F;
}

section {
    margin-left: 4em;
    margin-right: 4em;
}

.sec {
    margin-left: 10em;
    margin-right: 10em;
}

.ligne {
    height: 0px;
    width: 99.2%;
    margin: auto;
    margin-top: 4em;
    margin-bottom: 1em;
    border: 0.1em solid rgba(0, 0, 0, 0.1);
}

.message {
    display: flex;
    margin-bottom: 0.5em;
}

.mess {
    margin: auto;
    width: 10em;
}

h1 {
    margin-top: 1.5em;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 650;
    font-size: 2.7em;
    letter-spacing: 0.01em;
    color: #4B4B4D;
}

h2 {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5em;
    text-align: center;
    letter-spacing: 0.06em;
    color: #4B4B4D;
    margin-bottom: 0.1em;
}

h3 {
    margin-top: 0.2em;
    margin-bottom: 1.2em;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.05em;
    color: rgba(75, 75, 77, 0.7);
}

h4 {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    letter-spacing: 0.05em;
    color: rgb(75, 75, 77);
    margin-top: 1em;
}

p {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 0.01em;
    text-align: justify;
    color: #4B4B4D;
    margin-top: 0.6em;
}

li {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 0.01em;
    text-align: justify;
    color: rgb(75, 75, 77, 0.9);
    margin-bottom: 0.2em;
    margin-left: 0.95em;
}

.li {
    list-style: inside square;
}

#deca {
    height: 16em;
}

#decalage {
    height: 12vb;
}

#img_sica {
    width: 33em;
    height: 16em;
    margin-left: 2em;
    margin-bottom: 1em;
    border-radius: 1em;
    float: right;
}

footer {
    margin-top: 4em;
    background-color: #f8b332;
    border-top: 0.1em solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0.05em 0.7em 0px #000000;
    box-shadow: 0px 0.05em 0.7em 0px #000000;
    display: flex;
    flex-direction: row;
    width: 100%;
}

footer img {
    position: absolute left;
    max-width: 27em;
}

#flex  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

footer div p {
    margin-top: 0.6em;
    margin-bottom: 0.2em;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    text-align: center;
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.7);
}

.si {
    margin-top: 0.7em;
}

#pole {
    min-height: 26.4em;
}