/* Body background color */
body {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAACNJREFUeNrswYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAjwkwACd0AAGLtJfaAAAAAElFTkSuQmCC') top center / 1200px 200px repeat-y fixed #eeeeee;
}
@media (min-width: 768px) {
    body {
        background-size: 768px 200px;
    }
}
@media (min-width: 992px) {
    body {
        background-size: 992px 200px;
    }
}
@media (min-width: 1200px) {
    body {
        background-size: 1200px 200px
    }
}




#navIconeLang {
    width: 30px;
    margin-top: 5px;
}
.btn-chevron-close {
    border: 0px;
    margin-right: 8px;
    margin-top: -6px;
    background: transparent;
}
/* Animation des collapses */

[data-toggle="collapse"][aria-expanded="false"] > .panel-title > span:first-child {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: transform .2s ease-in-out;
}
[data-toggle="collapse"][aria-expanded="true"] > .panel-title > span:first-child {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}

#wrapper.portal {
    position: relative !important;
}

#navIconeUser {
    width: 32px;
    height: 32px;
}
.main-homepage {
    display: flex;
    flex: 1;
    flex-direction: column;
}

section[class*=mod] h1 {
    color: #656464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 170%;
    padding: 10px;
	text-transform: uppercase;
/*    letter-spacing: 2px; */
}



.h4-box {
	text-transform: uppercase;
	color: #656464;
	font-size: 130%;
}

.h5-box {
	text-transform: uppercase;
	color: #656464;
	font-size: 130%;
	font-weight: 300;
	border-bottom: 1px solid #cdcdcd;
}

.h6-box {
	text-transform: uppercase;
	color: #656464;
	font-size: 110%;
}

.title-tab {
	text-transform: uppercase;
}

.pan-obj {
	border: none;
	box-shadow: none;
	background: #fafafa;
}

.ul-obj {
	list-style-image: url("../images/img/check3.png");
	font-size: 97%;
}

.fullScreen {
    min-height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /*overflow: hidden;*/
    position: absolute;
    background-color: #f1f1f1;
    z-index: 20;
}
.fullScreen .container{
    background-color: #FFF;
    text-align: initial !important;
}
.overlayScreen {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, .25);
    z-index: 1051;
}
.overlayContent-40 {
    min-height: 20%;
    max-height: 80%;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    background-color: #FFF;
    overflow-y: auto;
}
.overlayContent-60 {
    min-height: 20%;
    max-height: 90%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    background-color: #FFF;
    overflow-y: auto;
}
.overlayContent-80 {
    min-height: 20%;
    max-height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    background-color: #FFF;
    overflow-y: auto;
}
.overlayContent-100 {
    min-height: 20%;
    max-height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    background-color: #FFF;
    overflow-y: auto;
}

.overlayContent-30 {
    min-height: 20%;
    max-height: 90%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    background-color: #FFF;
    overflow-y: auto;
}
@media only screen and (max-width: 900px) {
    .overlayContent-60 {
        height: auto;
        width: 80%;
    }

    .overlayContent-30 {
        height: auto;
        width: 60%;
    }
}



.close-overlayScreen{
    margin-right: 10px;
}

.overlay-title {
    margin: 15px;
    font-size: 1.7em;
    font-weight: 500;
    color: #868686;
}

.overlay-title:first-letter{
    text-transform:capitalize;
}

.modal-dialog.modal-forget-password {
    width: 95%;
}

.panel-comment {
    padding: .4em .4em 1em .4em;
    border-top:1px solid #CCCCCC;
}

.panel-comment > .comment-left {
    float: left;
    margin: .6em 5px;
    text-align: center;
}

.panel-comment > .comment-right {
    padding-left: 80px
}

.panel-comment > .comment-left img {
    width: 40px;
    height: 40px;
}

.panel-comment > .comment-left .training-rating-stars {
    margin-top: 10px
}

.panel-default.panel-default panel-pedago-goal{
    padding: 5px;
}

.panel-default > .panel-body {
    color: rgba(101, 101, 101, 1);
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 0px;
    font-size: 14px;
    font-family: Calibri, Arial;
}

.panel-step {
	border-top: none !important;
	background: #fafafa;
}

.panel-info{
    padding: 10px 10px 10px 10px;
    text-align: left;
    margin-bottom: 0px;
}
.panel-info.pan-peda-goal {
    max-height: 200px;
    overflow: auto;
}

