/* CSS crunched with Crunch - http://crunchapp.net/ */
/***********************************************/
/* MIXINS */
/* Reset */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
/* Most top header */
#most-top {
    box-shadow: 0 5px 5px -5px #d7d7d7;
    padding: 10px 40px;
    position: relative;
    z-index: 2;
}
#most-top #top-left-bloc {
    /*width: 200px;*/
    float: left;
}
#most-top #id-zone {
   /* width: 300px;*/
    float: right;
    text-align: right;
    padding-top: 17px;
}
#most-top #id-zone #logIO {
    color: #1abc9c;
    margin-left: 20px;
    cursor: pointer;
}
#mentions-legales section article {
    padding: 50px 40px;
}
#mentions-legales article h2 {
    font-size: 1.1em;
    font-weight: bold;
}
#mentions-legales article h2,
#mentions-legales article p {
    margin-bottom: 20px;
}
#mentions-legales article p {
    text-align: justify;
}
@media (max-width: 600px){
    #most-top #top-left-bloc{
        text-align: center;
        float: none;
    }
    header#most-top .where-to-go{
        float:left;
        width:100%;
    }
}