.error {
    color: #AA4141;
    font-family: 'Rockwell';
    font-size: 120%;
}

.button {
    background-color: #4CAF50;
    color: #F1F1F1;
    border: 0;
    font-family: 'Rockwell';
    font-size: 150%;
    margin-right: 30px;
}

.button:active {
    outline: none;
}

.button:focus {
    outline: none;
}

.button:hover {
    background-color: #F1F1F1;
    color: #4CAF50;
    cursor: pointer;
}

.headbar {
    background-color: #4CAF50;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.headbarDown {
    background-color: #4CAF50;
    overflow: hidden;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.button-menu {
    display: inline-block;
}

.v-a {
    vertical-align: middle;
}

.vertical {
    display: flex;
    flex-direction: column;
    background-color: #4CAF50;
    border: black solid 0px;
    border-bottom-width: 1px;
}

.rockwell {
    font-family: Rockwell;
    margin: 0;
    font-size: 50;
    padding: 0px 5px;
    display: inline-block;
    float: left;
}

.headbar > div {flex: 1;}

.circular {
    margin-top: 10px;
    margin-right: 10px;
}

.circular-text {
    margin-top: 10px;
    margin-right: 100px;
    text-align: right;
}



.center {
    align-self: center;
    display: inline-block;
    text-align: center;
    justify-content: center;
}

.img {
    width: auto;
    height: 100%;
}

.imgHovered {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    float: right;
}

.buttonConnect {
    color: #4CAF50;
    background-color: #F1F1F1;
    border: 0;
    font-family: 'Rockwell';
    font-size: 150%;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 10px;
}

.buttonConnect:hover {
    background-color: lightgray;
}

.buttonConnect:active {
    outline: none;
}

.buttonConnect:focus {
    outline: none;
}

/*bandeau*/
.bandeau {
    position: absolute;
    flex-direction: column;
    right: 40px;
    top: 50px;
}

.sousbandeau-a {
    align-self: flex-start;
    display: flex;
    border: 2px solid black;
    border-bottom-width: 1px;
    background-color: white;
    width: 130px;
    cursor: pointer;
    align-items: center;
}

.sousbandeau-b {
    align-self: flex-start;
    display: flex;
    border: 2px solid black;
    border-top-width: 1px;
    background-color: white;
    width: 130px;
    cursor: pointer;
    align-items: center;
}

.sousbandeau-a:hover {background-color: lightgray;}

.sousbandeau-b:hover {
    background-color: lightgray;
}

.texte {
    font-family: Rockwell;
    margin: 0;
    font-size: 15;
    padding: 6px 5px;
}

.pictogram {
    width: 30px;
    height: 30px;
}

.material-icons.md-18 {font-size: 18px;}
.material-icons.md-24 {font-size: 24px;}
.material-icons.md-36 {font-size: 36px;}
.material-icons.md-48 {font-size: 48px;}

.accordion {margin-top: 50px;}

.arrow-app {position: relative;}

.arrow-app:after {
    font-family: FontAwesome;
    content: "\f105";
    color: black;
    bottom: -2px;
    left: 10px;
    position: absolute;
}

.arrow-app[aria-expanded="true"]:after {
    content: "\f107";
}

.CodeMirror {border: 1px solid #eee;}
.CodeMirror-scroll {overflow-x: hidden; overflow-y: hidden;}
.CodeMirror pre { padding-left: 7px; line-height: 1.25; }

.wrap {
    display: flex;
    height: 80%;
}

.editor {
    width: 50%;
}

.modules {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.modules-header {}
.modules-footer {flex: 1;}

.button-run {

}

.select-theme {

}

.pre {display: block;}