div.MenuStick {
    cursor: pointer;
    display: inline;
    padding: .4em;
    /*margin: .2em;
    border: 1px solid;*/
    color: #ccc;
    /*background-color: #777;*/
}

div.MenuStick.active {
    color: #777;
    /*background-color: #f5f5f5;*/
}

.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.carousel-inner .stick-carousel {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 1px solid rgba(170,170,170,.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
	cursor: pointer;
}

.carousel-inner .caption-carousel {
    position: relative;
    color: #fff;
    font-weight: 700;
    top: 100%;
    transform: translateY(-100%);
    width: 100%;
    padding: 1em;
    background: rgba(100,100,100,.6);
    transition: all .1s ease-in-out;
    transition-delay: .3s;
}
.carousel-inner .stick-carousel-summary:hover .caption-carousel {
    padding-top: 0;
    padding-bottom: 0;
    height: 0 !important;
    transform: translateY(0);
    transition: all .1s ease-in-out;
    transition-delay: 0s;
}

.carousel-inner .summary-carousel {
    position: relative;
    color: #fff;
    font-weight: 400;
    top: 100%;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: rgba(0,0,0,.6);
    transition: all .3s ease-in-out;
    transition-delay: 0s;
}
.carousel-inner .summary-carousel > div {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    width: 100%;
}
.carousel-inner .summary-carousel .extra {
    text-align: right;
    display: block;
    font-style: italic;
    font-weight: bold;
}
.carousel-inner .stick-carousel-summary:hover .summary-carousel {
    top: 0;
    transition: all .3s ease-in-out;
    transition-delay: .1s;
}

.carousel-inner [class*=-stick] {
    float: left;
    padding: 5px;
}
.carousel-inner [class*=-stick] > [onclick*=Method] {
    cursor: pointer;
}

.carousel-inner .little-stick {
    width: 250px;
    height: 200px;
}

.carousel-inner .medium-stick {
    width: 50%;
    height: 50%;
}

.carousel-inner .large-stick {
    width: 50%;
    height: 100%;
    float: right;
}

/* 
 * Recherche
 **********************************************************************/
.mod-search {
    order: 1;
    min-height: 220px;
    background: url('/AssetsLibrary/Domains/DemoSignIn/back-search.jpg') center;
    background-size: cover;
}
.mod-search h1 {
    /*background: #d1bdac;*/
}
.mod-search .engine {
    margin-top: 18px;
}
#PanSearchResult .result-details {
    border: 1px solid rgba(170,170,170,.5);
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#PanSearchResult .result-details .training-row {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

#PanSearchResult .result-details .training-row .type {
    display: inline-block;
}

#PanSearchResult .result-details .training-row .duration {
    float: right;
    width: 60px;
}

#PanSearchResult .result-details .training-row:nth-child(odd) {
    background-color: transparent;
}

#PanSearchResult .result-details .training-row:nth-child(even) {
    background-color: rgba(240,240,240,0.7);
}

/* 
 * Formation
 **********************************************************************/
.mod-training {
    order: 2;
}

