/**********************/
/* Body for all pages */
/**********************/

* {
    margin: 0;
    padding: 0;
}

html, body, #wrapper {
    height: 100%;
}

body > #wrapper {
    height: auto;
    min-height: 100%;
    background-color: #F9F7F5;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

#main {
    /*	overflow: auto;*/
    padding-bottom: 40px;
    background-color: #F9F7F5;
    /*	min-width: 1450px; */
}

#main #container {
    margin: 0 auto 0 auto;
    background-color: #EFEFEF;
    height: 100%;
}

/******************/
/* Embedded fonts */
/******************/

@font-face {
    font-family: 'roboto-regular';
    src: url(../../fonts/roboto/Roboto-Regular.eot);
    src: url(../../fonts/roboto/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
    url(../../fonts/roboto/Roboto-Regular.woff) format('woff'),
    url(../../fonts/roboto/Roboto-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-light';
    src: url(../../fonts/roboto/Roboto-Light.eot);
    src: url(../../fonts/roboto/Roboto-Light.eot?#iefix) format('embedded-opentype'),
    url(../../fonts/roboto/Roboto-Light.woff) format('woff'),
    url(../../fonts/roboto/Roboto-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url(../../fonts/roboto/Roboto-Bold.eot);
    src: url(../../fonts/roboto/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
    url(../../fonts/roboto/Roboto-Bold.woff) format('woff'),
    url(../../fonts/roboto/Roboto-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-medium';
    src: url(../../fonts/roboto/Roboto-Medium.eot);
    src: url(../../fonts/roboto/Roboto-Medium.eot?#iefix) format('embedded-opentype'),
    url(../../fonts/roboto/Roboto-Medium.woff) format('woff'),
    url(../../fonts/roboto/Roboto-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-thin';
    src: url(../../fonts/roboto/Roboto-Thin.eot);
    src: url(../../fonts/roboto/Roboto-Thin.eot?#iefix) format('embedded-opentype'),
    url(../../fonts/roboto/Roboto-Thin.woff) format('woff'),
    url(../../fonts/roboto/Roboto-Thin.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px auto 0px auto;
    background: #EFEFEF;
    font-family: 'open_sans', sans-serif;
    font-weight: normal;
    color: black;
    text-align: center;
}

.main_body {
    margin: 0px auto 0px auto;
    background: #FFFFFF;
    font-family: 'open_sans', sans-serif;
    font-weight: normal;
    color: black;
    text-align: center;
}

/**************/
/* Infobulles */
/**************/

a.infobulle {
    display: inline-block;
    float: left;
    width: 90%;
    text-align: left;
    font-size: 90%;
    color: #4E4E4E;
    margin-left: 5%;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

a.infobulle:hover, a.infobulle:focus {
    text-decoration: none;
}

a.infobulle span {
    position: absolute;
    z-index: 10;
    margin-top: 23px;
    margin-left: -35px;
    color: #06347A;
    background: white;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    transform: scale(0) rotate(-12deg);
    transition: all .25s;
    opacity: 0;
}

a.infobulle:hover span, a.infobulle:focus span {
    transform: scale(1) rotate(0);
    opacity: 1;
}

a.infobulle1 {
    display: inline-block;
    float: left;
    width: 90%;
    text-align: left;
    font-size: 90%;
    color: #4E4E4E;
    margin-left: 5%;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

a.infobulle1:hover, a.infobulle1:focus {
    text-decoration: none;
}

a.infobulle1 span {
    position: absolute;
    z-index: 10;
    margin-top: 23px;
    margin-left: -35px;
    color: #06347A;
    background: white;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    transform: scale(0) rotate(-12deg);
    transition: all .25s;
    opacity: 0;
}

a.infobulle1:hover span, a.infobulle1:focus span {
    transform: scale(1) rotate(0);
    opacity: 1;
}

/************************/
/* Header for all pages */
/************************/


header {
    position: fixed;
    z-index: 6;
    margin-top: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 80%;
    background: #FFFFFF;
    /*	box-shadow: 1px 1px 12px #555; */
}

header .discover_header {
    position: relative;
}

header .connexion_header {
    position: fixed;
    /*	background: white;*/
}

/*.main_header
{
	width: 100%;
	height: 60px;
	background: white;
	text-align:center;
	border: none;
	box-shadow: none;
}*/

header #section_header {
    margin: 0px auto 0px auto;
    width: 100%;
    height: 50px;
    text-align: left;
}


header #section_header #logo {
    display: inline-block;
    float: left;
    margin: 0;
    /*	padding-top: 10px; */
    padding-top: 0px;
    height: 50px;
    width: 230px;
    vertical-align: top;
    text-align: center;
}

header #section_header #slogan {
    display: inline-block;
    margin-left: 0px;
    height: 50px;
    width: 500px;
    text-align: left;
    vertical-align: top;
    font-size: 100%;
}

header #section_header #slogan .button_nav {
    display: inline-block;
    font-size: 120%;
    width: 150px;
    /*	height: 20px; */
    text-align: center;
    text-decoration: none;
    border: 1px solid #00BF00;
    background: white;
    color: #00BF00;
}

header #section_header #slogan .button_nav:hover {
    cursor: pointer;
    background: white;
    border: 1px solid #00BF00;
    background: #00BF00;
    text-decoration: none;
    color: white;
}

header #section_header #nav_header {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    height: 50px;
    width: 20vw;
    text-align: right;
    color: black;
}

header #section_header #nav_header .ul_nav_header {
    display: inline-block;
    list-style-type: none;
}

header #section_header #nav_header .li_nav_header {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 5px;
    font-size: 100%;
}

header #section_header #nav_header .button_nav {
    display: inline-block;
    font-size: 120%;
    width: 150px;
    /*	height: 20px; */
    text-align: center;
    text-decoration: none;
    border: 1px solid #06347A;
    background: #FFFFFF;
    color: #06347A;
}

header #section_header #nav_header .button_nav:hover {
    cursor: pointer;
    background: #0F4598;
    text-decoration: none;
    color: white;
}

header #section_header #nav_header .a_nav_header {
    font-size: 120%;
    color: #707070;;
    text-decoration: none;
    font-family: 'open_sans', sans-serif;
    font-weight: normal;
}

header #section_header #nav_header .a_nav_header:hover {
    color: #06347A;
    border-bottom: 3px solid #06347A;
    cursor: pointer;
}

header #section_header #pad_header {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 0px;
    height: 50px;
    width: 900px;
    text-align: right;
}

header #section_header #pad_header .ul_pad_header {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
}

header #section_header #pad_header .li_pad_header {
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    padding-top: 7px;
    vertical-align: top;
}

header #section_header #pad_header .ul_pad_header1 {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
}

header #section_header #pad_header .li_pad_header1 {
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    width: auto;
    padding-top: 7px;
}

header #section_header #pad_header .button_pad {
    display: inline-block;
    margin-top: 0px;
    padding-top: 2px;
    width: 120px;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    border: none;
    font-weight: normal;
    background: #06347A;
    color: white;
    border-radius: 5px;
    height: 34px;
    margin-right: 20px;
}

header #section_header #pad_header .button_pad:hover {
    cursor: pointer;
    background: #0F4598;
    border: none;
    text-decoration: none;
    color: white;
}

header #section_header #pad_header .button_pad_1 {
    display: inline-block;
    margin-top: 0px;
    margin-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 170px;
    font-size: 150%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #06347A;
    font-weight: normal;
    /*	background: #FF7700;*/
    color: white;
    /*	color: #FF7700;*/
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.5);
}

header #section_header #pad_header .button_pad_1:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
    text-decoration: none;
    color: white;
}

header #section_header #pad_header .button_pad_2 {
    display: inline-block;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 170px;
    font-size: 120%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E2E2E2;
    font-weight: normal;
    background: #E2E2E2;
    color: white;
    border-radius: 2px;
}

header #section_header #pad_header .button_pad_2:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
    text-decoration: none;
    color: white;
}

header #section_header #pad_header .button_pad_3 {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    font-size: 120%;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: black;
    border: none;
    background: #FFFFFF;
}

header #section_header #pad_header .button_pad_3:hover {
    cursor: pointer;
}


header .img_header {
    width: 30px;
}

header .img_header_active {
    width: 50px;
}

/**************************/
/*   ERROR 404            */
/**************************/

#banner_404 {
    margin: 2px auto 0px auto;
    height: 96vh;
    text-align: center;
    background-image: url(../images/error_404.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner_404 #banner_text {
    display: inline-block;
    vertical-align: top;
    width: 960px;
    text-align: left;
    margin-top: 20px;
    margin-left: 150px;
    color: white;
}

#banner_404 #banner_text .h1_banner_text {
    font-size: 200%;
    font-weight: bold;
    color: white;
    line-height: 1.2;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: none;
    text-align: left;
    width: 960px;
}

#banner_404 #banner_text .p_banner_text {
    font-size: 150%;
    color: white;
    line-height: 1.2;
    margin-left: 50px;
    margin-bottom: 50px;
    margin-top: 35px;
    background: none;
    text-align: left;
    width: 960px;
}


#banner_password {
    margin: 2px auto 0px auto;
    height: 96vh;
    text-align: center;
    background-image: url(../images/password.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


#banner_password #banner_text {
    display: inline-block;
    vertical-align: top;
    width: 800px;
    text-align: left;
    margin-top: 350px;
    color: white;
    background-color: white;
}

#banner_password #banner_text .h1_banner_text {
    font-size: 150%;
    font-weight: bold;
    color: black;
    line-height: 1.2;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: none;
    text-align: left;
    width: 960px;
}

#banner_password #banner_text .p_banner_text {
    font-size: 100%;
    color: black;
    line-height: 1.2;
    margin-left: 50px;
    margin-bottom: 50px;
    margin-top: 35px;
    background: none;
    text-align: left;
    width: 960px;
}


/**************************/
/* NETWORK                */
/**************************/

#map_block {
    display: inline-block;
    vertical-align: top;
    margin: 30px auto 20px auto;
    width: 930px;
    height: 750px;
    text-align: left;
    background-color: white;
}

#list_block {
    display: inline-block;
    vertical-align: top;
    margin: 30px auto 20px auto;
    width: 900px;
    height: auto;
    text-align: left;
}

#map_block #geoloc {
    /* height : 600px;  IMPERATIF */
    height: 750px;
    width: 900px;
    margin: auto;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    border: 1px solid #CECECE;
}


/**************************/
/* Banner for MAIN screen */
/**************************/


#banner_carousel {
    margin: 50px auto 0px auto;
    height: 960px;
    width: 100%;
    text-align: center;
}


#banner_carousel #banner_text {
    display: inline-block;
    vertical-align: top;
    width: 960px;
    text-align: left;
    margin-top: 60px;
}

