*, *::after, *::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 1.6rem;
    color: #5a545a;
    margin: 0;
    padding: 0;
}

/******Typos **/
/***Raleway***/
@font-face {
  font-family: 'raleway-regular';
  src: url("../fonts/raleway-regular-webfont.eot");
  src: url("../fonts/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway-medium';
  src: url("../fonts/raleway-medium-webfont.eot");
src: url("../fonts/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway-semibold';
  src: url("../fonts/raleway-semibold-webfont.eot");
  src: url("../fonts/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-semibold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway-bold';
  src: url("../fonts/raleway-bold-webfont.eot");
  src: url("../fonts/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* HEADER */

.heading::after {
    clear: both;
}
.heading::before, #heading::after {
    display: table;
    content: "";
    line-height: 0;
}

.heading {
    min-height: 146px;
}

header .back-nav {
    display:none;
}


header #navigation {
    line-height: 1.71429;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #87bb34;
    height: 8px;
    min-height: 8px;
    position: relative;
    display: block;
}

header .heading p.site-title .logo {
    display: table-cell;
    vertical-align: middle;
}

#logo_desktop{
    display:none;
}
#logo_mobile{
    display:block;
}

p.site-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    float: left;
    height: 118px;
    margin-top: 10px;
    vertical-align: top;
}
.header-links{
    display:none;
}

a.etablissement-link:hover, a.etablissement-link:focus {
    color: #87bb34;
    font-family: "raleway-semibold";
}

a.question-link:hover, a.question-link:focus {
    color: #00a0e0;
    font-family: "raleway-semibold";
}

#logincontent {
    background-color: #f1f1f1;
}

/* Fil d'Ariane */
.breadcrumbs {
    display:none;
}

/* Content Title  */
.content_title>h2 {
    text-align: center;
    margin-top: 0;
    padding-top: 30px;
    font-size: 34px;
    font-size: 3.4rem;
    font-family: "raleway-semibold";
    font-weight: normal;
    line-height: 1.17647;
    text-rendering: optimizelegibility;
}

div.flex_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    flex-flow: row wrap;
    display: flex;
}
div.form {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div.cadre {
    background-color: white;
    margin-bottom: 15px;
    padding: 15px 15px 10px 10px;
    width: 334px;
    min-height : 350px;
    height: 100%;
    /*border : thin solid black;*/
    margin-left : auto;
    margin-right : auto;
}
.cadre>h3{
    line-height: 1.11111;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    font-family: "raleway-semibold";
    font-weight: normal;
    text-rendering: optimizelegibility;
}
.cadre>p{
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "raleway-regular";
    font-weight: normal;
    text-rendering: optimizelegibility;
    text-align:left;
}
div.wrapper {
    width:100%;
    margin-bottom : 15px;
}
#cadre_login>div.cadre {
    background-color: #00a0e0;
    color: white;
}