.mod-training h1 {
    /*background: #637e95;*/
}
.mod-training .folders {
    margin: 15px auto;
   /* overflow: hidden;*/
}
.mod-training .folders ul {
    padding: 0;
}
.mod-training .folders ul li {
    /*display: inline-block;
    float: left;
    width: 180px;
    height: 180px;
    margin: 0 15px;
    border: 1px solid #637e95*/
}
.mod-training .folders ul li:focus {
    outline: none;
}
.mod-training .folders ul li img {
    /*display: none;*/
}
.mod-training .folders ul li .thumb {
    display: block;
    width: 100%;
    height: 85%;
    background-size: cover;
    background-position: center;
}
.mod-training .folders ul li .name {
    height: 15%;
    border-top: 1px solid #637e95;
    text-align: center;
}
.mod-training .folders ul li .folder-selected {
    margin: 30px;
    font-size: 20px;
    text-align: center;
}
.mod-training .folders ul lili.slick-slide.slick-current.slick-active {
    box-shadow: 5px 5px 2px 1px rgba(0,0,0,0.2);
}
.mod-training .details {
    position: relative;
    border: 1px solid rgba(170,170,170,.5);
    margin-top: 40px;
    display: none;
}
.mod-training .details .training-row {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.mod-training .details .training-row .name {
    order: 1;
    font-weight: 600;
}
.mod-training .details .training-row .type {
    order: 2;
    font-size: 15px;
    font-style: italic;
}
.mod-training .details .training-row .duration {
    order: 4;
    font-size: 15px;
    font-style: italic;
}
.mod-training .details .training-row .description {
    order: 3;
    font-size: 15px;
    font-style: italic;
}
.mod-training .details .training-row:nth-child(odd) {
    background-color: transparent;
}
.mod-training .details .training-row:nth-child(even) {
    background-color: rgba(240,240,240,0.7);
}
#infos-training .thumb,
#PanTitleNews .thumb
{
    background: center no-repeat;
    background-size: 100%;
    height: 350px;
}
#infos-training .thumb .title,
#PanTitleNews .thumb .title {
    float: right;
    margin-top: 275px;
    width: 60%;
    background: white;
    padding: 0px 15px;
    font-size: 230%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#infos-training .details-training-descr{
    margin-top: 15px;
}
#infos-training .signin-box {
    margin: .6em;
    padding: .4em;
}
#infos-training .signin-box-border {
    border: #dbdbdb 1px solid;
}
#infos-training .signin-box-border-but-top {
    border-right: #dbdbdb 1px solid;
    border-left: #dbdbdb 1px solid;
    border-bottom: #dbdbdb 1px solid;
}
#infos-training .signin-box-title {
    padding: .4em;
}
#infos-training .signin-box-content {
    padding: .4em;
}
#infos-training .signin-box.business .signin-box-content {
    margin: -0.4em;
}
#infos-training .btn.btn-green-square {
    border-radius: 0;
    color: white;
    background-color: #AED641;
    border-color: #AED641;
}
#infos-training .tab-pane {
    padding: 15px;
}
#infos-training .business-comment {
    text-align: center;
}
#infos-training .business-content {
    padding-left: 10px;
    padding-top: 10px;
}
#infos-training .link-training-comments {
    margin-top: 7px;
}
#infos-training .rating > div {
    margin-left: 70px;
}
#reserve-training .thumb {
    background: center no-repeat;
    background-size: 100%;
    height: 350px;
}
#reserve-training .thumb .title {
    position: relative;
    top: 275px;
    right: -40%;
    width: 60%;
    background: white;
    padding: 0px 15px;
    font-size: 230%;
}
#reserve-training .progress-content{
    margin-top: 20px;
}

#reserve-training .btn.btn-green-square {
    border-radius: 0px;
    color: white;
    background-color: #AED641;
    border-color: #AED641;
}

#reserve-training .login-panel {
    background-color: rgba(230,230,230,0.7);
    text-align: center;
}

#reserve-training .btn-group {
    margin-top: 5px;
    margin-bottom: 10px;
}

#reserve-training .btn-primary {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 20px;
}

#reserve-training .btn-primary.active {
    background-color: #ddd;
}

#reserve-training .btn-group > .btn {
    border-radius: 4px;
}


/* 
 * Formation Utilisateur
 **********************************************************************/
#training.mod-training .carousel-indicators {
    bottom: -35px;
}

#training.mod-training .carousel-indicators li {
    background-color: rgb(125, 125, 125);
}

#training.mod-training .carousel-indicators li.active {
    background-color: #a7a7a7;
}

#training.mod-training .StickTraining {
    padding-bottom: 40px;
}

#training.mod-training div.MenuStickTraining {
    cursor: pointer;
    display: inline;
    padding: .4em;
    /*margin: .2em;
    border: 1px solid;*/
    color: #ccc;
    /*background-color: #777;*/
}


#training.mod-training div.MenuStickTraining.active {
    color: #777;
    /*background-color: #f5f5f5;*/
}

[id*="rainig-List"]{
    margin-top: 5px;
}

[id*="rainig-List"] .panel-default .panel-heading {
    font-size: 1.4em;
}

[id*="rainig-List"] .panel-collapse article {
    margin-bottom: 2em;
    min-height: 150px;
    text-align: center;
    margin-top: 5px;
    border-bottom: 1px solid #eeeeee;
}

[id*="rainig-List"] .panel-collapse article:nth-child(odd) {
    border: 1px solid rgba(125,125,125,.3);
}

[id*="rainig-List"] .panel-collapse article .thumb {
    max-height: 100px;
    max-width: 140px;
}

    [id*="rainig-List"] .panel-collapse article .thumb img {
        max-height: 100%;
        max-width: 100%;
    }

[id*="rainig-List"] .panel-collapse article .title {
    margin-bottom: 10px;
    font-size: 1.2em;
}