#banner_carousel #banner_text .p_banner_text {
    font-size: 220%;
    color: white;
    line-height: 1.2;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: none;
    text-align: left;
    width: 960px;
    text-shadow: 1px 1px 2px gray;
}

#banner_carousel #banner_text #auth_set {
    display: block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 520px;
    /*	height: 440px;*/
    width: 400px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#banner_carousel #banner_text #auth_set .p_login {
    padding-top: 25px;
    text-align: center;
    width: 100%;
    font-size: 120%;
    color: white;
}


/* Champ de saisie sur LOGIN */
#banner_carousel #banner_text #auth_set .input_text {
    display: inline-block;
    margin-top: 0px;
    width: 300px;
    font-size: 120%;
    background: white;
    border-radius: 2px;
    color: black;
}

/* Bouton login */
#banner_carousel #banner_text #auth_set .btn_login {
    display: inline-block;
    height: 40px;
    width: 200px;
    vertical-align: top;
    background: #06347A;
    border: 1px solid #F9F9F9;
    color: white;
    font-size: 100%;
    border-radius: 2px;
    padding-top: 7px;
}

#banner_carousel #banner_text #auth_set .btn_login[type="submit"]:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

#banner_carousel #banner_text #auth_set .a_login {
    color: white;
    text-decoration: underline;
}


/**************************/
/* Banner for MAIN screen */
/**************************/

#banner {
    display: inline-block;
    margin: 0px auto 0px auto;
    /*	height: 600px;*/
    width: 100%;
    /*	max-width: 1690px;*/
    min-height: 700px;
    text-align: center;
}

#banner #banner_text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 960px;
    height: 600px;
    text-align: center;
    margin-top: 20px;
}

#banner #banner_text .h1_banner_text {
    font-size: 150%;
    /*	font-weight: bold;*/
    font-style: italic;
    color: white;
    line-height: 1.2;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: none;
    text-align: left;
    width: 960px;
}

#banner #banner_text .p_banner_text {
    font-size: 220%;
    font-weight: bold;
    color: white;
    line-height: 1.2;
    margin-left: 40px;
    margin-bottom: 70px;
    margin-top: 100px;
    background: none;
    text-align: left;
    width: 960px;
    text-shadow: 1px 1px 2px gray;
    -webkit-backface-visibility: hidden;
}

#banner #banner_text .p1_banner_text {
    font-size: 150%;
    font-weight: bold;
    color: black;
    line-height: 1.2;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px gray;
    -webkit-backface-visibility: hidden;
}

#banner #banner_text .p2_banner_text {
    font-size: 120%;
    font-weight: bold;
    color: black;
    line-height: 1.2;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-shadow: 1px 1px 2px gray;
    -webkit-backface-visibility: hidden;
}

#banner #banner_text .p3_banner_text {
    font-size: 120%;
    /*	font-weight: bold;*/
    color: white;
    margin-top: 60px;
    text-align: left;
    /*	font-family: 'open_sans_light', sans-serif;*/
    text-shadow: 1px 1px 2px gray;
    -webkit-backface-visibility: hidden;
}

#banner #banner_text .p4_banner_text {
    font-size: 120%;
    color: white;
    line-height: 1;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-backface-visibility: hidden;
}

#banner #banner_text .p5_banner_text {
    font-size: 220%;
    color: white;
    line-height: 1.2;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: none;
    text-align: left;
    width: 960px;
    text-shadow: 1px 1px 2px gray;
    -webkit-backface-visibility: hidden;
}

#banner #banner_text .how_button {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    width: 250px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
}

#banner #banner_text .how_button:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

#banner #banner_text a.poplight {
    display: inline-block;
    height: 225px;
    width: 300px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: black;
    -moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 100% 100%; /* Opera 9.5 */
    -webkit-background-size: 100% 100%; /* Safari 3.0 */
    background-size: 100% 100%; /* Gecko 2.0 (Firefox 4.0) > CSS3 */
    -webkit-backface-visibility: hidden;
}

#banner #banner_text a.poplight:hover {
    cursor: pointer;
    /*	background-color: black;	*/
    /*	background-size: 0% 0%;*/
    opacity: 0.7;
}

#banner #banner_text .description_video {
    display: inline-block;
    vertical-align: top;
    width: 720px;
    height: 300px;
    margin-left: -20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
}

#banner #banner_text .description_video .text_description {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: 30px;
    color: white;
    text-align: left;
    -webkit-backface-visibility: hidden;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 160%;
}

.description {
    margin: 0px auto 0px auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}

.description .description_text {
    vertical-align: top;
    width: 960px;
    /*	margin-top: 20px;*/
    margin-bottom: 40px;
    display: inline-block;
}

.description .h1_description {
    margin-top: 20px;
    margin-bottom: 40px;
    /*width: 960px;*/
    /*margin-left: 20px;*/
    font-weight: normal;
    font-size: 220%;
    text-align: center;
    color: black;
    line-height: 1.2;
}

.description .h2_description {
    display: inline-block;
    font-size: 180%;
    color: #06347A;
    margin-bottom: 10px;
    /*font-weight: bold;*/
    font-weight: normal;
}

.description .h3_description {
    display: inline-block;
    width: 228px;
    font-size: 100%;
    font-weight: bold;
    height: 30px;
    padding-top: 5px;
    color: white;
    background: #909090;
    margin-top: 0px;
    margin-bottom: 20px;
}

.description .h4_description {
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}

.description .p_description {
    margin-bottom: 10px;
    text-align: center;
    font-size: 130%;
    line-height: 1.2;
    color: #707070;
}

.description .ul_description {
    margin-left: 10px;
    /*	margin-right: 10px;*/
    text-align: left;
    color: #707070;
    font-size: 150%;
    list-style-type: none;
    list-style-image: url(../images/puce.png);
}

.description .li_description {
    margin-bottom: 10px;
    line-height: 1.2;
}

.description .img_description {
    height: 50px;
}

.description .img1_description {
    width: 960px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.description .img2_description {
    height: 100px;
}

.description .img3_description {
    margin-top: 90px;
    height: 50px;
}

.description .img4_description {
    width: 20px;
    height: 20px;
}

.description .description_video {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    height: 200px;
    margin-bottom: 40px;
    margin-left: -20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.description .description_video .text_description {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-top: 40px;
    color: white;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 120%;
}


.description a.poplight {
    display: inline-block;
    height: 150px;
    width: 200px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: black;
    -moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 100% 100%; /* Opera 9.5 */
    -webkit-background-size: 100% 100%; /* Safari 3.0 */
    background-size: 100% 100%; /* Gecko 2.0 (Firefox 4.0) > CSS3 */
}

.description a.poplight:hover {
    cursor: pointer;
    /*	background-color: black;	*/
    /*	background-size: 0% 0%;*/
    opacity: 0.7;
}

/****************************/
/* INFORMATIONS             */
/****************************/

#info_block {
    margin: 120px auto 0px auto;
    width: 960px;
    text-align: left;
}

#info_block .h1_info {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-family: 'open_sans_light', sans-serif;
    font-size: 200%;
    color: #707070;
    max-width: 850px;
    text-align: center;
}

#info_block .h2_info {
    margin-top: 30px;
    margin-left: 20px;
    font-family: 'open_sans_light', sans-serif;
    font-size: 150%;
    color: #707070;
    max-width: 850px;
}

#info_block .h3_info {
    margin-top: 30px;
    margin-left: 20px;
    font-family: 'open_sans_light', sans-serif;
    font-size: 120%;
    color: #707070;
    max-width: 850px;
}

#info_block .p_info {
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'open_sans', sans-serif;
    font-size: 100%;
    color: black;
    max-width: 850px;
    text-align: justify;
}

#info_block .img_info {
    margin-left: 20px;
    height: 120px;
    border: 5px solid #707070;
    border-radius: 40px;
}

/****************************/
/* ADMIN BAR                */
/****************************/

#admin_menu {
    margin: 0px auto 0px auto;
    width: 960px;
    text-align: left;
}

/****************************/
/*        MENU BAR          */
/****************************/

#menu_bar {
    position: fixed;
    margin-left: O;
    margin-top: 120px;
    text-align: center;
    background: white;
    width: 230px;
    height: 100%;
    z-index: 4;
}

#menu_bar #menu_text {
    display: none;
}

#menu_bar button {
    display: none;
}


#menu_bar .ul_menu_bar {
    text-decoration: none;
    list-style-type: none;
}

#menu_bar .divider_horizontal {
    display: inline-block;
    border-bottom: 1px solid #CECECE;
    width: 90%;
}

#menu_bar h1 {
    display: inline-block;
    position: relative;
    width: 90%;
    font-size: 90%;
    color: #5E5E5E;
    margin-top: 20px;
}

#menu_bar h1 .divider {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #CECECE;
    width: 100%;
    z-index: 2;
    margin-top: 0.35vw;
}

#menu_bar h1 .text {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    width: auto;
    z-index: 1;
    margin-left: -160px;
    background: white;
    font-weight: bold;
}


#menu_bar .a_menu {
    display: inline-block;
    float: left;
    width: 90%;
    text-align: left;
    font-size: 90%;
    color: #4E4E4E;
    margin-left: 5%;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

#menu_bar .a_menu.active {
    background: #CECECE;
    border-radius: 5px;
    color: white;
}

#menu_bar .a_menu.unactive {
    color: grey;
}

#menu_bar .a_menu.unactive:hover {
    cursor: not-allowed;
    background: none;
    color: grey;
}

#menu_bar .a_menu:hover {
    text-decoration: none;
    cursor: pointer;
    /*	background: #CECECE; */
    background: #06347A;
    color: white;
    border-radius: 5px;
}


/****************************/
/* DASHBOARD				*/
/****************************/

.navbar-inner-main .tab {
    display: inline-block;
    background: #ffffff;
    color: black;
    height: 35px;
    border-radius: 6px 6px 0 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.navbar-inner-main .tab.notactive {
    display: inline-block;
    background: none;
    color: grey;
    font-style: italic;
    height: 35px;
    border-radius: 6px 6px 0 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.navbar-inner-sub .tab {
    display: inline-block;
    color: black;
    height: 35px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-inner-sub .tab.notactive {
    display: inline-block;
    background: none;
    color: grey;
    font-style: italic;
    height: 35px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}


/****************************/
/* ADMIN                    */
/****************************/

#header1 {
    width: 100%;
    position: fixed;
    margin: 0;
    text-align: left;
    margin-top: 50px;
    z-index: 4;
}

#header1 #faq {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    z-index: 2;
    height: 70px;
    width: 230px;
    background: #06347A;
    padding-top: 5px;
}

#header1 #faq .img_faq {
    margin-top: 0px;
    float: left;
    margin-left: 10px;
    height: 60px;
    width: 70px;
}

