#header{
	position: fixed;	
	top:0;
	left:0;
	margin: 0 auto;
	width: 100%;
	padding: 0 1%;
	min-width: 900px;
	z-index: 10;
	background: white;
}

.clear {
	clear: both;
}

div#header div.logo {
	position: relative;
	float: left;
	width: 260px;
	height: 55px;
	border-right: 1px solid #e1e1e1;
	overflow: hidden;
}

p.example {
	padding: 5px 15px;
    border-left: 2px solid #0aabd3;
}

.div_main td {
	border: none;
}

p.example strong {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	color: #0aabd3;
	display: block;
}

.exemple_img {
    max-width: 100%;
}

.api_alert{
	background-color: #f2dede;
	padding: 16px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #a94442;
	border-color: #a94442;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.api_notice{
	background-color: #fcf8e3;
	padding: 16px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #8a6d3b;
	border-color: #faebcc;
	padding-top: 8px;
	padding-bottom: 8px;
}

.api_container{
	margin: 0 auto;
	width: 100%;
	padding: 0 1%;
	padding-bottom: 380px;
	top:0;
	left:0;
	min-width: 900px;
	padding-top: 56px;
}

.api_menu{
	width: 260px;
	display: inline-block;	
	height: 100%;
	vertical-align:top; 
	padding-top: 32px; 
	margin-top: 0;
	padding-bottom: 96px;
	position: fixed;
	border-right: 1px solid #e1e1e1;
	z-index : 2;
	background: white;
}

.api_menu .menu-container{
	height: 100%;
	overflow: auto;
}

.api_menu li.active a.active{
	font-weight: bold;
}

.api_menu a{
	text-decoration: none;
}

.api_menu .type-main a{
    padding: 0.3rem 0.5rem;
	border: 1px solid #0aabd3;
	border-radius: 5px;
}

.api_menu .type-main a:hover{
    background: #0aabd3;
	color: white;
	text-decoration: none;
}

.api_menu a:hover{
	text-decoration: underline;
}

.api_sous_menu,
.api_menu_ancres{
	display: none;
}

.api_menu .active .api_sous_menu,
.api_menu .active .api_menu_ancres.active{
	display: block;
}

.api_menu .active .api_sous_menu li,
.api_menu .active .api_menu_ancres li,
.api_menu .api_sous_menu li{
	margin: 0;
}

.api_inline_tabs{
	display: block;
	padding: 0;
	border-bottom: 1px solid #0aabd3;
}

.api_inline_tabs li{
	color: #0aabd3;
	display: inline-block;
	line-height: 2;
	margin: 0;
	border-radius: 4px 4px 0 0;
	padding: 0 16px;
	cursor: pointer;
}

.api_inline_tabs li.active{
	border: 1px solid #0aabd3;
	font-weight: bold;
	border-bottom-color: white;
	margin-bottom: -1px;
}

.api_inline_tabs li a{
	text-decoration: none;
}

.api_inline_tabs li a:hover{
	text-decoration: underline;
}

.api_content{
	display: block;
	padding: 16px;
	padding-left: 280px;
	vertical-align:top;
	overflow: hidden;
}

.api_bloc{
	padding: 16px 16px 32px;
}
.api_parameters_list_attrs{
	background: #eee;
	padding: 0.25rem;
	display: inline-block;
	border-left: 1px solid #ddd;
}
.api_parameters_list .only-attrs p{
	margin: 0;
}

.api_parameters_list li .api_parameter{
	font-weight: bold;
}

.api_parameters_list li .api_parameter_optional{
	color: grey;
}

.api_parameters_list ul{
	display: none;
}
.api_parameters_list .enum{
	display: block;
}
.enum {
	list-style: none;
}
.api_parameters_list .childs-arbo{
	border-left: 1px solid #999;
}
.main-part .main-part-note{
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-style: italic;
    margin-bottom: 0.2rem;
}
.main-part-note{
	display: flex;
	align-items: start;
}

.main-part-note > span {
    margin-right: 5px; 
	width: 60px;
}

.main-part-note > p {
    margin: 0;
}

