@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */



/* =================================================== GLOBAL ===================================================*/

body{
    background-color: rgb(44, 45, 46);
    margin: 0;
    padding: 0;
}


header{
    background-color: rgb(41, 63, 44);

    font-family: "Montserrat", sans-serif;
    color: aliceblue;
}

main{
    background-color: rgb(41, 43, 44);
    width: 960px;
    margin: 0 auto;
    margin-top: 130px;
    text-align: center;
}

footer{
    width: 100%;
    background-color: rgb(27, 28, 29);
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 130px;
}



/*=================================================== HEADER =================================================== */

.logo{
    float: left;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-top: 5px;
}

.text_header_logo a{
    text-decoration: none;
    color: aliceblue;
    margin-left: 10px;
}

/* .header_content{ */
    /* background-color: rgba(0, 0, 0, 0.8); */
    /* width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000; */
/* } */

/* .header_content:hover .nav_header{
    display: block;
} */

.nav_header{
    padding-top: 15px;
    text-align: center;
}

.nav_header a{
    margin-left: 20px;

    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: 20px;
}
.nav_header a:hover{
    color: orange;
}

/*===================================================  LINK =================================================== */



.link_list_title{

    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}

#link_list_title{

    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}


.link_list_div{
    list-style-position: inside;
}

.link_list_div li{
    margin-top: 5px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    color: aliceblue;
    font-size: 25px;
}

.link_list_div a{
    margin-top: 5px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    color: rgb(50, 155, 56);
    font-size: 25px;
}

.link_list_div a:hover{
    color: orange;
}


.explanation{
    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}

.contextual_link{
    color: aqua;
}


/*===================================================  TABLE =================================================== */

#table_main_title{

    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}


.table_main_title{

    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}


.table_main_div table{
    width: 100%;
    margin: auto;
    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}


.table_main_div tr:nth-child(odd){
    background-color: chocolate;
}

.table_main_div tr:nth-child(even){
    background-color: brown;
}

/*===================================================  FORM =================================================== */
#form_main_title{

    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}


.form_main_title{

    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}

.form_main_div label{

    color: aliceblue;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}


.personal_information{
    font-family: "Montserrat", sans-serif;
    color: aliceblue;
    font-size: 25px;
}


input[type="text"] {
    font-family: inherit;
    font-size: 18px; 
    line-height: inherit; 
    margin: 0;
    background-color: black;
    border-radius: 5px;
    color: aliceblue;
}

input[type="tel"] {
    font-family: inherit;
    font-size: 18px; 
    line-height: inherit; 
    margin: 0;
    background-color: black;
    border-radius: 5px;
    color: aliceblue;
}

input[type="email"] {
    font-family: inherit;
    font-size: 18px; 
    line-height: inherit; 
    margin: 0;
    background-color: black;
    border-radius: 5px;
    color: aliceblue;
}

input[type="date"] {
    font-family: inherit;
    font-size: 16px; 
    line-height: inherit; 
    margin: 0;
    background-color: rgb(228, 16, 16);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    font-size: 20px;
}



.form_gender_text{
    font-family: "Montserrat", sans-serif;
    color: aliceblue;
    font-size: 25px;
}

input[type="radio"] {
    accent-color: #C56FFF;
    width: 20px;
    height: 20px;
}


#form_select_languages{
    background-color: black;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4px;
    padding-bottom: 0px;
    border-radius: 5px;
    font-size: 20px;
}

#form_select_languages option{
    color: yellow;
    background-color: rgb(0, 0, 0);
}

#form_select_languages option:checked{
    color: yellow;
    background-color: rgb(228, 16, 16);
}


.form_bio{
    background-color: black;
    border-radius: 5px;
    font-size: 20px;
    width: 200px;
    height: 100px;
    color: aliceblue;
}

input[type="checkbox"] {
  accent-color: #C56FFF;
  width: 20px;
  height: 20px;
}

button.form_sumbit{
    background-color: black;
    color: aliceblue;
    font-size: 20px;
    cursor: pointer;
}

button.form_sumbit:hover{
    background-color: rgb(201, 27, 27);
    color: aliceblue;
    font-size: 20px;
}



/*===================================================  FOOTER =================================================== */

.footer_text{
    font-family: "Montserrat", sans-serif;
    color: aliceblue;
    font-size: 20px;
    margin-left: 100px;
}