#header1 #faq .text_faq {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
    vertical-align: top;
    margin-left: 5px;
    height: 70px;
    font-size: 80%;
    width: 130px;
    text-align: left;
    color: white;
}

#header1 #faq .text_faq:hover {
    text-decoration: none;
    cursor: pointer;
}

#header1 #breadcrumbs {
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    z-index: 5;
    position: fixed;
    width: 100%;
    text-align: left;
    height: 70px;
    border-left: 5px solid black;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background: white;
}

#header1 #breadcrumbs .h1_path {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 160%;
    color: black;
}

#header1 #breadcrumbs .p_path {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 100%;
    color: grey;
}

#admin_block {
    margin: 150px auto 10px auto;
    width: 960px;
    text-align: left;
    background: none;
    border: none;
}

#admin_block #nav_dashboard {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-top: 0px;
    margin-left: 0px;
    background: white;
    border: 1px solid #C0C0C0;;
}

#admin_block #nav_dashboard .li1_nav {
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
}

#admin_block #nav_dashboard .li2_nav {
    margin-left: 15px;
    margin-top: 10px;
}

#admin_block #nav_dashboard .li2b_nav {
    margin-left: 0px;
    margin-top: 20px;
    font-weight: bold;
}

#admin_block #nav_dashboard .li3_nav {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#admin_block #nav_dashboard .li3b_nav {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

/*
#admin_block #nav .nav_button
{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 20px;
	text-align: center;
	color: white;
	background: #06347A ;
	border-radius: 4px;

}

#admin_block #nav .nav_button:hover
{
	text-decoration: none;
	background: #06347A;
	cursor: pointer;
}
*/

#admin_block .nav {
    margin-left: 20px;
    margin-bottom: 0px;
    text-decoration: none;
    background: none;
    border: none;
}

#admin_block .li_list {
    display: inline-block;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 90%;
    width: 300px;
}

#admin_block .nav .li_nav {
    text-decoration: none;
    border: none;
    background: none;
    margin-right: 20px;
}

#admin_block .mg_button {
    float: right;
    text-decoration: none;
    margin-right: 20px;
    border-radius: 10px;
    background: #06347A;
    color: #FFFFFF;
    padding: 10px 10px;
}

#admin_block .mg_button:hover {
    cursor: pointer;
    background: #2685F8;
}

#ladmin_block .nav .li_nav.active {
    text-decoration: none;
    border: none;
}

#admin_block #view {
    display: inline-block;
    vertical-align: top;
    width: 960px;
    margin-top: 0px;
    margin-left: 20px;
}

#admin_block #view a.infobulle {
    margin: 10px;
    width: 150px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

#admin_block #view .img_view {
    height: 40px;
}

#admin_block #view .h1_view {
    color: #06347A;
    width: 950px;
    font-size: 130%;
    font-weight: normal;
}

#admin_block #view .alert_list {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: 960px;
    height: auto;
    background: none;
}

#admin_block #view .alert_list .li_alert {
    display: block;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 0px;
    min-height: 30px;
    border-bottom: 1px solid #E0E0E0;
    background: white;
}

#admin_block #view .alert_list .li_alert:hover {
    background-color: #E0E0E0;
    cursor: pointer;
}

#admin_block #view .a_alert {
    color: black;
    text-decoration: none;
}

#admin_block #view .a_alert:hover {
    /*	text-decoration: underline; */
    text-decoration: none;
}

#admin_block #view .tr_alert:hover {
    /*	text-decoration: underline; */
    cursor: pointer;
    /*    border-left: 1px solid grey; */
    box-shadow: -10px 0px 0px 0px rgba(0, 0, 0, 0.75);
}

#admin_block #view #results_bar_down {
    display: inline-block;
    vertical-align: top;
    width: 730px;
    height: 40px;
    text-align: right;
    margin-top: 5px;
    /*	background: #06347A ; */
    border-top: 1px solid #06347A;

}

#admin_block #view #results_bar_down .a_bar {
    color: black;
    font-weight: bold;

}

#admin_block #view #results_bar_down .pagination {
    margin-top: 5px;
}

#admin_block #view #results_bar_down .ul_bar {
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    list-style-type: none;
    width: 150px;
}

#admin_block #view #results_bar_down .ul_bar li {
    display: inline-block;
    vertical-align: top;
    width: 10px;
}

#admin_block #view .ul_view {
    margin-left: 0px;
}

#admin_block #view .li1_view {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    vertical-align: top;
    padding: 0px;
    width: 730px;
    border: 1px solid #C0C0C0;
    background: white;
}

#admin_block #view .li1_view:hover {
    background: #E0E0E0;
    cursor: pointer;
}

#admin_block #view .li1_view .direction {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

#admin_block #view .li1_view .thumb {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    border: 1px solid #909090;
}

#admin_block #view .nav_button {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    width: 170px;
    height: 30px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 80%;
    color: white;
    border: none;
    line-height: 30px;
}

#admin_block #view .nav_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}


.thumb {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    height: 100px;
    border: 1px solid #909090;
}

#admin_block #view .li1_view .descr {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    width: 260px;
    height: 100px;
}

#admin_block #view .li1_view .h1_view {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
    color: black;
}

#admin_block #view .li1_view .p_view {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    width: 300px;
    font-weight: normal;
    color: black;
}

#admin_block #view .li1_view .available {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    width: 300px;
}

#admin_block #view .p_connect {
    font-size: 80%;
    margin-left: 30px;
    color: green;
    font-style: italic;
}

#admin_block #view .p_no_connect {
    font-size: 80%;
    margin-left: 30px;
    color: grey;
    font-style: italic;
}

#admin_block .agenda {
    display: inline-block;
    vertical-align: top;
    width: 960px;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
    background: white;
    border: 1px solid #C0C0C0;
}

#admin_block .agenda .h1_view {
    color: #06347A;
    font-size: 130%;
    font-weight: normal;
}

#admin_block .agenda .notifications {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 400px;
    height: 600px;
    background: white;
    text-align: center;
    border: 1px solid #CECECE;
}

#admin_block .agenda .notifications a {
    text-decoration: none;
}

#admin_block .agenda .notifications .li_message {
    display: inline-block;
    margin-top: 10px;
    padding: 5px;
    text-align: left;
    padding-bootom: 5px;
    border-radius: 5px;
    width: 380px;
    height: 70px;
    background: #0099FF;
    color: white;
}

#admin_block .agenda .notifications .li_message.dealinprogress {
    background: #FF8800;
}

#admin_block .agenda .notifications .li_message.dealinprogress:hover {
    background: #FF9900;
}

#admin_block .agenda .notifications .li_message.dealok {
    background: #007000;
}

#admin_block .agenda .notifications .li_message.dealok:hover {
    background: #008000;
}

#admin_block .agenda .notifications .li_message.closed {
    background: #CECECE;
}

#admin_block .agenda .notifications .li_message.closed:hover {
    background: #CACACA;
}

#admin_block .agenda .notifications .li_message:hover {
    background: #0088FF;
}

#admin_block .agenda .planning {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 30px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 520px;
    height: 600px;
    background: white;
    text-align: center;
    border: 1px solid #CECECE;
}

#admin_block .mission_block {
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
    width: 100%;
    border: 1px solid #CECECE;
    background: #FFFFFF;

}

#admin_block .mission_block .h1_mission {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    margin-top: 0px;
    width: 100%;
    height: 40px;
    border: 1px solid #06347A;
    background: #06347A;
    color: #FFFFFF;
    text-align: center;
    font-size: 180%;
}

#admin_block .mission_block .p1_mission {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
}

#admin_block .mission_block .p2_mission {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    margin-left: 5%;
    margin-top: 0px;
    width: 100%;
    text-align: left;
    font-size: 100%;
    color: red;
    font-weight: normal;
}

#admin_block .mission_block .h1_mission .indicator {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
}

#admin_block .mission_block .ul_mission {
    list-style: none;
}

#admin_block .mission_block .li_mission {
    margin-left: 10px;
    margin-top: 20px;
}

#admin_block .mission_block .h1_mission .indicator.green {
    background-color: green;
}

#admin_block .mission_block .h1_mission .indicator.red {
    background-color: red;
}

#admin_block .mission_block .h1_mission .indicator.orange {
    background-color: orange;
}

#admin_block .mission_block .striped-border {
    border: 0, 1px solid grey;
    width: 90%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

#admin_block .mission_block .col_left {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-left: 2px;
    padding-top: 40px;
    margin: 0;
    height: 110px;
    width: 20px;
    text-align: left;
}

#admin_block .mission_block .span3.red {
    border: 1px solid red;
}

#admin_block .mission_block .span3.green {
    border: 1px solid green;
}

#admin_block .mission_block .span3.notreq {
    border: 1px solid #CECECE;
}

#admin_block .mission_block .col_left.red {
    background: red;
}

#admin_block .mission_block .col_left.green {
    background: green;
}

#admin_block .mission_block .col_left.notreq {
    background: #CECECE;
}

#admin_block .mission_block .form_select_long {
    width: 80%;
}

#admin_block .mission_block .table.mission {
    width: 90%;
    margin-left: 5%;
}

#admin_block .mission_block .table.mission .button_submit {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}

#admin_block .mission_block .table.mission .button_submit.red {
    background: red;
}

#admin_block .mission_block .table.mission .button_submit.invert {
    background: #FFFFFF;
    color: #06347A;
}

#admin_block .mission_block .table.mission .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

#admin_block .mission_block .table.mission .button_submit.red:hover {
    cursor: pointer;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
}

#admin_block .mission_block .table.mission .button_submit.invert:hover {
    cursor: pointer;
    background: #E0E0E0;
    color: #FFFFFF;
    border: 1px solid #E0E0E0;
}


/**********************************/
/* VIEW MESSAGE                   */
/**********************************/

#message_block {
    margin: 2px auto 20px auto;
    width: 960px;
    text-align: left;
    padding: 0;
}

/* Informations clés et boutons actions */
#message_block #geoloc {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    background: white;
    text-align: center;
    border: 1px solid #C0C0C0;
}

#message_block #key-info {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    background: white;
    text-align: center;
    border: 1px solid #C0C0C0;
}

#message_block #key-info a:hover {
    text-decoration: none;
}

#message_block #key-info .p_info {
    font-size: 100%;
    line-height: 2;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

#message_block #key-info .span-li {
    float: right;
    font-weight: normal;
    color: #06347A;
}

#message_block #view {
    display: inline-block;
    vertical-align: top;
    width: 630px;
    margin-left: 20px;
    border: 1px solid #C0C0C0;
    background: white;
}

#message_block #view #ul_message {
    margin-left: 0px;
}

#message_block #view .li1_message {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0px;
    width: 600px;
    /*	height: 50px; */
}

#message_block #view .li2_message {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 30px;
    padding: 0px;
    width: 580px;
    /*	height: 50px;*/
}

