html {
    font-family: sans-serif, arial, Times New Roman;
    font-size: 16px;
    line-height: 160%;
}

main{
    width: 100%;
    text-decoration: none;
}

img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

h1, h2{
    text-align: center;
    font-weight: bold;
}
@media screen and (min-width: 960px){
    main{
        display: flex;
        flex-direction: row;
    }

    .homeLeft{
        width: 70%;
    }

    .homeRight{
        width: 30%;
    }
    h1{
        font-size: 22px;
        line-height: 180%;
    }
    h2{
        font-weight: 20px;
        line-height: 175%;
    }

    #contentConsultant{
        z-index: 1;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 300px;
        background-color: rgb(188, 170, 255);
    }

    #menuConsultant{
        padding-top: 6px;
        padding-bottom: 6px;
        background-color: blue;
    }
}

@media screen and (min-width: 760px) and (max-width: 959px){
    main{
        display: flex;
        flex-direction: row;
    }

    .homeLeft{
        width: 70%;
    }

    .homeRight{
        width: 30%;
    }
    h1{
        font-size: 21px;
        line-height: 175%;
    }
    h2{
        font-size: 19px;
        line-height: 170%;
    }
    #contentConsultant{
        z-index: 1;
        position: fixed;
        bottom: 0;
        right: 6;
        width: 300px;
        background-color: rgb(141, 133, 250);
    }

    #menuConsultant{
        padding-top: 6px;
        padding-bottom: 6px;
        background-color: blue;
    }
}

@media screen and (max-width: 759px){
    main{
        display: flex;
        flex-direction: column;
    }

    .homeLeft{
        width: 100%;
    }

    .homeRight{
        width: 100%;
    }
    h1{
        font-size: 20px;
        line-height: 165%;
    }
    h2{
        font-size: 18px;
        line-height: 170%;
    }
    #contentConsultant{
        z-index: 1;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 70%;
        background-color: rgb(188, 170, 255);
    }

    #menuConsultant{
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: blue;
    }
}

.homeLeftHome{
    width: 100%;
    padding: 9px;
}

.homeLeft{
    margin-left: auto;
    margin-right: auto;
    padding: 9px;
}
.divmain a{
    text-decoration: none;
}

#titleConsultant{
    width: 92%;
    padding-top: 10px;
    color: white;
    font-size: 20px;
    text-align: center;
}

#closeConsultant{
    float: right;
    padding-right: 15px;
    color: red;
    font-size: 35px;
    width: 8%;
}

#closeConsultant:focus {
  color: black;
  text-decoration: none;
}

#consultantAjax{
    width: 100%;
    padding-bottom: 12px;
}

.divCenter{
    margin-right: auto;
    margin-left: auto;
}

.flexngang{
    display: flex;
    flex-direction: row;
}
.pointer{
    cursor: pointer;
}

.bold{
    font-weight: bold;
}
