/* GENERAL **************************************************/
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh; */

    font-size: 12px;
    color: #393939;
    line-height: 20px;
}
body .remove{
    display: none;
}
.container{
    width: 930px;
    height: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.font_thin{
    font-weight: 300;
    font-style: italic;
}
.italic{
    font-style: italic;
}
.bold{
    font-weight: 700;
}
.big_bold{
    font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-weight: bold;
}
h4{
    font-size: 15px;
}

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

/* HOME *****************************************************/
/* HEADER ***************************************************/
h1{
    color: #1565AA;
    font-size: 4em;
    text-align: center;
    margin: 20px;
}
h2{
    color: #1565AA;
    font-size: 4em;
    margin: 20px;
    text-align: center;
}

nav > a:hover{
    cursor: pointer;
    background-color: #d3831b;
}


.menu_results{
    width: 100%;
    height: 80px;
    color: #1565AA;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 10;
}
.menu_results div{
    margin: 20px;
    font-size: 1.2em;
}
.menu_results div:hover{
    cursor: pointer;
    border-bottom: 2px solid #1565AA;
}
.menu_results_border{
    border-bottom: 2px solid #1565AA;
}

.menu_first{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 50px;
    width: 100%;
    background-color: #1565AA;
}
.menu_first a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-decoration: none;
    color: white;
}

.other_pages{
    width: 80%;
    margin: 50px auto;
}





.shock_tool{
    margin: 30px 0;
}
.shock_tool img{
    width: 387.5px;
    height: 290.42;
}
.shock_tool div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shock_button button{
    background-color: #1565AA;
    border : 1px solid transparent;
    border-color: #1565AA;
    border-radius: 4px;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    width: 100px;
    height: 40px;
    margin: 10px;
}


.map_empty, .mode{
    text-align: center;
    color: red;
    font-size: 1em;
}

figure{
    margin: 30px 0;
}
figcaption{
    width: 80%;
    margin: auto;
    font-size: 0.7em;
    font-size: 700;
}


/* FOOTER **************************************************/
footer{
    width: 100%;
    color: #1565AA;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
footer a{
    font-size: 1.2em;
}
footer p{
    font-size: 7px;
}
.footer_info{
    display: flex;
    justify-content: space-around;
}
.footer_info nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 30%;
}
.footer_info p{
    width: 60%;
}

.footer_logo{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.erc, .cnes{
    width: 50px;
    height: 50px;
    /* margin: 0px 20px 5px; */
}
.anr{
    width: 45px;
    height: 45px;
    /* margin: 6px 20px; */
}
.euphoria{
    height: 40px;
    /* margin: 0px 20px 5px; */
}
.informarty{
    height: 40px;
}
.esa, .cdpp{
    width: 90px;
}
.cdpp_white{
    width: 60px;
    margin: 5px;
}
.serpentine{
    width: 40px;
    height: 40px;
}