#message_block #view .li3_message {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0px;
    width: 610px;
    background: #FFFF00;
    font-weight: bold;
}

#message_block #view .li1_message p {
    width: 550px;
    word-wrap: break-word;
    margin-bottom: 0px;
}

#message_block #view .li2_message p {
    width: 550px;
    word-wrap: break-word;
    margin-bottom: 0px;
}

#message_block #view .li3_message p {
    width: 550px;
}

#message_block #view .li1_message .direction {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

#message_block #view .li1_message .available {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    width: 500px;
    /*	height: 40px;*/
}

#message_block #view .li2_message .direction {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

#message_block #view .li2_message .available {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    width: 500px;
    /*	height: 40px;*/
}

#message_block #view .li3_message .available {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#message_block #view .button_submit {
    float: right;
    margin: 10px;
    width: 150px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid black;
    background: white;
    color: black;
    text-decoration: none;
}

#message_block #view .button_submit:hover {
    cursor: pointer;
    background: #F0F0F0;
}

#message_block #view .button_submit1 {
    float: left;
    margin: 10px;
    width: 150px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #428bca;
    background: white;
    color: #428bca;
    text-decoration: none;
    border-radius: 5px;
}

#message_block #view .button_submit1:hover {
    cursor: pointer;
    background: #F0F0F0;
}

#message_block #view .button_deal {
    margin: 10px;
    width: 150px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
}

#message_block #view a.infobulle {
    margin: 10px;
    width: 150px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
}

#message_block #view .button_cancel {
    margin-bottom: 10px;
    margin-left: 20px;
    width: 170px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: red;
    color: white;
    text-decoration: none;
}


#message_block #view .button_deal:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
    text-decoration: none;
}

/**************************/
/* LOG-IN OR REGISTRATION */
/**************************/

/* Block de base */
/*
#login_or_subscription
{
	margin: 20px auto 0px auto;
	width: 960px;
	height: 350px;
}
*/

/* Inline pour LOGIN */
#login_set {
    display: inline-block;
    margin-top: 20px;
    padding-top: 30px;
    min-height: 300px;
    width: 400px;
    background: white;
    vertical-align: top;
    text-align: left;
    border: 1px solid #E0E0E0;
}

#login_set .p_login {
    margin-top: 10px;
    margin-left: 100px;
    text-align: left;
    color: black;
}


/* Label sur champ de LOGIN */
#login_set .label_text {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    color: black;
}


/* Champ de saisie sur LOGIN */
#login_set .input_text {
    display: inline-block;
    margin-top: 0px;
    width: 200px;
    font-size: 100%;
    background: #E2E2E2;
}

/* Bouton login */
#login_set .btn_login {
    display: inline-block;
    margin-top: 40px;
    margin-left: 5px;
    margin-bottom: 20px;
    height: 40px;
    width: 200px;
    vertical-align: top;
    background: #06347A;
    border: 1px solid #06347A;
    color: white;
}

#login_set .btn_login:hover {
    cursor: pointer;
    background: #0F4598;
    border: 1px solid #0F4598;
}

/****************/
/* REGISTRATION */
/****************/

#registration_information {
    margin: 30px auto 0px auto;
    width: 960px;
    color: none;
    background-color: none;
    border: 1px solid #E0E0E0;
    text-align: left;
}

#registration_information a {
    color: #06347A;
}

#registration_information .p_registration {
    text-align: left;
    margin-left: 20px;
    line-size: 1.2;
    font-size: 100%;
    color: black;
}

#registration_set {
    margin: 30px auto 30px auto;
    width: 960px;
    background: white;
    border: 1px solid #E0E0E0;
    text-align: left;
}

/* #registration subscription_uset
{
	display:inline-block;
	margin-top: 20px;
	width: 900px;
	background: white;
} */

#registration_set .h1_registration {
    display: inline-block;
    font-weight: bold;
    margin-left: 20px;
    width: 880px;
    margin-top: 30px;
    text-align: left;
    font-size: 150%;
    background: white;
    border-bottom: 1px solid #06347A;
    color: #06347A;
}

#registration_set .p_registration {
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
}

#registration_set .p_registration1 {
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}

#registration_set .subscription_label {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 180px;
    margin-top: 15px;
    text-align: left;
    font-size: 100%;
    color: black;
}

#registration_set .checkbox_label {
    display: inline-block;
    margin-left: 20px;
    font-weight: normal;
    vertical-align: top;
    width: 300px;
    margin-top: 1px;
    text-align: left;
    font-size: 100%;
    color: black;
}

#registration_set .subscription_input {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 280px;
    text-align: left;
}

#registration_set .file_input {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 280px;
    text-align: left;
}

#registration_set .form_input_long {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 340px;
    text-align: left;
    font-size: 100%;
    border: 1px solid #A9A9A9;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 10px 20px;
    font-weight: normal;
}

#registration_set .form_input_short {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 160px;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
    border: 1px solid #A9A9A9;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 10px 20px;
}

#registration_set .form_select_long {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 350px;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
    border: 1px solid #A9A9A9;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 10px 20px;
}

#registration_set .form_select_long.no_border {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 350px;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
    background-color: #FFFFFF;
    border: none;
}

#registration_set .form_text_area {
    background-color: #E2E2E2;
    font-size: 100%;
    margin-top: 5px;
    width: 340px;
    border: 1px solid #A9A9A9;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 10px 20px;
    font-weight: normal;

}

#registration_set .button_submit {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    width: 160px;
    height: 40px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
}

#registration_set .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

#registration_set .activity {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    border: 1px solid #A9A9A9;
    border-radius: 20px;
    width: 90%;
    height: 65px;
    padding: 0px;
}

#registration_set .activity .item_head {
    display: inline-block;
    border: 1px solid #A9A9A9;
    width: 7.8%;
    height: 25px;
    margin: 5px 0px 0px 0px;
    padding-top: 2px;
    font-size: 80%;
}

#registration_set .activity .item_head:first-of-type {
    border-radius: 10px 0px 0px 0px;
}

#registration_set .activity .item_head:last-of-type {
    border-radius: 0px 10px 0px 0px;
}

#registration_set .activity .item_cell {
    display: inline-block;
    border: 1px solid #A9A9A9;
    width: 7.8%;
    height: 25px;
    margin: 5px 0px 0px 0px;
    padding-top: 2px;
    font-size: 80%;
    background-color: #A9A9A9;
}

#registration_set .activity .item_cell:first-of-type {
    border-radius: 0px 0px 0px 10px;
}

#registration_set .activity .item_cell:last-of-type {
    border-radius: 0px 0px 10px 0px;
}

#registration_set .activity .item_cell:hover {
    cursor: pointer;
}

/********************/
/* TABLE            */
/********************/

/********************/
/* TABLE            */
/********************/

.table_list {
    width: 90%;
}

.table_list .tr_table_list {
}

.table_list .td_table_list {
    padding: 1%;
    font-size: 100%;
    color: black;
    border: 1px solid white;
}

.table_list .td_table_list_header {
    padding: 1%;
    font-size: 100%;
    background: #0099FF;
    color: white;
    border: 1px solid white;
}

.table_list .td_table_list .button_submit {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}

.table_list .td_table_list .button_submit.red {
    background: red;
}

.table_list .td_table_list .button_submit.invert {
    background: #FFFFFF;
    color: #06347A;
}

.table_list .td_table_list .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

.table_list .td_table_list .button_submit.red:hover {
    cursor: pointer;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
}