[id*="rainig-List"] .panel-collapse article .content {
    min-height: initial;
    height: auto;
    padding: 0;
    font-style: italic;
}

[id*="rainig-List"] .panel-collapse article .link {
    margin: 5px;
    font-style: italic;
}

[id*="rainig-List"] .panel-collapse article .link button {
    background: white !important;
    border: 1px solid #eeeeee !important;
    color: #333 !important;
}

[id*="rainig-List"] .panel-collapse article:nth-child(even) .thumb {
    float: right;
    margin: 0 0 10px 10px;
}

[id*="rainig-List"] .panel-collapse article:nth-child(odd) .thumb {
    float: left;
    margin: 0 10px 10px 0;
}

.panel-group.panel-group-dom-training {
}

.panel-group.panel-group-histo-training {
}

.class-training-info .h5.panel-info-title
{
    margin-left: 10px;
    font-size: 140%;
}

.class-training-info article {
    margin-bottom: 2em;
    margin-left: 25px;
    margin-right: 25px;
}

.class-training-info article .thumb {
    max-width: 190px;
    float: left;
    margin: 0 15px 10px 0;
}

.class-training-info article .thumb img {
    max-height: 100%;
    max-width: 100%;
}

.class-training-info article .title-training {
	float: left;
	width: calc(100% - 230px); 
	border-bottom: 1px solid #ddd;
}

.title-eval {
	width: 100%; 
	border-bottom: 1px solid #ddd;

}

.class-training-info article .title2 {
    margin-bottom: 10px;
    font-weight: 500;
    color: #868686;
	text-transform: uppercase;
	font-style: unset;
}


.class-training-info article .title {
    margin-bottom: 10px;
    font-size: 1.7em;
    font-weight: 500;
    color: #868686;
}
.class-training-info .content {
    float: left;
}
.class-training-info article .comments {
    cursor: pointer;
	font-size: 90%;
	width: 100%;
	margin-top: 15px;
}
.class-training-info article .rating {
    margin-top: 15px;
}
.class-training-info article .rating > div {
    float: left;
}
.class-training-info article .rating > span {
    cursor: pointer;
    position: relative;
    left: 10px;
    top: 5px;
}

.SignInPrimaryPanel {
    text-align: center;
    background-color: var(--color-back-primary);
}

.SignInPrimaryTitleBox {
    font-family: Calibri, Arial,Verdana;
    font-size: 130%;
	font-weight: 200;
}

.SignInDefaultTab {
    text-align: left;
    background-color: white;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    font-family: Calibri, Arial,Verdana;
}

.SignInDefaultTabTrainee {
    background-color: #9e65b0;
    margin: 0px;
}

.SignInTitleInTab {
    text-align: center;
    font-family: Calibri, Arial,Verdana;
    font-size: 13px;
    font-weight: bold;
}

.SignInDefaultPanelButton {
    text-align: center;
    background-color: #f4f3f4;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 117px;
}
.SignInText {
    font-family: Calibri, Arial,Verdana;
    font-size: 12px;
}

.SignInMainButtonLabel {
    font-family: Calibri, Arial,Verdana;
    font-size: 45px;
    color: #a580b0;
}


.panel-default > .panel-heading {
    color: rgba(101, 101, 101, 1);
    background-color: #fafafa;
	text-align: left;
	border-radius: 0px;
	font-size: 14px;
	font-family: Calibri, Arial;
}

.panel-default > .panel-heading > .panel-title {
    color: #000;
}

.panel-default.active > .panel-heading {
    color: #a9d340;
    background-color: #bbb;
	text-align: left;
	border-radius: 0px;
}

.panel-default.active > .panel-heading > .panel-title {
    color: #a9d340;
}

h4.panel-title {
    color: #656464 !important;
	font-size: 150%;
	font-family: Calibri, Arial;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
}


/* 
 * Actualités
 **********************************************************************/
