body{
    text-align: center;
}

h1{
    font-size: 50px;
    font-family: arial, sans-serif;
}

h2{
    font-size: 40px;
    font-family: arial, sans-serif;

}

.space{
    margin-bottom: -30px;
}

p{
    font-size: 22px;
    font-family: 'Roboto', sans-serif ;
}

.bold{
    font-weight: bold;
}

.flag{
    max-width: 460px;    
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.flag::after{
    content: "";
    display: block;
    padding-bottom: 60%;
}

.flag-container{
    display: flex;
    justify-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.color{
    width: 33.33%;
    height: 100%
}

.white{
    background-color: #FFFFFF;
}



.hex{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    justify-self: center;
    justify-content: space-between;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

.hex1{
    width: 33.33%;
}

.hex2{
    width: 33.33%;
}

.hex3{
    width: 33.33%;
}

.boutton{
    background: #10162d;
    border-radius: 30px;
    margin-right: 5px;
    color: white;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}

.boutton:hover{    
    cursor: pointer;
}

.dl{
    margin-right: 5px;
}

.block1{
    margin-top: 33px;
}

.block2{
    margin-top: 33px;
}

img{
    height: 40px;
    width: 40px;
    color: #FFFFFF;
    border-radius: 60px 60px;
    background-color: #10162d;
    padding: 5px;
}


.texte{
    max-width: 780px;
    width: calc(100% - 26px);
    margin: 0 auto;
}

.article{
    border: 2px solid #d8d8d8 ;
    box-sizing: border-box;
    padding: 20px;
    font-family: 'Spectral', serif;
    font-size: 22px;
}



.mariale{
    color: #000080;
    font-weight: bold;
}

.marine{
    color: #03224c;
    font-weight: bold;
}

footer{
    font-size: 18px;
    font-family: arial, sans-serif;
}