.table_list .td_table_list .button_submit.invert:hover {
    cursor: pointer;
    background: #E0E0E0;
    color: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.table_pricing {
    width: 90%;
}

.table_pricing .tr_table_pricing {
    background-color: white;
}

.table_pricing .td_table_pricing {
    padding: 1%;
    font-size: 150%;
    color: white;
    border: 5px solid white;
}

.table_pricing .td_table_pricing.col1 {
    background-color: grey;
    width: 20%;
    margin-right: 1%;
}

.table_pricing .td_table_pricing.col1.orange {
    background-color: #06347A;
}

.table_pricing .td_table_pricing.col2 {
    background-color: grey;
    width: 20%;
}

.table_pricing .td_table_pricing.col2.orange {
    background-color: #06347A;
}

.table_pricing .td_table_pricing.col3 {
    background-color: grey;
    width: 60%;
}

.table_pricing .td_table_pricing.col3.orange {
    background-color: #06347A;
}


/********************/
/* ADD SERVICES     */
/********************/

.service_set {
    margin: 150px auto 20px auto;
    width: 960px;
    background: white;
    border: 1px solid #CECECE;
    font-size: 100%;
}

.service_set.low {
    margin: 20px auto 20px auto;
}

.service_set.nomargin {
    margin: 20px auto 20px auto;
}

.service_set .h1_service {
    display: inline-block;
    font-weight: bold;
    width: 900px;
    margin-left: 20px;
    margin-top: 50px;
    text-align: left;
    font-size: 150%;
    background: white;
    border-bottom: 1px solid #06347A;
    color: #06347A;
}

.service_set .h1_service_invert {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 120%;
    background: #505050;
    color: white;
    font-variant: small-caps;
}

.service_set .img_service {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    margin-left: 20px;
    width: 30px;
    margin-top: 10px;
    text-align: left;
    font-size: 100%;
}

.service_set .p1_service {
    font-weight: bold;
    vertical-align: top;
    margin-left: 20px;
    width: 450px;
    margin-top: 20px;
    text-align: left;
    color: black;
}

.service_set .service_input {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    /*	width: 410px; */
    text-align: left;
    color: black;
}

.service_set .h2_service {
    display: inline-block;
    width: 90%;
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 100%;
    background: #707070;
    color: white;
    font-variant: small-caps;
}

.service_set .p2_service {
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    font-style: italic;
    color: blue;
}

.service_set .form_input_long {
    width: 355px;
    /*	border: 1px solid black;*/
    background: #E2E2E2;
}

.service_set .form_input_short {
    width: 170px;
    /*	border: 1px solid black;*/
    background: #E2E2E2;
}

.service_set .form_input_vshort {
    width: 100px;
    margin-left: 30px;
    /*	border: 1px solid black;*/
    background: #E2E2E2;
}

.service_set .form_select_long {
    width: 200px;
    background: #E2E2E2;
}

.service_set .form_select_vlong {
    width: 400px;
    background: #E2E2E2;
}

.service_set .button_submit {
    display: inline-block;
    padding: 10px;
    margin-left: 60px;
    vertical-align: top;
    width: 160px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
}

.service_set .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

.service_set .view_planning {
    display: inline-block;
    margin: 20px;
    width: 100%;
}

.service_set .form_text_area {
    font-size: 100%;
    margin-top: 5px;
    width: 340px;
    border: 1px solid #A9A9A9;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 10px 20px;
}

.service_set .form_text_area.long {
    width: 700px;
}

.table.task {
}

.table.task .button_submit {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}

.table.task .button_submit.red {
    background: red;
}

.table.task .button_submit.invert {
    background: #FFFFFF;
    color: #06347A;
}

.table.task .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

.table.task .button_submit.red:hover {
    cursor: pointer;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
}

.table.task .button_submit.invert:hover {
    cursor: pointer;
    background: #E0E0E0;
    color: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.service_set .ressource_result {
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    margin-left: 10px;
    width: 450px;
    height: 270px;
    text-align: center;
    font-size: 80%;
    background: white;
    color: #FF1100;
    /*	border: 1px solid #CDCDCD; */
    border: none;
    text-decoration: none;
    overflow: scroll;
}

.service_set .ressource_search {
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: 0px;
    padding: 0px;
    margin-left: 15px;
    vertical-align: top;
    width: 90%;
    height: 270px;
    text-align: left;
    font-size: 100%;
    border: 1px solid #06347A;
    background: white;
    color: #FF1100;
    border: 1px solid #CDCDCD;
    text-decoration: none;
}

.service_set .ressource_result .resource_line.current {
    width: 400px;
    margin: 0px;
    height: 75px;
    background: #CEF6F5;
    border: 1px solid #CEF6F5;
    border-radius: 20px;
}

.service_set .ressource_result .resource_line {
    width: 400px;
    margin: 0px;
    height: 40px;
    background: #FFFFFF;
    /* border: 1px solid #CDCDCD; */
    overflow: visible;
}

.service_set .ressource_result .resource_line.disabled {
    width: 400px;
    margin-left: 2px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid green;
    border-radius: 20px;
}

.service_set .ressource_result .resource_line .button_submit {
    display: inline-block;
    float: right;
    position: absolute;
    vertical-align: top;
    padding: 5px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 75px;
    text-align: center;
    font-size: 80%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.service_set .ressource_result .resource_line .form_select_long {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-top: 0px;
    height: 30px;
    width: 250px;
    text-align: center;
    font-size: 80%;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
}

.service_set .ressource_result .resource_line .form_select_vlong {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-top: 0px;
    height: 30px;
    width: 450px;
    text-align: center;
    font-size: 80%;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
}

.service_set .ressource_result .resource_line .span_input1 {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0px;
    text-align: left;
    color: #000000;
    width: 230px;
    height: 40px;
    overflow: hidden;
}

.service_set .ressource_result .resource_line .span_input2 {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    color: #000000;
    width: 400px;
    height: 40px;
    overflow: hidden;
}

.service_set .ressource_result .resource_line .button_submit.red {
    margin-top: 40px;
    background: red;
    margin-right: 100px;
}

.service_set .ressource_result .resource_line .button_submit.invert {
    background: #FFFFFF;
    color: #06347A;
}

.service_set .ressource_result .resource_line .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

.service_set .ressource_result .resource_line .button_submit.red:hover {
    cursor: pointer;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
}

.service_set .ressource_result .resource_line .button_submit.invert:hover {
    cursor: pointer;
    background: #E0E0E0;
    color: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.service_set .ressource_form {
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px;
    margin-left: 0px;
    vertical-align: top;
    width: 450px;
    height: 270px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: white;
    color: #FF1100;
    border: 1px solid #CDCDCD;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 1px 5px 5px #505050;
}

.service_set .ressource_form.current {
    background: #EFEFEF;
    color: white;
    text-decoration: none;
}


.service_set .ressource_form p {
    text-align: left;
    margin-top: 0px;
    width: 94%;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 10px;
    color: #000000;
    font-size: 80%;
    font-weight: bold;
}

.service_set .ressource_form .span_input {
    float: right;
}

.service_set .ressource_form .thumb {
    width: 100px;
    height: 100px;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 10px;
    vertical-align: top;
    background: #FFFFFF;
}

.service_set .ressource_form .button_submit {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 80px;
    text-align: center;
    font-size: 80%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.service_set .ressource_form .button_submit.red {
    background: red;
}

.service_set .ressource_form .button_submit.invert {
    background: #FFFFFF;
    color: #06347A;
}

.service_set .ressource_form .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

.service_set .ressource_form .button_submit.red:hover {
    cursor: pointer;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
}

.service_set .ressource_form .button_submit.invert:hover {
    cursor: pointer;
    background: #E0E0E0;
    color: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.service_set .ressource_search p {
    text-align: left;
    margin-top: 20px;
    width: 94%;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
    font-size: 80%;
    font-weight: bold;
}

.service_set .ressource_search .span3 {
    width: 27%;
    height: 50px;
}

.service_set .ressource_search .span10 {
    width: 7%;
    height: 50px;
}


.service_set .ressource_search .span_input {
    float: right;
}

.service_set .ressource_search .thumb {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    background: #FFFFFF;
}

.service_set .ressource_search .form_select_long {
    width: 200px;
    background: #E2E2E2;
    color: black;
}

.service_set .ressource_search .button_submit {
    display: inline-block;
    float: right;
    vertical-align: top;
    padding: 5px;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 80%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.service_set .ressource_search .button_submit.red {
    background: red;
}

.service_set .ressource_search .button_submit.invert {
    background: #FFFFFF;
    color: #06347A;
}

.service_set .ressource_search .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

.service_set .ressource_search .button_submit.red:hover {
    cursor: pointer;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
}

.service_set .ressource_search .button_submit.invert:hover {
    cursor: pointer;
    background: #E0E0E0;
    color: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.service_set .skill_form {
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    margin-left: 120px;
    margin-right: 50px;
    vertical-align: top;
    width: 75%;
    min-height: 40px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    color: #000000;
    border: 1px solid #CDCDCD;
}

.service_set .skill_form.empty {
    background: #ffeaee;
}

.service_set .skill_form h1 {
    width: 100%;
    margin-top: 0px;
    background: #06347A;
    color: #FFFFFF;
    font-size: 100%;
    text-align: left;
    padding: 10px;
}

.service_set .skill_form h1 .a_delete {
    float: right;
    margin-top: -5px;
    color: #FFFFFF;
    font-size: 80%;
    background: red;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.service_set .skill_form h1 .a_delete:hover {
    background: #CDCDCD;
    cursor: pointer;
}

.service_set .skill_form .ul_skills {
    list-style-type: none;
}

.service_set .skill_form .li_skill {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 90%;
    text-align: left;
}

.service_set .skill_form .li_skill .select_range {
    float: right;
    width: 250px;
}

input[type="range"] {
    position: relative;
    margin-left: 1em;
}

input[type="range"]:after,
input[type="range"]:before {
    position: absolute;
    top: 1em;
    color: #aaa;
}

input[type="range"]:before {
    left: 0em;
    /*    content: "Débutant"; */
}

input[type="range"]:after {
    right: 0em;
    /*    content: "Expert"; */
}

/******************************/
/* SEARCH SERVICE		  */
/******************************/

#search_eqpt_bar {
    margin: 150px auto 0px auto;
    width: 960px;
    text-align: left;
}

#search_eqpt_bar #search_header {
    display: block;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: left;
    height: 70px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #C0C0C0;
}

#search_eqpt_bar p {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 950px;
    text-align: left;
    font-size: 100%;
    color: black;
}

#search_eqpt_bar #search_header p {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 950px;
    text-align: left;
    font-size: 100%;
    color: black;
}

#search_eqpt_bar .form_select_long {
    width: 180px;
    border: 1px solid black;
    background: #E2E2E2;
    font-size: 100%;
}

#search_eqpt_bar .form_input {
    width: 170px;
    height: 30px;
    font-size: 120%;
    background: #E2E2E2;
}

#search_eqpt_bar .form_input_long {
    width: 400px;
    height: 30px;
    font-size: 120%;
    background: #E2E2E2;
}

#search_eqpt_bar .form_input_date {
    width: 100px;
    height: 30px;
    font-size: 120%;
    background: #E2E2E2;
}

#search_eqpt_bar .button_submit {
    margin-top: -10px;
    margin-left: 80px;
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    background: #06347A;
    color: white;
    text-decoration: none;
    border: none;
}

#search_eqpt_bar .button_submit:hover {
    cursor: pointer;
    background: #06347A;
}


#search_eqpt {
    margin: 10px auto 20px auto;
    width: 960px;
    text-align: left;
}

/* Affichage des critères de tri */
#search_eqpt #search_nav {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-top: 0px;
    margin-left: 0px;
    background: white;
    border: 1px solid #C0C0C0;
}

#search_eqpt #search_nav .ul_nav {
    margin-left: 10px;
    margin-bottom: 0px;
    text-decoration: none;
}

#search_eqpt #search_nav .li_nav {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

#search_eqpt #search_nav .li_nav.active {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

#search_eqpt #search_nav .nav_button {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    width: 170px;
    height: 30px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 100%;
    color: white;
    border: none;
    line-height: 30px;
}

#search_eqpt #search_nav .nav_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}


#search_eqpt #search_nav #geoloc {
    height: 180px; /* IMPERATIF */
    width: 180px;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
}

#geoloc {
    display: inline-block;
    height: 350px; /* IMPERATIF */
    width: 930px;
    margin-top: 10px;
    border: 1px solid #C0C0C0;
    margin-bottom: 0px;
}

#geoloc_small {
    display: inline-block;
    height: 200px; /* IMPERATIF */
    width: 290px;
    margin-top: 10px;
    border: 1px solid #C0C0C0;
    margin-bottom: 0px;
}


#search_eqpt #search_nav .request_button {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 5px;
    width: 170px;
    height: 30px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 100%;
    color: white;
    border: none;
}

#search_eqpt #search_nav .request_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}

/* Affichage des éléments sélectionnés */
#search_eqpt #search_view {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 20px;
    width: 730px;
}

#search_eqpt #search_view {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 20px;
    width: 730px;
}

#search_eqpt #search_view .request_button {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-top: 0px;
    margin-left: 5px;
    min-width: 170px;
    height: 30px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 100%;
    color: white;
    border: none;
}

#search_eqpt #search_view .request_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}

#search_eqpt #search_view .template_button {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100px;
    height: 20px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 100%;
    color: white;
    border: none;
}

#search_eqpt #search_view .template_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}

/* #search_eqpt .h1_eqpt
{
	display: inline-block;
	margin-left: 20px;
	color: #909090;
	font-size: 150%;
	text-align: left;
}
*/

/* Affichage de mes  matériels */

#search_eqpt #search_view #search_bar_up, #search_bar_down {
    display: inline-block;
    vertical-align: top;
    width: 730px;
    height: 60px;
    text-align: right;
    border-top: 1px solid #06347A;

}

#search_eqpt #search_view #search_bar_down {
    margin-top: 5px;
    height: 80px;
}