.mod-actuality {
    order: 3;
}
.mod-actuality article {
    margin-bottom:2em;
    min-height: 100px;
}
.mod-actuality h1 {
    /*background: #aad444;*/
}
.mod-actuality article {
    margin: 0 110px !important;
}
.mod-actuality article .thumb {
    max-height: 100px;
    max-width: 140px;
}
.mod-actuality article .thumb img{
    max-height: 100%;
    max-width: 100%;
}
.mod-actuality article .title {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.mod-actuality article .content {
    text-align:justify;
    min-height: initial;
    height: auto;
    padding: 0;
}
.mod-actuality article .link {
    font-size: 12px;
    color: rgba(51,51,51,.80);
    margin-top: -10px;
    font-style: italic;
}
.mod-actuality article .link > span {
    cursor: pointer;
}
.mod-actuality article:nth-child(even) .thumb {
    float: right;
    margin: 0 0 10px 10px;
}
.mod-actuality article:nth-child(odd) .thumb {
    float: left;
    margin: 0 10px 10px 0;
}

    .mod-actuality article:nth-child(even) .title,
    .mod-actuality article:nth-child(even) .content,
    .mod-actuality article:nth-child(even) .link {
        text-align: right;
        margin-right: 150px;
    }

    .mod-actuality article:nth-child(odd) .title,
    .mod-actuality article:nth-child(odd) .content,
    .mod-actuality article:nth-child(odd) .link {
        text-align: left;
        margin-left: 150px;
    }

.article-full{
    padding: 15px 25px;
}
.article-full .thumb {
    display: inline-block;
    margin-right: 15px;
}
.article-full .thumb img {
    max-width: 100%;
}
.article-full .title {
    display: inline-block;
    margin-top: 0px;
}
.article-full .article-content {
    margin-top: 15px;
}

#news.mod-actuality .carousel-indicators {
    bottom: -35px;
}

#news.mod-actuality .carousel-indicators li {
    background-color: rgb(125, 125, 125);
}

#news.mod-actuality .carousel-indicators li.active {
    background-color: #a7a7a7;
}

#news.mod-actuality .StickNews {
    padding-bottom: 40px;
}

article.disbaleRow{
    margin-left: 15px;
    margin-right: 15px;
}
/*
* Communauté
**********************************************************************/
.mod-community {
    order: 4;
}

.mod-community h1 {
    /*background: #763989;*/
}

.mod-community .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
    font-size: 90%; 
}

/* 
 * Contact
 **********************************************************************/
.mod-contact {
    order: 4;
}
.mod-contact article {
    max-width: 600px;
    margin: auto;
}
.mod-contact article #contact-message {
    min-height: 200px;
}
.mod-contact h1 {
    /*background: #763989;*/
}

/* 
 * Progression formulaire réservation
 **********************************************************************/
.form-progress {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.steps-progress {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ddd;
}
.step-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #637b94;
}
[class*=form-step-] {
    text-align: center;
}
.form-step-25 {
    width: 25%;
    position: relative;
    float: left;
    padding: 0 5px;
}
.form-step-n {
    width: calc(100%/var(--nbSteps));
    position: relative;
    float: left;
    padding: 0 5px;
    min-width: 120px;
    flex-grow: 1;
    margin-bottom: 15px;
}
.form-step-n::before {
    content: '';
    height: 3px;
    background: #ddd;
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
}
.form-step-n.exec::after {
    content: '';
    height: 3px;
    background: #637b94;
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
}
[class*=form-step-] p {
    color: #ccc;
    text-transform: uppercase;
    font-size: 1em;
}
.form-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.form-step-n:not([data-step-target]) {
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}
.form-step-n:not([data-step-target]):hover {
    background: #f8f8f8;
}
.form-step-n:not([data-step-target]).selected {
    background: #eee;
}

.link-training-comments{
    cursor:pointer;
}

[class*=form-step-].active .form-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #637b94;
    font-size: 22px;
    line-height: 48px;
}
[class*=form-step-].active p {
    color: #637b94;
}
[class*=form-step-].valide .form-step-icon {
    background: #637b94;
}
[class*=form-step-].valide p {
    color: #637b94;
}

#pan-new-account {
    text-align: left;
}

#pan-new-account [data-type="10"].form-group{
    text-align: center;
}

#pan-new-account [data-type="10"].form-group div:nth-child(2) {
    text-align: left;
}


/***************************************************
	Style des boites
***************************************************/
.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.4);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  -webkit-transform: scale(1.3) rotate(3deg);
          transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left .2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: .9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
}
.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f133";
}
.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "\f02b";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #cccccc;
  width: 70px;
  top: -0.75rem;
  border-radius: 3px;
  left: 37%;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}


