* {
    box-sizing: border-box;
    overflow: visible;
}

header, footer, nav, section, aside, article, figure, figcaption {
    display: block;
}

html {
    font-size: 100%;
}

html, body {
    height: 100%;
}

body {
    background-color: #e3e3e3;
    font-size: 0.95em;
    font-family: 'Raleway', sans-serif;
    color: #3a3a3a;
    margin: 0;
    width: auto;
    padding: 0;
}

#body {
    padding-bottom: 120px;
}

.custom {
    display:none;
}

/*------------------------------------------ Header ---------------------------------------*/
#header {
    display:none;
}

#wrapper {
    display: block;
    position: relative;
    z-index: 100;
    background-color: #ca062b;
    height: auto;
}

#wrapper .inside {
    width: 100%;
    padding: 6px 0;
    margin: 0;
    position: relative;
}

#wrapper .inside .logoPhone {
    display: block;
    width: 60px;
    height: 33px;
    float: left;
    padding-left: 10px;
    background: url("http://iepweb2.sciencespo-rennes.fr/media/global/images/site/border-right.png") no-repeat 90% 29%;
}

#wrapper .mobile button {
    text-indent: 200%;
    overflow: hidden;
    background: transparent url("http://iepweb2.sciencespo-rennes.fr/media/global/images/site/icone-burger.png") no-repeat center / 80% auto;
    border: none;
    border-radius: 0;
    width: 30px;
    height: 35px;
    outline: none;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    box-shadow: none;
    cursor: pointer;
}

#wrapper .mobile p {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
    font-family: 'Roboto condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
}

#wrapper .mobile .expanded {
    transform: rotate(90deg);
    -webkit-transition: rotate(90deg);
    -moz-transition: rotate(90deg);
    -o-transition: rotate(90deg);
    background-color: transparent;
    border: 0;
}

#wrapper .mobile > div {
    display: none;
    position: relative;
    top: 6px;
    width: 100%;
    background-color: #ca062b;
}

#wrapper .mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #9b0820;
}

#wrapper .mobile > div li {
    text-align: center;
    line-height: 27px;
    overflow: visible;
}

#wrapper .mobile ul a {
    display: block;
    overflow: visible;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    text-transform: uppercase;
    border-bottom: 1px solid #9b0820;
}

#wrapper .mobile > div li .first {
    background-color: #9b0820;
}

/*-------------------------------------- Content ---------------------------------------*/
#container {
    position: relative;
    z-index: 60;
    width: 100%;
    margin-top: 10px;
    padding: 1em 1em;
}

#container #erreur::before, #container #erreur::after {
    display: none;
}

#container #erreur {
    position: relative;
    margin: -25px 0 0;
    padding-left: 10px;
    width: 100%;
}

#container #erreur::after {
    margin: -4px 15px 0 0;
}

#main {
    float: none;
    position: inherit;
    width: 100%;
    padding-right: 0;
}

#main h1::before {
    display: none;
}

#main h1 {
    margin-bottom: 10px;
    height: auto;
    font-size: 1.8em;
    background: white url("http://iepweb2.sciencespo-rennes.fr/media/global/images/site/asset-02.png") no-repeat 5px 10px / 20px 23px;
    padding: 5px 10px 5px 30px;
    width: 100%;
}

/*-------------------------------------- Nav Right ---------------------------------------*/
#right {
    float: none;
    position: initial;
    width: 100%;
    margin: 20px 0 0;
}

#right #nav-right {
    padding: 15px;
}

#right #nav-right p {
    margin: 0;
}

/*-------------------------------------- Footer ---------------------------------------*/
#footer {
    color: white;
    height: inherit;
}
 #footer .inside {
    padding: 10px;
}
#footer h3 {
    margin: 0;
    padding: 0;
    font-size: 1.45em;
}

/*-------------------------------------- Utils ---------------------------------------*/
h3 {
    font-size: 1.85em;
    margin: 0.75em 0 0.25em;
}

/*-------------------------------------- Liste ---------------------------------------*/
.liste_contenu.level_1 li{
    background: none;
    padding: 0;
}

.liste_contenu.level_1 li p {
    background: url("http://iepweb2.sciencespo-rennes.fr/media/global/images/site/asset-05.png") no-repeat 5px 4px;
    font-size: 18px;
    padding-left: 25px;
    margin: 0;
}

.liste_contenu.level_1 li a {
    background: url("http://iepweb2.sciencespo-rennes.fr/media/global/images/site/asset-05.png") no-repeat 5px 6px;
    background-color: white;
    padding: 2px 5px 2px 25px;
    color: #678d97;
    font-size: 18px;
    text-decoration: none;
}

.liste_contenu.level_1 li a:hover {
    background-image: url("http://iepweb2.sciencespo-rennes.fr/media/global/images/site/asset-05-hover.png");
    background-color: #315059;
    color: white;
}

.liste_contenu.level_2 li p.item_title {
    font-size: 1.2em;
    margin-bottom: 5px;
}

/*-------------------------------------- Table ---------------------------------------*/
table th, table td {
    padding: 5px;
}

/*-------------------------------------- Forms ---------------------------------------*/
.form {
    margin: 10px auto;
    padding: 10px;
}

.form.popup_form {
    width: 90%;
}

.form .form_label {
    width: 100%;
    //padding-left:10px;
    margin: 10px 0;
}

.form .form_label label .label_title {
    font-size: 20px;
}

.form select {
    width: 100%;
}

.form input[type="submit"]{
    width: 100%;
}

a.button.export {
    margin: 10px auto 0;
    padding: 5px 0 3px;
    font-size: 18px;
    width: 200px;
}

.centerbutton {
    width : 100% !important;
}

.popup .centerbutton {
    width : 300px !important;
}

.avote {
    padding: 3px 4px;
    background-color: white;
    border-radius: 0;
    color: #678d97;
    vertical-align: 1px;
}