#search_eqpt #search_view #search_bar_up {
    text-align: right;
    background: none;
}

#search_eqpt #search_view #search_bar_up .p_bar_up {
    font-size: 150%;
    color: black;

}

#search_eqpt #search_view .a_view {
    display: inline-block;
    color: black;
    font-weight: bold;
}

#search_eqpt #search_view .a_view:hover {
    text-decoration: none;
}

/*
#search_eqpt #search_view .pagination
{
	margin-top: 5px;
}

#search_eqpt #search_view .pagination .ul_pagination
{
	display: inline-block;
	margin-top: 0px;
	margin-right: 10px;
	list-style-type:none;
	width: 150px;
}

#search_eqpt #search_view .pagination .ul_pagination li
{
	display: inline-block;
	vertical-align: top;
	width: 10px;
}
*/

#search_eqpt #search_view .ul_view {
    margin-left: 0px;
}

#search_eqpt #search_view .equipment_line {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    vertical-align: top;
    width: 730px;
    height: 110px;
    border: 1px solid #C0C0C0;
    background: white;
}

#search_eqpt #search_view .equipment_line.full {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    vertical-align: top;
    width: 960px;
    height: 130px;
    border: 1px solid #C0C0C0;
    background: white;
}

#search_eqpt #search_view .equipment_line.inactive {
    background-color: #C0C0C0;
}


#search_eqpt #search_view .equipment_line .id_badge {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #06347A;
    color: white;
    z-index: 2;
}

#search_eqpt #search_view .equipment_line .id_badge_char {
    position: relative;
    display: inline-block;
    float: left;
    width: 25px;
    Ò height: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: white;
    z-index: 2;
}

#search_eqpt #search_view .equipment_line .thumb {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-left: -25px;
    width: 90px;
    height: 90px;
    z-index: 1;
    border: none;
}

#search_eqpt #search_view .equipment_line.full .thumb {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: -25px;
    width: 110px;
    height: 110px;
    z-index: 1;
    border: none;
}

#search_eqpt #search_view .equipment_line .descr {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 380px;
    height: 100px;
    overflow: hidden;
}

#search_eqpt #search_view .equipment_line.full .descr {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 580px;
    height: 110px;
    overflow: hidden;
}

#search_eqpt #search_view .equipment_line .h1_equipment_line {
    margin: 5 0 0 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
    color: black;
}

#search_eqpt #search_view .equipment_line .p_equipment_line {
    margin: 0px;
    padding: 0px;
    font-size: 80%;
    font-weight: normal;
    color: black;
}

#search_eqpt #search_view .equipment_line .available {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 200px;
    height: 80px;
}

#search_eqpt #search_view .equipment_line:hover {
    /*	background: #E0E0E0;
	cursor: pointer;
	text-decoration: none;*/
}

#search_eqpt #search_view .equipment_pad_line {
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
    width: 730px;
    height: 40px;
    background: #DFDFDF;
}

#search_eqpt #search_view .equipment_pad_line .button_pad {
    display: inline-block;
    padding-top: 5px;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 100px;
    width: 100px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #06347A;
    background: #FFFFFF;
    color: #06347A;
}

#search_eqpt #search_view .equipment_pad_line .button_pad:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
    text-decoration: none;
    color: white;
}

.button_pad {
    display: inline-block;
    padding-top: 5px;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 100px;
    width: 100px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid red;
    background: #FFFFFF;
    color: red;
}

.button_pad:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
    text-decoration: none;
    color: white;
}

/*************************/
/* LIST EQUIPMENT        */
/*************************/

#list_eqpt {
    margin: 150px auto 0px auto;
    width: 960px;
    text-align: left;
}

/* Affichage des critères de tri */
#list_eqpt #search_nav {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

#list_eqpt #search_nav .ul_nav {
    margin-left: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}

#list_eqpt #search_nav .li_nav {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

#list_eqpt #search_nav .li_nav.active {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

#list_eqpt #search_nav .nav_button {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    width: 170px;
    height: 30px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 100%;
    color: white;
    border: none;
    line-height: 30px;
    border-radius: 5px;
}

#list_eqpt #search_nav .nav_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}


#list_eqpt #search_nav .request_button {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 5px;
    width: 170px;
    height: 30px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 100%;
    color: white;
    border: none;
}

#list_eqpt #search_nav .request_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}

/* Affichage des éléments sélectionnés */
#list_eqpt #search_view {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#list_eqpt #search_view .template_button {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100px;
    height: 20px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 100%;
    color: white;
    border: none;
}

#list_eqpt #search_view .template_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}

/* #search_eqpt .h1_eqpt
{
	display: inline-block;
	margin-left: 20px;
	color: #909090;
	font-size: 150%;
	text-align: left;
}
*/

/* Affichage de mes  matériels */

#list_eqpt #search_view #search_bar_up, #search_bar_down {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 60px;
    text-align: right;
    border-top: 1px solid #06347A;

}

#list_eqpt #search_view #search_bar_down {
    margin-top: 5px;
    height: 80px;
}

#list_eqpt #search_view #search_bar_up {
    text-align: right;
    background: none;
}

#list_eqpt #search_view #search_bar_up .p_bar_up {
    font-size: 150%;
    color: black;

}

#list_eqpt #search_view .a_view {
    display: inline-block;
    color: black;
    font-weight: bold;
}

#list_eqpt #search_view .a_view:hover {
    text-decoration: none;
}

/*
#list_eqpt #search_view .pagination
{
	margin-top: 5px;
}

#list_eqpt #search_view .pagination .ul_pagination
{
	display: inline-block;
	margin-top: 0px;
	margin-right: 10px;
	list-style-type:none;
	width: 150px;
}

#list_eqpt #search_view .pagination .ul_pagination li
{
	display: inline-block;
	vertical-align: top;
	width: 150px;
}
*/
#list_eqpt #search_view .ul_view {
    margin-left: 0px;
}

#list_eqpt #search_view .equipment_line {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    width: 100%;
    height: 110px;
    border: 1px solid #C0C0C0;
    background: white;
}

#list_eqpt #search_view .equipment_line a {
    text-decoration: none;
    color: #000000;
}

#list_eqpt #search_view .equipment_line a:hover {
    text-decoration: none;
    cursor: pointer;
}


#list_eqpt #search_view .equipment_line.inactive {
    background: #E0E0E0;
}

#list_eqpt #search_view .equipment_line .id_badge {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #06347A;
    color: white;
    z-index: 2;
}

#list_eqpt #search_view .equipment_line .thumb {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-left: -25px;
    width: 90px;
    height: 90px;
    z-index: 1;
    border: none;
}

#list_eqpt #search_view .equipment_line .descr {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 300px;
    height: 100px;
    overflow: hidden;
}

#list_eqpt #search_view .equipment_line .bbutton_pad {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
    width: 110px;
    height: 100px;
    overflow: hidden;
}


#list_eqpt #search_view .equipment_line .h1_equipment_line {
    margin: 5 0 0 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
    color: black;
}

#list_eqpt #search_view .equipment_line .p_equipment_line {
    margin: 0px;
    padding: 0px;
    font-size: 80%;
    font-weight: normal;
    color: black;
}

#list_eqpt #search_view .equipment_line .p_equipment_line.red {
    color: red;
}

#list_eqpt #search_view .equipment_line .available {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 200px;
    height: 80px;
}

#list_eqpt #search_view .equipment_line .status {
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    margin-left: 5px;
    width: 200px;
    height: 100px;
}

#list_eqpt #search_view .equipment_line:hover {
    border: 2px solid #0F4598;
    cursor: pointer;
    text-decoration: none;
}

#list_eqpt #search_view .equipment_line .bbutton_pad .button_pad {
    display: inline-block;
    padding-top: 5px;
    font-size: 80%;
    margin-top: 5px;
    margin-left: 5px;
    width: 100px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #06347A;
    background: #FFFFFF;
    color: #06347A;
    border-radius: 5px;
}

#list_eqpt #search_view .equipment_line .bbutton_pad .button_pad:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
    text-decoration: none;
    color: white;
}

#list_eqpt #search_view .view_dynamic {
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
}

#list_eqpt #search_view .view_dynamic p {
    margin: 10px;
}

#list_eqpt #search_view .view_dynamic hr {
    margin-top: 20px;
    width: 100%;
}

#list_eqpt #search_view .view_dynamic .li_list {
    display: inline-block;
    text-decoration: none;
    padding-left: 5px;
    border: none;
    background: none;
    font-size: 90%;
    width: 300px;
}

#list_eqpt #search_view .view_dynamic .li_list:hover {
    cursor: pointer;
    background: #C0C0C0;
    color: #FFFFFF;
}

#list_eqpt #search_view .view_dynamic .equipment_line {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: top;
    width: 221px;
    height: 300px;
    border: none;
    background: #e5e8e8;
    border-radius: 20px;
    -webkit-box-shadow: 10px 9px 0px -7px rgba(192, 192, 192, 1);
    -moz-box-shadow: 10px 9px 0px -7px rgba(192, 192, 192, 1);
    box-shadow: 10px 9px 0px -7px rgba(192, 192, 192, 1);
}

#list_eqpt #search_view .view_dynamic .equipment_line:hover {
}

#list_eqpt #search_view .view_dynamic .equipment_line .thumb {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    z-index: 1;
    border: 1px solid #C0C0C0;
}

#list_eqpt #search_view .view_dynamic .equipment_line .name {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 0px;
    width: 115px;
    height: 80px;
    z-index: 1;
}

#list_eqpt #search_view .view_dynamic .equipment_line .description {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0px;
    width: 200px;
    height: 100px;
    z-index: 1;
    font-family: 'roboto-thin';
    overflow: scroll;
}

#list_eqpt #search_view .view_dynamic .equipment_line .activity {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 0px;
    margin-left: 10px;
    padding: 0px;
    width: 200px;
    height: 45px;
    z-index: 1;
}

#list_eqpt #search_view .view_dynamic .equipment_line hr {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0px;
    padding: 0px;
    width: 90%;
}

#list_eqpt #search_view .view_dynamic .equipment_line .pad {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 0px;
    margin-left: 10px;
    width: 200px;
    height: 30px;
    z-index: 1;
    border: none;
}

#list_eqpt #search_view .view_dynamic .equipment_line .pad .button_pad {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 10px;
    background-color: #06347A;
    color: #FFFFFF;
    border: none;
    margin-top: 5px;
    margin-left: 0px;
    padding: 5px;
    font-size: 90%;
    width: 90px;
    height: 25px;
    z-index: 1;
}

#list_eqpt #search_view .view_dynamic .equipment_line .pad .button_pad.red {
    background-color: red;
    color: #FFFFFF;
    border: none;
}