.main-part .main-part-note span.node{
    font-weight: bold;
    color: #55e;
}

.api_toggle{
	color: #0aabd3;
	text-decoration: underline;
	cursor: pointer;
}

.api_exemple{
	padding: 16px;
	border: 1px solid #bce8f1;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	padding-top: 8px;
	padding-bottom: 8px;
	word-break: break-word;
	white-space: pre-wrap;
	font-size: 12px;
	display: table;
}

.api_exemple div{
	display: inline-block;
}

.api_ancre{
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
}

a.arrow{
	text-decoration: none;
	background: none;
	padding-left: 4px;
}

.api_right{
	float: right;
}

/* Page intégration */

.div_main {
	width: 70%;
	margin: auto;
}

.h1_title {
	text-align: center;
}

.h2_title {
	border-bottom: 4px solid #0aabd3;
	width: 30%;
	margin-top: 50px;
	text-transform: uppercase;
}

.h3_title {
	border-bottom: 2px solid #0aabd3;
	width: max-content;
	font-weight: 600;
	margin-top: 50px;
}

.div_integration {
	margin: 50px 20px 0;
}

div#header div.logo img {
	width: 144px;
	margin-right: 15px;
	display: inline-block;
    vertical-align: middle;
}

/* Page de Connexion */

#user-login-form {
	text-align: left;
	margin-top: 50px;
	background-color: #f1f1f17d;
	max-width: 360px;
	padding: 30px;
	margin: 0 auto;
	border-radius: 5px;
	position: absolute;
    width: 360px;
    transform: translateY(-50%);
    top: 50%;
    left: calc(50% - 180px);
}

#user-login-form h3 {
	font-size: 24px;
	line-height: 22px;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
}

#user-login-form input {
	width: 100%;
	padding: 8px 10px;
	border-radius: 5px;
}

#user-login-form input[type="text"] {
	margin-bottom: 15px;
}

#user-login-form input::placeholder {
	color: #d4d4d4;
	font-size: 13px;
}

#user-login-form label {
	text-align: left;
	display: block;
	font-size: 11px;
	color: #3a3a3a;
	text-transform: uppercase;
}

#user-login-form input:not([type="submit"]) {
	border: 1px solid #dddddd;
}

#user-login-form [type="password"] {
	display: block;
    margin: 0 auto;
}

#user-login-form [type="submit"] {
	background-color: #0aabd3be;
	color: white;
	margin-top: 30px;
	padding: 14px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
}

#user-login-form [type="submit"]:hover {
	background-color: #0aabd3;
	box-shadow: 2px 2px 5.64px 0.36px rgba(119, 119, 119, 0.233);
}

/* fin page de connexion */

/* page tunnel */

.img_exemple {
	display: inherit;
	margin: auto;
}

