#header {
    font-family: inherit;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: height .3s ease-in-out 0s;
    padding: 0;
    margin: 0;
}
#_desktop_top_menu {
    height: 50px
}
.hook_displayNav {
    z-index: 9999999999;
    position: absolute;
    right: 50px;
}
#header .headerheader {
    display: block;
    min-height: 100px;
}
#profile_menu {
    
    right: 0;
    padding-right: 10px;
    box-sizing: content-box;
    background: #fff;
    background-image: linear-gradient(#e2e9f3 0%, #fff 70%);

}
.displayRevsliderHome {
    max-width: 1080px;
    margin: 0 auto
}
.li-niveau1 a.a-niveau1.load-time {
    display: flex!important;
    align-items: baseline;
    cursor: none!important;
}
.breadcrumb span {
    padding: 0 5px;
}
.footer-logo img {
    background: white;
    width: 100px
}

.myFormationsList {
	padding-right: 2%;
	padding-left: 2%;
}
.myFrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	padding-top: 15px;
}
.myFrow > * {
	order: 2;
}

.myFLegends {
	color: gray;
}
.myFname {
	width: 100%;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	order: 0;
	padding-bottom: 7px;
}
.myFsessionName {
	width: 30%;
	flex-grow: 2;
}
.myFprice,
.myFpriceWTax {
	text-align: right;
	width: 100px;
	flex-grow: 0;
	padding-right: 15px;
}
.myFstate {
	width: 100%;
	flex-shrink: 0;
	flex-grow: 1;
	text-align: center;

	order: 1;
	font-style: italic;
	padding-bottom: 20px;
	font-size: 12px;
}
.myFLegends .myFstate {
	display: none;
}
.myFrow button {
	width: 150px;
	flex-shrink: 0;
	margin: 20px calc(50% - 75px) 0;
}

@media (min-width: 992px) {
	.myFname {
		text-align: left;
	}
	.myFrow button {
		margin: 0;
	}
	.myFbuttonSpacer {
		width: 150px;
	}
	.myFstate {
		width: 15%;
		text-align: left;
		order: 2;
		padding-bottom: 00px;
	}
	.myFLegends .myFstate {
		display: block;
	}
}

/* Détaisl d'une formation dans la liste des foramtions */
.educationDetail {
	background-color: rgba(0,0,0,0.1);
	border-top: 3px solid var(--color-forte-text);
	border-bottom: 3px solid var(--color-forte-text);
	width: 100%;
}
#showEducationTPL {
    background-color: rgba(0,0,0,0.1);
	border: 3px solid #f04623;
    background: white;
    padding: 10px 20px;
}
#backEducationList {
	display: block;
	position: absolute;
	top: 10px; right: 10px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 50px;
	cursor: pointer;
	font-weight: 300;
	z-index: 1000000;
    color: var(--color-forte-text);
}
#showEducationTPL h2 {
/*	margin-top: 0;*/
}

#showEducationTPL h3 {
	margin-bottom: 30px;
}
#showEducationTPL li {
	padding-top: 6px;
	padding-bottom: 8px;
    min-height: 50px;
}
#recapEducation ul {
	width: 350px;
	margin: auto;
	text-align: center;
}
#showEducationTPL h2 {
    line-height: 30px;
}

/* Liste des fichiers */
.rowFichierLien {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 13px;
	padding-bottom: 13px;
}
.rowFichierLien::before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px dotted black;
	right: 0;
	left: 0;
	top: 26px;
	z-index: 0;
}
.rowFichierLien > * {
	background-color: var(--color-forte);
	position: relative;
	padding-right: 2px;
	padding-left: 2px;
}
.rowFichierLien a {
	color: var(--color-forte-text);
}
.rowFichierLien a:hover {
	text-decoration: underline;
}
.rowFichierLien:first-child {
	color: gray;
}
.rowFichierLien:first-child::before {
	display: none;
}
/* Exception */