#list_eqpt #search_view .view_dynamic .equipment_line .pad .button_pad:hover {
    background-color: #FFFFFF;
    color: #06347A;
    border: 1px solid #06347A;
}

#list_eqpt #search_view .view_dynamic .equipment_line .pad .button_pad.red:hover {
    background-color: #FFFFFF;
    color: red;
    border: 1px solid red;
}

#list_eqpt #search_view .table_1 {
    background-color: #FFFFFF;
    color: red;
    border: 1px solid red;
}

/*************************/
/* VIEW EQPT & SERVICE          */
/*************************/

#view_community {
    margin: 160px auto 10px auto;
    width: 960px;
    text-align: left;
    background: none;
    border: none;
}

#view_community .button_compute {
    display: inline-block;
    float: right;
    background-color: #FF8800;
    margin-top: 2px;
    margin-left: 20px;
    padding: 5px;
    width: 100px;
    height: 30px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    border: none;
}

#view_community .button_compute:hover {
    cursor: pointer;
    background-color: #FF9900;
}

#view_community .analytics_bar {
    display: inline-block;
    font-size: 120%;
    text-align: left;
    margin-left: 0px;
    background-color: #C0C0C0;
    width: 100%;
    padding: 5px;
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 0px;
    font-family: 'roboto-light';
}

#view_community .p_canvas {
    display: inline-block;
    border: 1px solid #C0C0C0;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
    margin-top: 0px;
    padding: 5px;
}


#view_equipment {
    margin: 130px auto 10px auto;
    width: 960px;
    text-align: left;
    background: none;
    border: none;
}

#view_equipment .agenda {
    display: inline-block;
    vertical-align: top;
    width: 960px;
    margin-top: 20px;
    margin-left: 0px;
    background: white;
}

#view_equipment .nav {
    margin-left: 20px;
    margin-bottom: 0px;
    text-decoration: none;
    background: none;
    border: none;
}

#view_equipment .nav .li_nav {
    text-decoration: none;
    border: none;
    background: none;
    margin-right: 20px;
}

#view_equipment .nav .li_nav.active {
    text-decoration: none;
    border: none;
}

#view_equipment a.infobulle {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 0px;
    width: 170px;
    height: 30px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 80%;
    color: white;
    border: none;
    line-height: 30px;
    border-radius: 5px;
}

#view_equipment a.infobulle1 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 100%;
    white-space: nowrap;
}

#view_equipment .ul_nav {
    margin-left: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}

#view_equipment .li_nav {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

#view_equipment .nav_button {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    width: 180px;
    height: 30px;
    text-align: center;
    color: white;
    background: #06347A;
    font-size: 90%;
    font-weight: normal;
    color: white;
    border: none;
    line-height: 30px;
    border-radius: 5px;
}

#view_equipment .nav_button:hover {
    text-decoration: none;
    background: #06347A;
    cursor: pointer;
}


/*************************/
/* VIEW SERVICE          */
/*************************/

#view_service {
    margin: 2px auto 20px auto;
    width: 960px;
    padding: 0;
}

#view_share {
    margin: 2px auto 20px auto;
    width: 960px;
    padding: 0;
}

/* Caractéristiques du service */
#view_service #description {
    display: inline-block;
    vertical-align: top;
    width: 650px;
    min-height: 600px;
    background: white;
    text-align: left;
    border: 1px solid #CECECE;
}


/* Style &lt;a&gt; */
#view_service #description .back_link {
    margin: 10px;
}

#view_service #description .h1_description {
    display: inline-block;
    width: 600px;
    height: 30px;
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    color: black;

}

/* Style &lt;img&gt; */
#view_service #description .photo {
    margin-top: 10px;
    margin-left: 20px;
    width: 600px;
    height: 400px;
}

#view_service #description .p_description {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    width: 600px;
    text-align: left;
    font-size: 100%;
    color: black;
}

#view_service #description .h2_description {
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 20px;
    width: 600px;
    border: 1px solid #A0A0A0;
    background: #A0A0A0;
    color: white;
    text-align: center;
    font-size: 100%;
}

/* Informations clés et boutons actions */

#view_service #key-info {
    display: inline-block;
    border: 1px solid #CECECE;
    padding-bottom: 20px;
    vertical-align: top;
    width: 302px;
    min-height: 600px;
    background: white;
    text-align: center;
}

#view_service #key-info .p_info {
    font-size: 100%;
    text-align: left;
    line-height: 2;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}


#view_service #key-info .span-li {
    float: right;
    font-weight: normal;
    color: #06347A;
}


#view_service #key-info .button_submit {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: 200px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
}

#view_service #key-info .button_submit:hover {
    cursor: pointer;
    background: #06347A;
    border: 1px solid #06347A;
}

#view_service #key-info .button_info {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: 200px;
    height: 30px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #A0A0A0;
    background: white;
    color: black;
    text-decoration: none;
}

#view_service #key-info .button_info:hover {
    cursor: pointer;
    background: #F0F0F0;
}

#view_service #key-info .tip {
    display: inline-block;
    margin-top: 30px;
    margin-left: 20px;
    width: 250px;
    text-align: left;
    font-size: 100%;
    font-style: italic;
    color: black;
}

#view_service #radars .radar {
    margin-top: 20px;
}

#view_service #radars .radar {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 100%;
/ / height: 290 px;
}

#view_service #radars .radar h1 {
    margin-left: 10px;
    margin-top: 0px;
    font-size: 80%;
    font-weight: bold;
}

#view_share #messages {
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 400px;
    height: 600px;
    max-height: 600px !important;
    text-align: center;
    border: 1px solid #CECECE;
    overflow: scroll;
}

#view_share #messages a {
    text-decoration: none;
}

#view_share #messages .li_message {
    display: inline-block;
    margin-top: 10px;
    padding-top: 5px;
    padding-bootom: 5px;
    border-radius: 5px;
    width: 380px;
    height: 50px;
    background: #0099FF;
    color: white;
}

#view_share #messages .li_message.dealinprogress {
    background: #FF9900;
}

#view_share #messages .li_message.dealinprogress:hover {
    background: #FF8800;
}

#view_share #messages .li_message.dealok {
    background: #007000;
}

#view_share #messages .li_message.dealok:hover {
    background: #008000;
}

#view_share #messages .li_message.closed {
    background: #CECECE;
}

#view_share #messages .li_message.closed:hover {
    background: #CACACA;
}

#view_share #messages .li_message:hover {
    background: #0088FF;
}

#view_share #planning {
    display: inline-block;
    margin-top: 20px;
    margin-left: 30px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 520px;
    height: 600px;
    background: white;
    text-align: center;
    border: 1px solid #CECECE;
}

#view_planning a {
    text-decoration: none;
}

#view_planning .li_message {
    display: inline-block;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    width: 380px;
    height: 50px;
    background: #0099FF;
    color: white;
}

#view_planning .li_message.dealinprogress {
    background: #FF9900;
}

#view_planning .li_message.dealinprogress:hover {
    background: #FF8800;
}

#view_planning .li_message.dealok {
    background: #007000;
}

#view_planning .li_message.dealok:hover {
    background: #008000;
}

#view_planning .li_message.closed {
    background: #CECECE;
}

#view_planning .li_message.closed:hover {
    background: #CACACA;
}

#view_planning .li_message:hover {
    background: #0088FF;
}


/* Fenêtre modale */

#fade { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

.popup_block {
    display: none; /*--masqué par défaut--*/
    background: #fff;
    padding: 20px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.popup_block .button_submit {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 40px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #06347A;
    background: #06347A;
    color: white;
    text-decoration: none;
}

img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

/*--Gérer la position fixed pour IE6--*/
* html #fade {
    position: absolute;
}

* html .popup_block {
    position: absolute;
}

/***********************************************/
/* EQUIPMENT RESERVATION AND INFORMATION FORMS */
/***********************************************/

#custom_service {
    text-align: left;
    background: white;
}

#custom_service .h1_custom {
    display: inline-block;
    margin: 0px;
    width: 800px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 120%;
    line-height: 1;
    background: white;
    color: black;

}

#custom_service .h2_custom {
    display: inline-block;
    width: 380px;
    font-weight: bold;
    text-align: left;
    font-size: 100%;
    background: white;
    border-bottom: 1px solid #06347A;
    color: #06347A;
}

#custom_service .service_text_input {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    width: 150px;
    text-align: left;
    font-size: 90%;
    color: black;
    font-weight: normal;
}

#custom_service .service_text_input_long {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    width: 400px;
    text-align: left;
    font-size: 80%;
    color: black;
    font-weight: normal;
}

#custom_service .service_text_input_short {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    width: 80px;
    text-align: left;
    font-size: 90%;
    color: black;
    font-weight: normal;
}


#custom_service .form_select_short {
    width: 70px;
    font-size: 75%;
    height: 25px;
    background: #E2E2E2;
    margin-top: 0px;
}

#custom_service .form_select {
    width: 150px;
    border: 1px solid black;
    background: #E2E2E2;
}

#custom_service .form_select_long {
    width: 200px;
    border: 1px solid black;
    background: #E2E2E2;
}

#custom_service .form_input_long {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    text-align: left;
    font-size: 90%;
    background: #E2E2E2;
    border: 1px solid black;
}

#custom_service .form_input_short {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    text-align: left;
    font-size: 90%;
    background: #E2E2E2;
    border: 1px solid black;
}

#custom_service .form_input_hide {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    text-align: right;
    font-size: 90%;
    border: none;
}

#custom_service .button_submit {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin-top: 20px;
    margin-left: 310px;
    text-align: center;
    font-size: 100%;
    border: none;
    background: #06347A;
    color: white;
    text-decoration: none;
}

#custom_service .button_submit:hover {
    cursor: pointer;
    background: #06347A;
}

/************************/
/* INFORMATION MESSAGE  */
/************************/

#message {
    margin: 100px auto 0px auto;
    padding: 0px;
    text-align: left;
    font-size: 100%;
    background: white;
    width: 960px;
    height: 400px;
    border: 1px solid black;
}

#message .thumb {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    width: 300px;
    height: 400px;;
    z-index: 1;
    border: none;
}

#message .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    width: 500px;
    height: 400px;
    z-index: 1;
    border: none;
}

#message a {
    font-size: 100%;
    margin-left: 250px;
    background: #06347A;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
}

#message a:hover {
    text-decoration: none;
    background: #0F4598;
}

#message p {
    font-size: 120%;
    height: 300px;
    width: 500px;
    line-height: 1.5;
    margin-left: 20px;
    margin-top: 40px;
}

/************************/
/* ASSISTANCE           */
/************************/

#assistance {
    display: inline-block;
    margin: 150px auto 0px auto;
    padding: 0px;
    text-align: left;
    font-size: 100%;
    background-color: none;
    width: 960px;
    height: auto;
    border: none;
}

