#header {
	background: url("/specif/PORTAIL_SOTATERCEPT/images/RCTs_logo.png") no-repeat scroll 50px center;
	color: #00857C;
	border-bottom: none;
  	background-size: 250px;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: rgb(44,163,45);
}
#footer {
	border-top: none;
	color: #00857C;
	background: white;
	display: block;
}
#header a {
	color: #00857C;
}
#header a:hover{
	color: rgb(176,174,174);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: #00857C;
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: #00857C;
	background: #FDFDFD;
}
#logo{
	left: 250px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  #00857C;
}
.information_haut{
	background-color: #00857C;
}

.titrebox {
	background-color: #00857C;
}

.elementMenu {
	border-color: #00857C;
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: rgb(44,163,45);
	color: white;
}

.calendrier-groupe-pere {
	background-color: #00857C;
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: #00857C;
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid #00857C;
	color: #333333 !important;
}
table.scrollTab th, #scrollTab th, table.scrollTab thead tr, #scrollTab thead tr, table.scrollTab thead tr td, #scrollTab thead tr td {
    	background-color: #00857C !important;
    	border: thin solid #00857C;
    	color: white !important;
}
table.scrollTab tbody tr:nth-child(2n+1), #scrollTab tbody tr:nth-child(2n+1), table.scrollTab tr:nth-child(2n+1), #scrollTab tr:nth-child(2n+1) {
	background: #EEEEEE;
}
table.scrollTab tbody td.td-rouge, #scrollTab tbody td.td-rouge {
	background: #FFCCCC;
	color: red;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
    color: #00857C;
    font-weight: bold;
    background: #E0E0E0;
    border: 1px solid #999999;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #00857C;
}
.titresNouvelleConversation {
    color: white;
    background-color: #00857C;
}
#etat-signature {
	border-color: #00857C;
}
.titre-signature {
	background-color: #00857C;
}

/* FOOTER */
.docs-telechargeables-hors-connexion{
    font-size: 12px;
	padding-top : 5px;
}

.docs-telechargeables-gauche{
    width: 33%;
    float: left;
    text-align: left;
}

.docs-telechargeables-milieu{
    width: 33%;
    float: left;
    text-align: center;
}

.docs-telechargeables-droit{
	width: 30%;
	float: right;
	text-align: right;
}

.docs-telechargeables-gauche a, .docs-telechargeables-milieu a, .docs-telechargeables-droit a{
	color : #00857C !important;
	text-decoration: none !important;
}

#footer {
    width: 75%;
    height: 100px !important;
}

#lien-userguide {
    font-size: 15px !important;
}

/* FIN FOOTER */

/* CONTENT A DROITE */
#portail_title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #023466;
    margin: 20px auto 20px auto;
    align-items: center;
	text-align: center;
}

#portail_sub_title {
	margin: 10px auto 10px auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #6A6A6A;
	text-align: center;
}

.block-ap {
    position: relative;
    height: 190px;
    border: 1px solid #333333;
    border-radius: 4px;
    margin: 20px 20px;
	flex: 1;
}

.block-ap .act {
    float: right;
    transform: translateY(-30px);
}


.block-ap .link {
    position: absolute;
    min-height: 42px;
    height: auto;
    bottom: -1px;
    left: -1px;
    right: 0;
    background-color: #323A45;
    border-radius: 0 0 4px 4px;
    padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.badge {
    display: inline-block;
    min-width: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.block-ap .badge {
    position: absolute;
    height: 20px;
    top: 0px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    background-color: #00aa00;
    border-radius: 0 0 10px 10px;
    padding: 3px 10px;
}

.block-ap .info h4 {
    margin: 50px 0px 0px 0px;
	font-size: 20px;
    text-align: center;
}

.block-specif {
	display: flex;
	flex-direction: row;
	margin:20px 30px;
}

.block-ap .link a {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    color: #A3FFF6;
    text-decoration: underline;
}

#right-content {
    width: 75%;
    margin-left: 25%;
}

#content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70vh;
}

#content_title {
    transform: translateY(-30px);
}
/* FIN CONTENT A DROITE */

body {
    display: flex;
    flex-direction: row;
}

/* SIDEBAR */
#div_sidebar {
    width: 25%;
    background-color: #00857C;
    /* background: #26425d; */
    background-image: url(/specif/PORTAIL_SOTATERCEPT/images/image_msd_connect.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    margin: auto;
    z-index: 1040;
    overflow-x: hidden;
    overflow-y: auto;
}

#content_sidebar {
    margin: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
}

#middle_sidebar {
    transform: translateY(-60px);
}


#msd_logo {
    background:  url("/specif/PORTAIL_SOTATERCEPT/images/msd-logo.svg") center no-repeat;
    filter: brightness(0) invert(1);
    /* background-size: contain; */
    height: 50px;
    width: 126px;
}

#btn_sidebar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 140px;
    height: 26px;
    background: #A3FFF6;
    border-radius: 200px;
    margin-top: 60px;
    margin-left: 0;
    cursor: default;
    border: 1px;
}

#txt_btn_sidebar {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #475569;
}

#sotatercept {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#winrevair {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#link_info {
    position: initial;
    width: 400px;
}

#link_info a {
    font-weight: bold;
    font-size: 14px;
    color: #A3FFF6;
    text-decoration: underline;
}
/* FIN SIDEBAR */