/***********************************************************
 BOX DESIGN 1
***********************************************************/
.media {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
figure {
  height: 370px;
  overflow: hidden;
  position: relative;
}
figure a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
figure:hover .media {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
figcaption {
  color: #252830;
  height: calc(100% - 30px);
  margin: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
}
.body {
  background-color: white;
  bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  height: 170px;
}
/*
svg {
  height: inherit;
  width: 100%;
}
svg text {
  text-anchor: middle;
}
svg #alpha {
  fill: white;
}
svg .title {
  font-size: 28px;
  font-family: Impact;
  letter-spacing: 5px;
}
svg #base {
  fill: white;
  -webkit-mask: url(#mask);
  mask: url(#mask);
}
*/
.fab-button2 {
  position: absolute;
  right: 90px;
  bottom: -13px;
  box-sizing: border-box;
  padding-top: 18px;
  background-color: #1875D0;
  width: 80px;
  height: 80px;
  color: white;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.75);
}


/***********************************************************
 BOX DESIGN 2
***********************************************************/
.card-design2 {
  position: relative;
  height: 350px;
/*  width: 900px; */
  width: 100%;
  margin: 50px auto;
  background-color: #FFF;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
}

/* Image on the left side */
.thumbnail-design2 {
  float: left;
  position: relative;
  left: 50px;
  top: -30px;
  height: 200px;
  max-height: 250px;
  width: 250px;

  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}


/*object-fit: cover; */
/*object-position: center; */
img.left {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 250px;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Right side of the card */
.right-design2 {
/*  margin-left: 590px; */
  margin-left: 40%;
  margin-right: 20px;
  padding-top:35px;
  text-align: left;
}
.content-card-design2 {
	overflow-y:auto;
	height: 175px;
}


.author-design2 {
  background-color: #9ECAFF;
  height: 30px;
  width: 250px;
  border-radius: 20px;
}

.author-design2 > img {
  padding-top: 5px;
  margin-left: 10px;
  float: left;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.h2-name {
  padding-top: 8px;
  margin-right: 6px;
  text-align: right;
  font-size: 0.8rem;
}

.separator {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #C3C3C3;
}


/* DATE of release */
h5_box {
  position: absolute;
  left: 30px;
  bottom: -120px;
  font-size: 6rem;
  color: #C3C3C3;
}

h6_box{
  position: absolute;
  left: 30px;
  bottom: -55px;
  font-size: 2rem;
  color: #C3C3C3;
}

/* Those futur buttons */
ul.design2 {
  margin-left: 250px;
}

li.design2 {
  display: inline;
  list-style: none;
  padding-right: 40px;
  color: #7B7B7B;
}

/* Floating action button */
.fab-design2 {
  position: absolute;
  right: 50px;
  bottom: -40px;
  box-sizing: border-box;
  padding-top: 14px;
  background-color: #1875D0;
  width: 80px;
  height: 80px;
  color: white;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}



/********************************************/
/* Scroll bar min */
.scrollbarmin::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbarmin::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.scrollbarmin::-webkit-scrollbar-thumb
{
	background-color: #aaaaaa;
	border: 2px solid #aaaaaa;
}



@media only screen and (max-width: 600px) {
    .overlayContent-60 {
        height: auto;
        width: 100%;
    }

    .overlayContent-30 {
        height: auto;
        width: 100%;
    }
	
	/***********************************************************
	 BOX DESIGN 2
	***********************************************************/
	.card-design2 {
	  position: relative;
	  height: 350px;
	/*  width: 900px; */
	  width: 100%;
	  margin: 50px auto;
	  background-color: #FFF;
	  -webkit-box-shadow: 10px 10px 20px 0px rgba(100, 100, 100, 0.75);
	  -moz-box-shadow: 10px 10px 20px 0px rgba(100, 100, 100, 0.75);
	  box-shadow: 10px 10px 20px 0px rgba(100, 100, 100, 0.75);
	}
	
	.left-card-design2 {
	  display: none;
	}

	/* Image on the left side */
	.thumbnail-design2 {
	  float: left;
	  position: relative;
	  left: 30px;
	  top: -30px;
	 /*
	  height: 320px;
	  width: 530px;
	*/
	  height: 320px;
	  width: 42%;
	  max-width: 42%;

	  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);
	  -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);
	  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);
	  overflow: hidden;
	}


	/*object-fit: cover; */
	/*object-position: center; */
	img.left {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  height: 320px;
	  width: auto;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}

	/* Right side of the card */
	.right-design2 {
	  margin-left: 20px;
	  margin-right: 20px;
	  padding-top:35px;
	  text-align: left;
	}	
	.content-card-design2 {
		overflow-y:auto;
		height: 180px;
	}
}