#assistance .h1_list {
    display: inline-block;
    width: 100%;
    font-size: 150%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
}

#assistance .h1_question {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 170%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

#assistance .h1_question:hover {
    cursor: pointer;
}

#assistance .button_assistance {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
    height: 210px;
    background: #FFFFFF;
    font-size: 100%;
    border: 1px solid #CECECE;
    border-radius: 5px;
}

#assistance .button_assistance.disabled {
    background-color: #E7E7E7;
    color: #C0C0C0;
}

#assistance .button_assistance.disabled:hover {
    cursor: not-allowed;
    background-color: #E7E7E7;
    color: #C0C0C0;
}

#assistance .button_assistance:hover {
    background: #CECECE;
    cursor: zoom-in;
}

#assistance .button_assistance .block_img {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    height: 130px;
    border: none;
}

#assistance .button_assistance .block_img .img_assistance {
    display: inline-block;
}

#assistance .button_assistance .p_assistance {
    display: inline-block;
    margin-top: 10px;
    width: 60%;
    height: 50px;
    font-size: 120%;
    background: none;
}

#assistance ul .li1 {
    margin-left: 10px;
    list-style: none;
}

/************************/
/* FOOTER               */
/************************/

/*
footer
{
	position: relative;
	margin-top: -170px;
	height: 150px;
	text-align: center;
	clear:both;
	background : #333333;
}
*/

footer {
    position: relative;
    height: 40px;
    text-align: center;
    clear: both;
    background: #333333;
    margin: -40px auto auto auto;
    padding-top: 10px;
}

.footer_block {
    margin: 0px auto auto auto;
    height: 15px;
}

footer p, footer ul {
    margin-bottom: 5px;
    font-size: 70%;
    text-align: left;
}

footer h1 {
    font-size: 80%;
    margin: 0px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #444444;
    /*	color: #707070;*/
}

#us, #how, #blog, #about {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 10px;
    width: 250px;
    color: white;
    /*	color: #707070;*/
}

footer .a_footer {
    color: white;
    font-size: 100%;
    margin-right: 30px;
}

footer .p_footer {
    text-align: center;
    color: white;
    font-size: 80%;
}


/* Others */

#bloc-page {
    width: 960px;
    margin: auto;
}


.introduction {
    color: red;
}

/* Navigation */

nav {
    display: inline-block;
    margin-left: 580px;
    width: 380px;
    height: 50px;
    text-align: right;
    background: #666666;
}

nav ul {
    list-style-type: none;
}

nav li {
    display: inline-block;
    margin-right: 15px;
}

nav a {
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover {
    color: #760001;
    border-bottom: 3px solid #760001;
}

/*************************/

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}


/*************************/
/* GRIDS - FROM BOOSTRAP */
/*************************/

[class*="span"] {
    /* background-color: lightgreen; */
    /* line-height: 80px;*/
    text-align: center;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

.row .thumb {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 40px;
    width: 100px;
    height: 100px;
}

.row .div_text {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 20px;
    width: 200px;
    height: 100px;
}

.row .div_button {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 20px;
    width: 200px;
    height: 100px;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 960px;
}

.span12 {
    width: 960px;
}

.span11 {
    width: 880px;
}

.span10 {
    width: 800px;
}

.span9 {
    width: 720px;
}

.span8 {
    width: 640px;
}

/* JBG - AJOUT */
.span8-border-right {
    width: 640px;
    border-right: 1px solid #A0A0A0;
}

.span7 {
    width: 560px;
}

/* JBG - Ajout */
.span7-left {
    width: 560px;
    text-align: left;
}

/* JBG - Ajout */
.span7-left-border {
    width: 560px;
    text-align: left;
    border-right: 1px solid #A0A0A0;
}

.span6 {
    width: 480px;
}

/* JBG - Ajout */
.span6-border {
    width: 480px;
    border-right: 1px solid #A0A0A0;
    text-align: left;
}

/* JBG - Ajout */
.span6-left {
    width: 480px;
    text-align: left;
}

.span5 {
    width: 400px;
}

.span5-left {
    width: 400px;
    text-align: left;
}

.span85-left {
    width: 85%;
    text-align: left;
}

.span45-left {
    width: 45%;
    text-align: left;
    vertical-align: top;
}

.span9-left {
    width: 720px;
    text-align: left;
}

.span4 {
    /* Modifié en 320 -&gt; 300px */
    width: 300px;
}

.span4-custo {
    /* Modifié en 320 -&gt; 300px */
    width: 300px;
    border: solid 1px #909090;
}

/* JBG - AJOUT */
.span4-align-left {
    /* Modifié en 320 -&gt; 300px */
    width: 300px;
    text-align: left;
}

/* JBG - Ajout */
.span3-left {
    width: 240px;
    text-align: left;
}

.span3-grey {
    width: 215px;
    background: #E0E0E0;
}

.span3 {
    width: 240px;
}

.span3-custo {
    width: 230px;
    border: solid 1px #909090;
}

/* JBG - Ajout */
.span2-align-left {
    width: 160px;
    text-align: left;
}

.span2 {
    width: 160px;
}

.span2-custo {
    width: 130px;
    border: solid 1px #909090;
}

.span1 {
    width: 80px;
}

/* JBG - AJOUT */
.span1-align-right {
    width: 80px;
    text-align: right;
}


.offset12 {
    margin-left: 960px;
}

.offset11 {
    margin-left: 880px;
}

.offset10 {
    margin-left: 800px;
}

.offset9 {
    margin-left: 720px;
}

.offset8 {
    margin-left: 640px;
}

.offset7 {
    margin-left: 560px;
}

.offset6 {
    margin-left: 480px;
}

.offset5 {
    margin-left: 400px;
}

.offset4 {
    margin-left: 320px;
}

.offset3 {
    margin-left: 240px;
}

.offset2 {
    margin-left: 160px;
}

.offset1 {
    margin-left: 80px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
}

.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.container-fluid:after {
    clear: both;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;

    /* MODIF JBG - START */
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #d4d4d4;


    /*  border: 1px solid #e5e5e5;*/
    /*  border: 1px solid #909090;*/
    /* MODIF JBG - END */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}


/* Pour datepicker */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #F8F7F6 url('../images/ui-bg_fine-grain_10_f8f7f6_60x60.png') 50% 50% repeat;
}

/* begin: jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
    border-collapse: separate;
}

.ui-datepicker-calendar td {
    border: 1px solid transparent;
}

/* end: jQuery UI Datepicker moving pixels fix */

/* begin: jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    color: white;
}

/* end: jQuery UI Datepicker emphasis on selected dates */

.item .container {
    width: 100%;
    text-align: center;
    margin: auto;
}

.item .container img {
    width: auto;
    height: 400px;
    max-height: 400px;
}

.show {
    dispay: block;
}

.hide {
    dispay: none;
}

.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

.state-icon {
    left: -5px;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
    margin-bottom: 0px;
}

.progress .progress-bar.bg-success {
    background-color: green;
}

.progress .progress-bar.bg-inprogress {
    background-color: #FF8800;
}

.progress .progress-bar.bg-default {
    background-color: red;
}

.active {
    border: 2px solid white;
}

.li_p_mail {
    font-size: 0.8em;
    margin-bottom: 3px;
    display: block;

}

@media screen and (max-width: 1450px) {

    #menu_bar {
        position: fixed;
        margin-left: O;
        margin-top: 51px;
        text-align: center;
        background: white;
        width: 230px;
        height: 69px;
        z-index: 4;
    }

    #menu_bar button {
        display: block;
        width: 100%;
        background-image: url(../images/btn_menu.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;
        height: 40px;
        width: 50px;
        margin-top: 10px;
        margin-left: 90px;
        border: none;
    }

    #menu_bar #menu_text {
        display: block;
    }


    #header1 #faq {
        display: none;
    }


    header #section_header #pad_header {
        /*		display: none;*/
    }

    #header1 #breadcrumbs {
        margin-left: 230px;
    }

    .ul_menu_bar {
        background-color: white;
        height: 450px;
    }

    #view_community {
        margin-left: 20px;
    }

    #view_equipment {
        margin-left: 20px;
    }

    #list_eqpt {
        margin-left: 20px;
    }

    #admin_block {
        margin-left: 20px;
    }

    #search_eqpt {
        margin-left: 20px;
    }

    #search_eqpt_bar {
        margin-left: 20px;
    }

    .service_set {
        margin-left: 20px;
    }

    #registration_set {
        margin-left: 20px;
    }

    #message_block {
        margin-left: 20px;
    }

    header #section_header #pad_header .ul_pad_header1 {
        display: none;
    }

    header #section_header #pad_header {
        width: 750px;
    }


}

/* Comment */
.comment-list {
    padding: 0 1em;
}

.comment-list .btn {
    background-color: #06347a;
    color: white;
    border-radius: 0;
    padding: 0.5em 3em;
    border: solid 2px #06347a;
}

.comment-list .btn:hover {
    background-color: white;
    color: #06347a;
}

.comment-list .comment-form .btn {
    margin-top: 2em;
}

.comment-list .btn svg {
    margin-right: 1em;
}

.comment-list .comment-details {
    justify-content: start;
}

.comment-list .comment-createdAt {
    margin-left: 1em;
}

.comment-list .comment-content {
    display: flex;
    justify-content: start;
}

.comment-form-actions > .btn > svg {
    display: none;
}

.btn.btn-cancel {
    background: white;
    color: #06347a;
}

.comment-form-actions {
    display: flex;
    justify-content: space-around;
}

.comment-replies-switch {
    display: flex;
}

.comment-form {
    width: 100%;
}

.comment-list_actions {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.comment-list_actions .btn {
    margin-top: 1em;
}

.comment-list__answer-no-fixed {
    position: fixed;
    top: 3.5em;
    right: 2em;
    z-index: 20;
}

/******************
   choose-account
 ******************/

.choose-account {
    display: flex;
    justify-content: flex-end;
}

.choose-account__wrapper {
    width: 400px;
    background: rgba(0, 0, 0, 0.5);
    padding: 1em;
}

@media (min-width: 650px) {
    .choose-account__wrapper {
        margin-right: 20vw;
        margin-top: 2em;
        border-radius: 10px;
    }
}

.choose-account__title {
    color: white;
    text-align: left;
    font-size: 1.5em;
}

.choose-account__subtitle {
    color: white;
    text-align: left;
    font-size: 1.2em;
}

.choose-account__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose-account__item {
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 0.6em 1em;
    padding: 0.8em;
    background-color: #06347A;
    color: white;
    font-size: 120%;
}

.choose-account__btn {
    display: inline-block;
    height: 40px;
    width: 200px;
    vertical-align: top;
    background: #06347A;
    border: 1px solid #F9F9F9;
    color: white;
    font-size: 100%;
    border-radius: 2px;
    padding-top: 7px;
}