div#top_column.center_column.col-xs-12 div.row.hidden-xs.ls-direction-fix {
	padding: 0 !important;
}

/* Page product dans education.tpl */
.pb-left-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}
.pb-left-column > div.product_img {
	width: 300px;
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.pb-left-column {
		flex-direction: row;
		justify-content: space-around;
	}
	.pb-left-column > div {
		width: 100%;
	}
}

#showEducationTPL li.ui-tabs-tab.ui-state-active:after,
#showEducationTPL li.ui-tabs-tab:hover:after {
	border-top-color: var(--color-forte-text);
}

/* Détaisl d'une formation dans la liste des foramtions */
.educationDetail {
	background-color: rgba(0,0,0,0.1);
	border-top: 3px solid var(--color-forte-text);
	border-bottom: 3px solid var(--color-forte-text);
	width: 100%;
}
#showEducationTPL {
	margin: auto;
	position: relative;
}
#backEducationList {
	color: var(--color-forte-text);
}
#showEducationTPL h2 {
/*	margin-top: 0;*/
}

#showEducationTPL h3 {
	margin-bottom: 30px;
}
#showEducationTPL li {
	padding-top: 6px;
	padding-bottom: 8px;
}
#recapEducation ul {
	width: 350px;
	margin: auto;
	text-align: center;
}


/* Liste des fichiers */
.rowFichierLien {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 13px;
	padding-bottom: 13px;
}
.rowFichierLien::before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px dotted black;
	right: 0;
	left: 0;
	top: 26px;
	z-index: 0;
}
.rowFichierLien > * {
	background-color: var(--color-forte);
	position: relative;
	padding-right: 2px;
	padding-left: 2px;
}
.rowFichierLien a {
	color: var(--color-forte-text);
}
.rowFichierLien a:hover {
	text-decoration: underline;
}
.rowFichierLien:first-child {
	color: gray;
}
.rowFichierLien:first-child::before {
	display: none;
}
#recapEducation {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#identity .footer_links {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.cpf_deontologie_footer {
	display: block !important;
	width: 140px;
	height: 140px;
	transform: rotate(5deg) scale(1);
	transition: transform .9s ease-in-out 0s;
						
	background-color: white;
	border-radius: 50%;
	padding: 15px;
	margin-left: -20px;
	margin-bottom: 20px;

	position: absolute;
	top: -120px;
	right: 5px;
	z-index: 1;
}
@media (min-width: 1400px) {
	.cpf_deontologie_footer {
	   // right: 8%;
	}
}
#footer a {
    color:white;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}
#footer h4.like_h4 {
    font-size: 20px;
    font-weight: 600
}
a.cpf_deontologie_footer:hover {
	transform: rotate(-10deg) scale(1.2);
	transition: transform .2s ease-in-out 0s;
	cursor: pointer;
}
.cpf_deontologie {
	display: block;
	width: 140px;
	transform: rotate(5deg) scale(1);
	transition: transform .9s ease-in-out 0s;
	margin: auto;
	margin-bottom: -50px;
	margin-top: 10px;
    z-index: 999999;
    margin-right: 250px;
}

@media (min-width: 768px) {
    .form-group {
       margin-bottom: 15px;
        display: flex;
    }
	.cpf_deontologie {
		position: absolute;
		left: 100%;
        top: -60px;
        margin-left: -150px;
	}
}

a.cpf_deontologie:hover {
	transform: rotate(10deg) scale(1.2);
	transition: transform .2s ease-in-out 0s;
	cursor: pointer;
}
@media (max-width: 1023px) {
    #slider_row {
        display: none
    }
}
.ui-dialog.course_popup .ui-dialog-titlebar {
    background: white;
    border-top: 3px solid #f04623;
    border-left: 3px solid #f04623;
    border-right: 3px solid #f04623;
}
.educationDetail.ui-dialog-content.ui-widget-content {
    padding: 0!important
}