.processStep {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.processStep a {
	display: block;
}

.processStep a img {
	border: 1px solid #0aabd3;
}

.processStep .imgContainer {
	float: left;
	padding: 0 30px 0 0;
	position: relative;
	flex: 0 0 21%;
}

.processStep .imgContainer:not(:first-child)::after {
	content: '\f35a';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -24px;
	font-size: 18px;
	top: 50px;
	display: inline-block;
	vertical-align: middle;
	color: #0aabd3;
}

.processStep .imgContainer figcaption {
	text-align: center;
	font-weight: bold;
	color: #0aabd3;
	margin-bottom: 10px;
}

.imgContainer figure {
	margin: 0;
}

.div_main img {
	max-width: 100%;
}

/* fin page tunnel */

.new_2016 {
	border: 2px solid #0aabd3;
	border-radius: 5px;
	padding: 8px;
}

.p_new_2016 {
	font-size: 18px;
	color: #0aabd3;
	font-weight: 600;
	width: max-content;
}

.api_bloc{
	overflow: hidden;
}
.api_bloc .central-part {
	float: none;
	width: 100%;
}
.api_bloc .right-part {
	display: none;
}
.central-part {
	float: left;
	width: 60%;
}

.right-part {
	float: right;
	width: 39%;
	padding: 15px;
	border: 1px solid #0aabd3;
	border-radius: 5px; 
}
.no-form-session .right-part {
	border: 1px solid rgb(208, 14, 14);
	border-radius: 5px; 
}
.right-part .buttons-container{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.right-part .buttons-container input,
.right-part .buttons-container .loader-trying{
	display: table-cell;
	vertical-align: middle;
}
.right-part .buttons-container .loader-trying{
	width: 36px;
	height: 36px;
	margin-left: 5px;
	display: none;
}
.right-part .buttons-container select {
	margin-bottom: 0;
	vertical-align: middle;
}
.right-part .form_trying .buttons-container label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 5px;
}
.right-part .buttons-container input{
	background-color: #0aabd3be;
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
	transition: all 0.5s ease;
	border-radius: 5px;
	margin-right: 10px;
	align-self: center;
}

.right-part .buttons-container input:hover {
	background-color: #0aabd3;
	box-shadow: 2px 2px 5.64px 0.36px rgba(119, 119, 119, 0.233);
}
.right-part .buttons-container.loading input{
	background: #555;
	border-color:#333;
	color: #999;
	cursor: wait;
}
.right-part .buttons-container.loading .loader-trying{
	display: table-cell;
}
.right-part .part_trying_element{
	display: none;
	padding: 2px;
}
.right-part .part_trying_element .toggle-children{
	color: rgb(180, 180, 180);
	margin-left: 5px;
}
.right-part .part_trying_element.selected{
	display: block;
}

.right-part .onglets {
	margin-bottom: 15px;
}
.right-part .onglets .loader-trying{
    display: none;
    line-height: 2rem;
    width: 2rem;
    vertical-align: middle;
}
.right-part.loading .onglets .loader-trying{
    display: inline-block;
}

.right-part .onglets .onglet{
	display: inline-block;
	padding: 0.5rem;
	margin: 0 0.5rem 0.5rem  0;
	border-radius: 5px;
	border: 1px solid #0aabd3;
	text-decoration: none;
}
.right-part .onglets .onglet.selected, 
.right-part .onglets .onglet:hover {
	background: #0aabd3;
	transition: all 0.3s ease;  
	color: white;
	box-shadow: 2px 2px 5.64px 0.36px rgba(119, 119, 119, 0.233);
}
.right-part .onglets .onglet.new{
	font-weight: bold;
}
.right-part .tools-div .copy-content{
    display: inline-block;
    padding: 0.5rem;
    margin: 0 0.5rem 0.5rem 0;
    border-radius: 5px;
    border: 1px solid green;
    color: green;
    background: white;
    cursor: pointer;
}
.right-part .tools-div .copy-content:hover{
    border: 1px solid #050;
    color: white;
    background: green;
}
.right-part .CodeMirror {
	height: 800px;
}
.right-part .form_trying label {
	display: block;
}
#engines_search-form .form-element.level-1.multiple > label,
.right-part .form_trying .form-element.level-1.multiple > .toggle-children,
.right-part .form_trying .form-element.level-1.multiple > .toggle-children i {
	display: inline-block;
	vertical-align: middle;
}
.right-part .form_trying .form-element-multiple-container{
	position: relative;
	border: 1px solid #d4d4d4;
	margin-bottom: 15px;
	border-radius: 5px;
}
.right-part .form_trying.part_trying_element > .form-element[data-name="routes"] {
	padding-bottom: 0;
}
.right-part .form_trying .form-element-multiple-container > .level-1.multiple {
	padding: 10px;
	transition: all 0.3s ease;
	border-radius: 0 0 5px 5px;
}
.right-part .form_trying .form-element:not(:last-child) {
	padding: 0 0 15px;
	position: relative;
}
.right-part .form_trying .form-element.multiple {
	padding: 10px 0 18px;
	position: relative;
	border-top: 1px solid #d4d4d4;
}
.right-part .form_trying .form-element-children {
	margin-top: 10px;
}
.right-part .form_trying .form-element.ghost{
	display: none;
}
.right-part .form_trying .form-element.element-hover-remove{
	background-color: #ffeaea;
}
.right-part .form_trying .form-element.element-hover-remove .label-multiple-container{
	color: black;
}
/* .right-part .form_trying>.level-1{
	background: #f5f5f5;
} */
.right-part .form_trying>.level-1:nth-child(odd){
	background: white;
}
.right-part .form_trying .form-element.child {
	position: relative;
	padding-left: 1rem;
}
/* .right-part .form_trying .form-element-multiple-container.child {
	padding-left: 1rem;
} */
.right-part .form_trying .multiple-button-container {
	position: absolute;
	top: 0;
	right : 0;
	padding: 0.25rem;
}
.right-part .form_trying .multiple-button-container .multiple-button{
	background: none;
	color: #0aabd3;
	cursor: pointer;
	font-size: 18px;
	border: none;
	box-shadow: none;
	padding: 1px 4px 0 0;
	-webkit-appearance: none;
}
.right-part .form_trying .multiple-button-container:hover + .label-multiple-container {
	background-color: #bfedf9be;
}
.right-part .form_trying .multiple-button-container .number {
	font-weight: bold;
}
.right-part .form_trying .multiple-button-container .number, 
.right-part .form_trying .multiple-button-container i {
	vertical-align: middle;
}
.right-part .form_trying .multiple-button-container .multiple-remove{
	color: rgb(208, 14, 14);
}
.right-part .form_trying .label-multiple-container{
	padding: 10px;
	background: #f1f1f1ad;
	margin: 0;
	transition: all 0.3s ease;
	border-radius: 5px;
}

.right-part .form_trying .form-element input,
.right-part .form_trying .form-element select{
	margin: 0;
}

.flash-errors {
	color: red;
}
.flash-errors .error{
	padding: 0.25rem 0;
	display: inline-block;
}

#header-form-session{
	max-width: 100%;
    text-align: center;
	margin: 0 auto;
	padding: 14px 15px;
	width: auto;
	display: flex;
}