input {
    line-height: 1.57143;
    border: 1px solid #dedede;
    color: #908e8d;
    font-family: Arial, sans-serif;
    height: 46px;
    width: 240px;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 18px;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    cursor : pointer;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    border : none;
    font-size: 1.6rem;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.btn-success {
    background-color: #e3007e;
    color: white;
}

.btn-success:hover, .btn-success:focus {
    background-color: #cf004b;
}

.btn-register {
    background-color: #00a0e0;
    color: white;
}

.btn-register:hover, .btn-register:focus {
    background-color: #0070ca;
}

.btn-danger {
    background-color: #00a0e0;
    color: white;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #0070ca;
}

.right_align_wrapper{
    text-align: right;
    width:103%;
    padding-top: 10px;
}
a.forgot_password {
    font-family: Arial, sans-serif;
    color: white;
    line-height: 1.33333;
    font-size: 12px;
    font-size: 1.2rem;
    height: auto;
    text-decoration: underline;
}

div.bottom_align_wrapper {
    position:relative;
}

div.bottom_align_wrapper>div{
    position: absolute;
    bottom: -160px;
    width:100%;
    text-align: center;
}
a.creer_compte_presc{
    font-family: Arial, sans-serif;
    color:#00a0e0;
    line-height: 1.33333;
    font-size: 12px;
    font-size: 1.2rem;
    height: auto;
    text-decoration: none;
}

/* INFOBULLE */
.info-bulle {
     visibility: visible;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    line-height: 1.71429;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #dedede;
    cursor: pointer;
    display: inline-block;
    font-family: "raleway-semibold";
    font-style: italic;
    height: 25px;
    margin-left : 15px;
    margin-right: 0;
    text-align: center;
    width: 25px;
    position: relative;
    color: #5a545a;
}

.info-bulle {
    display:none;
}

.info-bulle .info-bulle-content {
    display:none;
}

.info-bulle.warning {
    display: inline-block;
    color: white;
    background-color: #fa5555;
    float: left;
    margin: -2px 10px 0 0;
}

/* ERRORS */

.jaasError {
    max-width: 75%;
    line-height: 1.57143;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fedddd;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.jaasError>p {
    margin-left: 35px;
}


/* FOOTER */

footer {
    display: none;
}

footer {
    line-height: 1.42857;
font-size: 14px;
font-size: 1.4rem;
    background-color: #87bb34;
    color: white;
}

footer .reassurance {

    overflow: hidden;
    padding: 22px 0 25px 0;
    width: 100%;
    text-align:left;
}

footer h2 {
    text-align: center;
    line-height: 1.25;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 15px 0;
    padding-bottom: 0;
    font-family: "raleway-semibold";
    font-weight: normal;
}
.sloState {
    margin-right:auto;
    margin-left:auto;
    font-size: 8px;
    font-size: 0.8em;
}
.panel-body h3{
    font-size: 9px;
    font-size:0.9em;
}
.buttons{
        margin-left:auto;
        margin-right:auto;
    }

@media (min-width: 1024px) {
    .container {
        text-align:center;
    }
    .container>div, .heading, .reassurance, .panel-info  {
        margin-left:auto;
        margin-right:auto;
    }
    .heading, .reassurance, .panel-info {
        max-width:1024px;
    }
    .panel, .buttons {
        width:75%;
    }
    .buttons>button{
        display:inline;
    }
    
    div.wrapper {
        width:50%;
    }
    #cadre_create{
        order:1;
     }

     #cadre_login{
        order:2;
     }
     
    #logo_desktop{
         display:block;
     }
     #logo_mobile{
         display:none;
     }
     
    header #navigation {
        height: 46px;
        min-height: 46px;
     }

     header .back-nav {
         background-color: #44a33d;
         height: inherit;
         width: 50%;
         position: absolute;
         left: 50%;
         display:block;
     }
     
         header .header-links {
         line-height: 1.42857;
         font-size: 1.4rem;
         float: right;
         margin-top: 80px;
         text-align: left;
         width: 450px;
         display:block;
     }

     .header-links a {
         font-family: "raleway-regular";
         font-size: 14px;
         height: 26px;
         color: #5a545a;
         text-decoration: none;
     }

     header .header-links a.etablissement-link {
         padding: 12px 60px 0 102px;
         width: 65.93%;
     }

     .header-links a.etablissement-link {
         background: url("../images/header-sprite.svg") no-repeat scroll 66px -294px/34px auto transparent;
     }

     header .header-links a.question-link {
         padding: 12px 0px 0 58px;
         width: 34.07%;
     }

     .header-links a.question-link {
         background: url("../images/header-sprite.svg") no-repeat scroll 20px -445px/34px auto transparent;
     }
     
    .info-bulle{
         display:inline-block;
     }

     .info-bulle .info-bulle-content {
         display:block;
         visibility: hidden;
         width: 300px;
         background-color: white;
         color: #e3007e;
         border-radius: 6px;
         padding: 5px 5px 0px 5px;
         position: absolute;
         z-index: 1;
         bottom: 125%;
         left: 50%;
         margin-left: -120px;
         opacity: 0;
         transition: opacity 1s;
         font-family: "raleway-semibold";
         text-align: left;
     }

     .info-bulle .info-bulle-content::after {
         content: "";
         position: absolute;
         top: 100%;
         left: 50%;
         margin-left: -5px;

     }

     .info-bulle:hover .info-bulle-content {
         visibility: visible;
         opacity: 1;
     }
     #password{
         margin-right : 45px;
     }
     
    footer {
        display: block;
    }
    
    
    .breadcrumbs {
        display: block;
        /* width: 100%; */
        padding-top: 10px;
        max-width: 1024px;
        text-align: left;
    }
     .gray-breadcrumb {
         color: #5a545a;
         line-height: 1.71429;
        font-size: 14px;
        font-size: 1.4rem;
        display : inline;
     }

     a.gray-breadcrumb {
         text-decoration: none;
     }

     a.gray-breadcrumb:hover, a.gray-breadcrumb:focus,
     a.pink-breadcrumb:hover, a.pink-breadcrumb:focus {
         font-weight: bolder;
     }

     .image-chevron.gray-breadcrumb {
         display:inline-block;
         height: 10px;
        width: 7px;
         background: url("../images/back-green.svg") no-repeat scroll left center/7px auto transparent;
     }

     .image-chevron.pink-breadcrumb {
        display:inline-block;
        height: 10px;
        width: 7px;
     }

     a.pink-breadcrumb {
        background: url("../images/back-pink.svg") no-repeat scroll left center/7px auto transparent;
        color: #e3007e;
        line-height: 1.71429;
        font-size: 14px;
        font-size: 1.4rem;
        display : inline;
        padding: 0 10px 0 15px;
        text-decoration: none;
     }

     a.pink-breadcrumb::after {
        content: "|";
        color: #e3007e;
        position: relative;
        right: -8px;
     }

     #back_link{
         display:none;
     }

     #jaasError {
         max-width : 50%;
     }


}