.container-contact {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
}

.row-contact:after {
    content: "";
    display: table;
    clear: both;
}

.column-contact, input[type=submit] {
    width: 100%;
    margin-top: 0;
}

.text-hovering-silver {

}

.text-hovering-silver:hover {
    color: silver;
    cursor: grab;
}




.cookies {
    display: table;
    width: 80%;
    font-weight: light;
    font-size: 18px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


table {
    margin-top: 20px;
    border-collapse: collapse;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

td, th {
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #ebebeb;
}





/* Got Top Button */
#myBtnexpo {
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 300;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #550000;
    color: #fffd00;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;

}
#myBtnexpo:hover {
    background-color: #38449f;
    color: #ffa312;
}
/* Got Top Button */







.languagepicker {
    position: relative;
    background-color: #FFF;
    display: block;
    padding: 0;
    height: 31px;
    overflow: hidden;
    transition: all .3s ease;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.languagepicker:hover {
    /* don't forget the 1px border */
    height: 81px;
}

.languagepicker a{
    color: #000;
    text-decoration: none;
}

.languagepicker li {
    display: block;
    padding: 0px 20px;
    line-height: 32px;
    border-top: 1px solid #EEE;
}

.languagepicker li:hover{
    background-color: #EEE;
}

.languagepicker a:first-child li {
    border: none;
    background: #FFF !important;
}

.languagepicker li img {
    margin-right: 5px;
}

.roundborders {
    border-radius: 2px;
}

.large:hover {
    /*
    don't forget the 1px border!
    The first language is 40px heigh,
    the others are 41px
    */
    height: 128px;
}








@media screen and (max-width: 1250px) {
    .cookies {width: 90%;font-size: 15px;}
}


@media screen and (max-width: 700px) {
    .cookies {width: 100%;font-size: 13px;}
}


@media screen and (max-width: 300px) {
    .cookies {width: 100%;font-size: 10px;}

}