@charset "utf-8";

/* You can remove this. */
/*-----------------------FORMULAIRE--------------------*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
* {
    /* With these codes padding and border does not increase it's width and gives intuitive style.*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    text-align: justify;
}
a {
    text-decoration: none;
    color: #4f9eef;
}

.card{
	text-align:center;
}

#boutonsAccueil a {
    display: inline-block;
    background: #FFF;
    box-shadow: inset 0 0 64px rgba(0, 0, 0, 0.1);
    outline: solid 1px #DDD;
    position: relative;
    text-decoration: none;
    color: #888;
    padding: 32px;
    margin: 24px;
}

#boutonsAccueil a * {
    text-decoration: none;
    line-height: 10px;
    font-size: 10px;
}

#boutonsAccueil img {
    outline: 0;
    border: solid 1px #CCC;
    width: 280px;
}

#boutonsAccueil strong {
    font-size: 24px;
    display: block;
    margin-bottom: 24px;
    text-align: center;
}

#boutonsAccueil span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 8px;
}

#boutonsAccueil a.bloc1 strong {
    color: #C00;
}

#boutonsAccueil a.bloc1:hover * {
    color: #C00;
    border-color: #C00;
}

#boutonsAccueil a.bloc2 strong {
    color: #0C0;
}

#boutonsAccueil a.bloc2:hover * {
    color: #0C0;
    border-color: #0C0;
}

#boutonsAccueil a.bloc3 strong {
    color: #06C;
}

#boutonsAccueil a.bloc3:hover * {
    color: #06C;
    border-color: #06C;
}

#boutonsAccueil a.bloc4 strong {
    color: #E60;
}

#boutonsAccueil a.bloc4:hover * {
    color: #E60;
    border-color: #E60;
}


.center {
	text-align: center;
}

#body_form {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
}

div#formulaire {
    margin: 10px 50px 10px 50px;
    padding: 10px 0;
}

#formulaire form {
    width: 70%;
    margin: 4% 15%;
}


/* Makes responsive fields. Sets size and field alignment.*/

#formulaire select {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
}

#formulaire input[type=hidden] {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
}

#formulaire input[type=password] {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
}

#formulaire input[type=email] {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
}

#formulaire input[type=file] {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
}

#formulaire input[type=text] {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
}

#formulaire input[type=submit] {
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
    background-color: #4180C5;
    color: aliceblue;
    font-size: 15px;
    cursor: pointer;
}

#formulaire #submit:hover {
    background-color: black;
}

#formulaire textarea {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #7ac9b7;
    border-radius: 5px;
    margin-bottom: 20px;
    resize: none;
}

#formulaire input[type=text]:focus,
#formulaire textarea:focus {
    border-color: #4697e4;
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
    div#formulaire {
        width: 80%;
        margin: 10px 30% 10px 11%;
    }
}

@media screen and (max-width: 600px) and (min-width: 351px) {
    h2 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    label {
        font-size: 12px;
    }
    input[type=submit] {
        padding: 5px;
    }
    input[type=text] {
        padding: 8px;
    }
    div#formulaire {
        width: 80%;
        margin: 10px 30% 10px 11%;
    }
}

@media screen and (max-width: 350px) {
    input[type=submit] {
        padding: 4px;
        font-size: 12px;
    }
    input[type=text] {
        padding: 8px;
    }
    label {
        font-size: 12px;
    }
    h2 {
        font-size: 15px;
    }
    p {
        font-size: 12px;
    }
    div#formulaire {
        width: 80%;
        margin: 10px 30% 10px 11%;
    }
}


/*------------------------FIN FORMULAIRE ------------------------*/


/*---------------TABLEAU--------------*/

#tableau_cprof {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

#tableau_cprof caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#tableau_cprof tr {
    background: #f8f8f8;
    border: 1px solid #9B9B9B;
    padding: .35em;
}

#tableau_cprof th,
#tableau_cprof td {
    padding: .625em;
    text-align: center;
    border: 1px solid #9B9B9B;
}

#tableau_cprof th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    #tableau_cprof {
        border: 0;
    }
    #tableau_cprof caption {
        font-size: 1.3em;
    }
    #tableau_cprof thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #tableau_cprof tr {
        border-bottom: 3px solid #9B9B9B;
        display: block;
        margin-bottom: .625em;
    }
    #tableau_cprof td {
        border-bottom: 1px solid #9B9B9B;
        display: block;
        font-size: .8em;
        text-align: right;
        border: none;
    }
    #tableau_cprof td:before {
        content: attr(aria-label);
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #tableau_cprof td:last-child {
        border-bottom: 0;
    }
}

#tableau_emplois table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

#tableau_emplois tabel caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#tableau_emplois table tr {
    background: #f8f8f8;
    border: 1px solid #9B9B9B;
    padding: .35em;
}

#tableau_emplois table th,
#tableau_emplois table td {
    padding: .625em;
    text-align: center;
    border: 1px solid #9B9B9B;
}

#tableau_emplois table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    #tableau_emplois table {
        border: 0;
    }
    #tableau_emplois table caption {
        font-size: 1.3em;
    }
    #tableau_emplois table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #tableau_emplois table tr {
        border-bottom: 3px solid #9B9B9B;
        display: block;
        margin-bottom: .625em;
    }
    #tableau_emplois table td {
        border-bottom: 1px solid #9B9B9B;
        display: block;
        font-size: .8em;
        text-align: right;
        border: none;
    }
    #tableau_emplois table td:before {
        content: attr(aria-label);
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #tableau_emplois table td:last-child {
        border-bottom: 0;
    }
}


/*----------------------------------------*/

#tableau_sans_bordure {
    padding-left: 125px;
    padding-right: 125px;
    table-layout: auto;
}

#tableau_sans_bordure tr:hover td {
    background: #49E;
    color: #000;
    cursor: pointer
}

#tableau_sans_bordure tr:hover td a {
    color: #FFF;
    text-decoration: underline
}

#tableau_sans_bordure td {
    text-align: left;
    border: none;
    padding: 10px 20px 30px 40px;
    font-size: 18px;
}

#tableau_sans_bordure tr {
    border: none;
}

@media screen and (max-width: 800px) {
    #tableau_sans_bordure {
        padding-left: 0px;
        padding-right: 0px;
        table-layout: auto;
    }
}

@media screen and (max-width: 600px) {
    #tableau_sans_bordure tr {
        display: block;
        margin-bottom: .625em;
    }
    #tableau_sans_bordure td {
        display: block;
        font-size: 16px;
        text-align: left;
        padding: 5px;
        border: none;
    }
    #tableau_sans_bordure td:before {
        content: attr(aria-label);
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #tableau_sans_bordure td:last-child {
        border-bottom: 0;
    }
}


/*------------FIN TABLEAU---------------*/