#header-form-session h3{
	margin: 0;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 14px;
}

#header-form-session input,
#header-form-session select {
	margin: 0;
	vertical-align: middle;
}

#header-form-session input:not([type="submit"]) {
	padding: 5px 8px;
	min-width: 110px;
	width: 10%;
}

#header-form-session label {
	margin-right: 5px;
}

#header-form-session .form-session-content-custom {
	display: inline-block;
	vertical-align: middle;
}

#header-form-session .form-session-content {
	width: 100%;
	margin: auto;
	transition: all 0.3s ease; 
}

#header-form-session.open .form-session-content{
	border: 1px solid #e1e1e1;
	box-shadow: 3px 4px 12px 1px #5f5f5f2b;
	border-top: none;
	background: white;
	padding: 1rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

#header-form-session form{
	overflow: hidden;
}

#header-form-session [type="submit"] {
	background-color: #0aabd3be;
	color: white;
	padding: 6px 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
	border-radius: 5px;
}

#header-form-session [type="submit"]:hover {
	background-color: #0aabd3;
	box-shadow: 2px 2px 5.64px 0.36px rgba(119, 119, 119, 0.233);
}

#header-form-session .form-session-puce{
	display: inline-block;
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
	font-size: 2rem; 
	cursor: pointer;
}
#header-form-session.open .form-session-puce{
	transform: rotate(90deg);
}
#header-form-session .loader-trying{
    display: none;
    line-height: 1rem;
    width: 2rem;
    vertical-align: middle;
}
#header-form-session.loading .loader-trying{
    display: inline-block;
}
#header-form-session.loading [type="submit"]{
    display: none;
}

@media only screen and (max-width: 1500px) {
	div#header {
		height: 86px;
	}

	div#header div.logo {
		height: 85px;
	}

	.api_container {
		padding-top: 86px;
	}

	#header .user-informations {
		padding: 28px 25px;
	}
}

@media only screen and (max-width: 960px) {
	.central-part {
		float: none;
		width: 100%;
	}

	.right-part {
		float: none;
		width: 100%;
	}
}