body {
    background-color: #ecf0f1;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}

.menu {
    width: 100%;
    background-color: #FFF;
    border-bottom: solid 1px #ececec;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 45px -20px rgba(130, 130, 130, 0.57);
    -moz-box-shadow: 0px 0px 45px -20px rgba(130, 130, 130, 0.57);
    box-shadow: 0px 0px 45px -20px rgba(130, 130, 130, 0.57);
    position: absolute;
    padding: 10px 0px;
    z-index: 999;
}

.menu .cnt{
    max-width: 960px;
    margin: auto;
    padding: 0px 5%;
}

.logo{
    height:45px;
}

.logout{
    float: right;
    background-color: #5b7894;
    border: 0;
    margin-top: 6px;
    padding: 10px;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    display: block;
    text-decoration: none;
}

.container{
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 960px;
    width: 98%;
}

.center{
    padding: 30px 0px;
    padding-top: 100px;
    box-sizing: border-box;
    display: table;
    height: 100%;
    width: 100%;
}

.content{
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

.page{
    padding: 40px 50px;
    background-color: #FFF;
    border: solid 1px #ececec;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 75px -20px rgba(130, 130, 130, 0.57);
    -moz-box-shadow: 0px 0px 75px -20px rgba(130, 130, 130, 0.57);
    box-shadow: 0px 0px 75px -20px rgba(130, 130, 130, 0.57);
    position:relative;
}

h1{
    margin-top:0;
    font-size: 25px;
    margin-bottom: 10px;
}

h2{
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 16px;
}

p{
    color: #2f2f2f;
    line-height: 22px;
    font-size: 13px;
    margin:0;
}

p i{
    color: #929292;
}

ul{
    padding-left: 0;
    list-style-type: none;
    margin-bottom:0;
}

ul a{
    padding: 4px 0px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    display: inline-block;
}

.presentation{
    margin-top:20px;
}

.presentation h2{
    margin-top:0;
}


input{
    background-color: #f1f1f1;
    color: #565656;
    padding: 7px 12px;
    height: 42px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    resize: none;
    max-width: 300px;
}

input[type="submit"]{
    background-color: #5b7894;
    width: auto;
    padding: 15px 25px;
    height: auto;
    margin-top: 25px;
    color: #FFF;
    -webkit-appearance: none;
}

label strong{
    color: #B3B3B3;
    padding-bottom: 8px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    min-height: 12px;
}

label{
    padding-top: 20px;
    display: block;
}

.error{
    background-color: #e74c3c;
    padding: 15px;
    font-size: 13px;
    color: #FFF;
    margin-top: 30px;
    display: inline-block;
}



.ui-layout{
    display:none;
}

.ui-layout.active{
    background-color: rgba(16, 31, 37, 0.65);
    overflow-y: scroll;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    display:block;
}

.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
}

.white_box{
    position: relative;
    width: 520px;
    background-color: #FFF;
    margin: auto;
    z-index: 999;
}

.white_box .w_content{
    border-bottom:0;
    zoom: 1;
    padding:15px;
}

.white_box .w_content:before,
.white_box .w_content:after,
.global_box:before, 
.global_box:after{
    content:"";
    display:table;
}

.white_box .w_content:after, .global_box:after{
    clear:both;
}

.w_title{
    background-color: #5b7894;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding: 18px 25px;
    font-size: 13px;
}

.cc_close{
    position: absolute;
    width: 25px;
    height: 25px;
    overflow: hidden;
    right: 12px;
    top: 0;
    bottom:0;
    margin:auto;
    cursor: pointer;
    padding:5px;
    z-index:99;
}

.cc_close::before, .cc_close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 60%;
    top: 50%;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    margin-top: -1px;
    background: #FFF;
    margin:auto;
}

.cc_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cc_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.w_content div{
    padding:25px;
    padding-bottom:10px;
}

.w_content label{
    padding:0;
    padding-bottom: 15px;
    display: block;
}

.w_content form{
    margin:0;
}

.w_content strong{
    color: #B3B3B3;
    padding-bottom: 8px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    min-height: 12px;
}

.w_content input{
    background-color: #f1f1f1;
    color: #565656;
    padding: 7px 12px;
    height: 42px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    resize: none;
}

.w_content input.err{
    border-bottom: solid 1px #e74c3c;
}

.w_content input[type="submit"]{
    background-color: #5b7894;
    width: auto;
    padding: 15px 25px;
    height: auto;
    margin-top: 10px;
    color: #FFF;
}

.w_msg_err{
    font-size: 12px;
    color: #e74c3c;
    margin-top: 5px;
    margin-bottom: 10px;
}

.author input[type="submit"]{
    float: right;
    background-color: #45607b;
    border: 0;
    margin: 10px;
    padding: 10px;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    display: block;
    text-decoration: none;
}

.author form{
    background-color: #5b7894;
    margin-top: 50px;
    overflow: hidden;
    border-radius: 5px;
    zoom: 1;
}

.author h2{
    margin-bottom:15px;
}

ul.circle {
    list-style-type: square;
    color: #2f2f2f;
    font-size: 13px;
    margin: 0;
    padding-left: 30px; 
}

li:last-child {
    padding-bottom: 10px;
}

.strong { 
    font-weight: bold;
    padding-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.note {
  position: relative;
  width: 98%;
  padding: 1em 1.5em;
  margin: 1em auto;
  color: #fff;
  background: #97C02F;
  overflow: hidden;
}

.footer{
  padding-top: 20px;
  display:block;
  clear:both;
  text-align:center;
  font-size: 13px;
  line-height:150%
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #658E15 #658E15;
  background: #658E15;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.author textarea{
    width: 100%;
    display: block;
    padding: 18px 25px;
    background-color: #f9f8f7;
    border: 0;
    outline: none;
    resize: none;
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
    font-size: 13px;
    color: #3e3e3e;
    overflow: hidden !important;
    border: solid 1px #5b7894;
    border-bottom: 0;
    border-radius: 5px 5px 0px 0px;
}

.adjectif form{
    background-color:#FFF;
    margin-top: 15px;
}

.adjectif ol{
    padding:0;
}

.adjectif ol li{
    color: #2f2f2f;
    line-height: 28px;
    font-size: 13px;
    margin: 0;
    padding: 20px 0px;
    border-bottom: solid 1px #efefef;
    list-style: none;
}

.adjectif ol li:last-child{
    padding-bottom:0;
    border-bottom:0;
}

.adjectif ol > li {
    margin: 0;
    list-style-type: none;
    counter-increment: item;
}

.adjectif ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.adjectif .selection{
    outline:none;
    padding: 5px;
}

.adjectif .selection.err{
    background-color: #f00;
    border: solid 1px #f00;
    color: #FFF;
}

.adjectif .selection.err option {
    background-color:#FFF;
    color:#000;
}

.adjectif .success{
    background-color: #2ecc71;
    padding: 15px;
    color: #FFF;
    font-size: 13px;
    margin-top: 45px;
}

@media screen and (max-width: 670px){
    .global_box{
        position: relative;
        height: 100%;
        background-color: #FFF;
        margin-bottom: 10px;
    }

    .global_box .w_content{
        padding: 0px;
        position: absolute;
        width: 85%;
        box-sizing: border-box;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .white_box{
        height: 100%;
        width: auto;
        margin: 0px !important;
        padding: 10px;
        background-color: transparent;
        box-sizing: border-box;
    }

    .global_box form{
        padding:45px 0px;
    }

    .global_box form:before, 
    .global_box form:after{
        content:"";
        display:table;
    }

    .global_box form:after{
        clear:both;
    }
}   