/*ACCESSIBILITY*/
html {
    transition: 0.6s;
}

g .breadcrumbs_wrapper {
    padding-top: 13px;
}

#breadcrumbs svg {
    width: 25px;
    height: 25px;
}

#breadcrumbs span.breadcrumb_last {
    display: inline-block;
}

#breadcrumbs span.breaddivider {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

#breadcrumbs span.breaddivider:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 7px;
    right: 0;
    height: 2px;
    background: #5e5e5e;
    width: 12px;
    transform: rotate(45deg);
}

#breadcrumbs span.breaddivider:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 7px;
    right: 0;
    height: 2px;
    background: #5e5e5e;
    width: 12px;
    transform: rotate(-45deg);
}


#breadcrumbs span.breadcrumb_last {
    font-size: 12px;
    color: #212121;
    padding: 2px 13px 2px;
    border-radius: 14px;
    background-color: #f9b863;
    font-family: "Roboto", sans-serif !important;
}

#breadcrumbs span a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 13px 2px;
    border-radius: 14px;
    background-color: #5e5e5e;
    font-family: "Roboto", sans-serif !important;
    transition: 0.6s;
}

#breadcrumbs span a:hover {
    color: #212121;
    background-color: #f9b863;
}

.bottom-header-bar {
    box-shadow: 0 2px 7px -5px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.accessibility-bar {
 position: absolute;
}

.acce_wrapper {
    display: inline-block;
    padding-left: 28px;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
}

.acce_wrapper:hover svg,
.acce_wrapper:hover .iconletter,
.acce_wrapper:hover .iconsign,
.acce_wrapper:hover .text_wrapper span {
    color: #F9B863;
}

.acce_wrapper:hover .text_wrapper:before {
    background: #F9B863;
}

.acce_wrapper .icon_wrapper .iconletter,
.acce_wrapper .icon_wrapper .iconsign {
    font-size: 30px;
    line-height: 1;
    transition: 0.6s;
}

.acce_wrapper .text_wrapper {
    position: relative;
    overflow: hidden;
}

.acce_wrapper .text_wrapper:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #5e5e5e;
    margin: auto;
    left: 0;
    right: 0;
    transition: 0.6s;
}

.acce_wrapper .text_wrapper span {
    font-size: 17px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    transition: 0.6s;
}

#audio-accessibility svg {
    transform: rotate(-180deg);
}

.acce_wrapper:first-of-type {
    padding-left: 0;
}

.acce_wrapper svg {
    color: #5e5e5e;
    height: 25px;
    width: 25px;
    margin-bottom: 4px;
    transition: 0.6s;
    display: inline;
}

html.reset {
    -moz-filter: none;
    -webkit-filter: none;
    filter: none;
    filter: none;
    -moz-filter: none;
    -webkit-filter: none;
}

html.grayscale {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

html.invert-colors {

    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
}

@supports (-moz-appearance:none) {
    .invert-colors {
        background-color: black;
    }
}


/*TOP BAR HEADER*/
.top-header-bar {
    background: #212121;
    text-align: right;
    padding: 20px 0;
}

.topbar-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav.top-bar-nav ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

nav.top-bar-nav ul li a {
    font-family: "Roboto", sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    color: #fff;
}

nav.top-bar-nav ul li {
    margin-left: 30px;
}

nav.top-bar-nav ul li:first-of-type() {
    margin-left: 0;
}

/*------------------Media Queries for Top menu------------------*/

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

    .topbar-wrapper {
        justify-content: center !important;
        align-items: center !important;
    }

    nav.top-bar-nav ul li a {
        font-size: 16px !important;
        padding: 2px 3px!important;
    }

}

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

    nav.top-bar-nav ul li a {
        font-size: 16px !important;
        padding: 2px 16px!important;
    }

    #mega-menu-wrap-course_bar_menu {
        margin: 20px;
    }

}

@media only screen and (max-width: 944px) {
    .topbar-wrapper {
        justify-content: center !important;
        align-items: center !important;
    }

    .top-header-bar {
        text-align: left !important;
    }

    .hide-mobile {
        display: none;
    }

    nav.top-bar-nav ul li a {
        padding: 10px !important;
        display: inline-block;
    }

    nav.top-bar-nav ul li {
        margin-left: 25px;
    }

    nav.top-bar-nav ul li a {
        font-size: 14px !important;
    }



    .search-form {
        margin-left: 15px !important;
    }

}


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

    .search-form .openBtn img {
        width: 115px !important;
    }

    nav.top-bar-nav ul li a {
        text-align: left;
    }

    nav.courses-nav {
        position: relative!important;
        padding-bottom: 20px;
    }

    #mega-menu-wrap-course_bar_menu {
        width: 100%;
    }


}




/*HEADER*/
header.header {
    box-shadow: 0 2px 7px -5px rgba(0, 0, 0, 0.5);
}

.nav>ul>li>a {
    line-height: 1.22 !important;
    letter-spacing: -0.16px;
    text-align: right;
}



/*FOOTER*/

.footer .footer-body {
    background: none !important;
    background-color: #fff !important;
    padding: 40px 0 0 0 !important;
}

ul#menu-footer-navigation li {
    text-align: center;
    margin-bottom: 1rem;
}

ul#menu-footer-navigation li:last-of-type {
    margin-bottom: 0;
}

ul#menu-footer-navigation li a {
    color: #212121;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.14px;
}

ul#menu-footer-navigation li a:hover {
    color: #f49b37 !important;
}

ul#menu-footer-navigation {
    list-style-type: none;
    margin: 0;
}

.menu-footer-navigation-container {
    position: relative;
    overflow: hidden;
    padding: 28px;
    margin-bottom: 30px;
}

.menu-footer-navigation-container:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #5e5e5e;
    margin: auto;
    left: 0;
    right: 0;
}

.menu-footer-navigation-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #5e5e5e;
    margin: auto;
    left: 0;
    right: 0;
}

div#custom_html-3 {
    margin: 30px 0;
}

ul.social-medias-footer {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.social-medias-footer li {
    align-items: center;
    padding: 0 15px;
}

ul.social-medias-footer li a i {
    font-size: 35px !important;
    color: #5e5e5e;
}

ul.social-medias-footer li a svg {
    height: 35px;
    width: 35px;
    fill: #5e5e5e;
}

ul.social-medias-footer li a svg:hover {
    height: 35px;
    width: 35px;
    fill: #f9b863;
}

/*div#mc_embed_signup{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

div#mc_embed_signup p {
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif !important;
}

div#mc_embed_signup form {}

div#mc_embed_signup form .mc-field-group {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
}

div#mc_embed_signup form .mc-field-group input {
    margin-bottom: 0;
    border-radius: 3px;
    border: solid 1px #f9b863;
    box-shadow: 0 0 black;
    color: #5e5e5e;
    font-family: "Roboto", sans-serif !important;
}

/*div#mc_embed_signup form #mc_embed_signup_scroll{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

div#mc_embed_signup form #mc_embed_signup_scroll input[type=submit] {
    height: 36px;
    width: 120px;
    padding: 5px 0 9px;
    border-radius: 2px;
    background-color: #f9b863;
    color: #212121;
    font-size: 17px;
    border: 0;
    margin: 0 0 0 5px;
    font-family: "Roboto", sans-serif !important;
}

.footer-text-formations {
    text-align: center;
}

.footer-text-formations p a {
    color: #212121 !important;
    text-decoration: underline !important;
    font-family: "Roboto", sans-serif !important;
}

.footer-text-formations p a:hover {
    color: #f49b37 !important;
}

.footer-text-formations p {
    color: #212121 !important;
    font-family: "Roboto", sans-serif !important;
}

div#custom_html-4 {
    padding-bottom: 0;
}

div#mc_embed_signup {
    text-align: center;
}

/*SEARCH FORM*/
.search-form {
    position: relative;
    overflow: hidden;
    margin-left: 35px;
}

.search-form #searchform {
    position: relative;
    overflow: hidden;
    border-radius: 17px;
}

.search-form #searchform input {
    margin-bottom: 0;
    height: 34px;
    padding-left: 35px;
    width: 190px;
    background-color: #f9b863;
    border: 0;
    color: #212121;
    font-family: "Roboto", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
}

.search-form #searchform input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #212121;
    font-family: "Roboto", sans-serif !important;
}

.search-form #searchform input::-moz-placeholder {
    /* Firefox 19+ */
    color: #212121;
    font-family: "Roboto", sans-serif !important;
}

.search-form #searchform input:-ms-input-placeholder {
    /* IE 10+ */
    color: #212121;
    font-family: "Roboto", sans-serif !important;
}

.search-form #searchform input:-moz-placeholder {
    /* Firefox 18- */
    color: #212121;
    font-family: "Roboto", sans-serif !important;
}

.search-form #searchform button {
    background-color: transparent;
    margin-bottom: 0;
    padding: 3px 8px 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
}

.search-form #searchform button:focus {
    border: 0 !important;
}

.search-form #searchform button svg {
    height: 18px;
    width: 18px
}

@media (max-width: 1024px) {
    .bottom-header-bar .columns {
        width: 100%;
    }

}

@media (min-width: 1024px) {
    ul#menu-footer-navigation {
        display: flex;
        justify-content: space-around;
    }

    ul#menu-footer-navigation li {
        max-width: 220px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    div#mc_embed_signup {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div#mc_embed_signup p {
        padding-right: 15px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    div#mc_embed_signup {
        max-width: 80%;
        margin: auto;
    }

    div#mc_embed_signup {
        text-align: left;
    }
}

@media (min-width: 600px) {
    div#mc_embed_signup form #mc_embed_signup_scroll {
        display: flex;
        justify-content: space-between;
    }

    div#mc_embed_signup form .mc-field-group {
        max-width: 250px;
        width: 30%;
        padding-right: 10px;
        margin-bottom: 0;
    }
}

 /* Popup container */
.popup {
  position: relative;
  display: block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 300px;
  background-color: #ffffff;
  color: #27262c;
  text-align: center;
  border: solid 2px #F9B863;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: -170px;
  left: -190%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent transparent #555 transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: block;
  z-index: 99999999;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
} 

/* NAVIGATION */

/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {*/
/*    width: 135px;*/
/*    line-height: 1.25; */

/*}*/

/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {*/
/*    line-height: 1.75;*/
/*}*/

/*#mega-menu-primary span {*/
/*    display: none;*/
/*}*/

/*nav.nav #menu-main-menu li span{*/
/*	display: none;*/
/*}*/


/*nav.nav #menu-main-menu .sub-menu li{*/
/*	position: relative;*/
/*}*/

/*nav.nav #menu-main-menu .sub-menu li > .sub-menu{*/
/*	position: absolute;*/
/*    left: 100%;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    background: #27262c;*/
/*    display: block;*/
/*    width: 100%;*/
/*	top: 50%;*/
/*	margin-left: 5px;*/
/*}*/

/*nav.nav #menu-main-menu .sub-menu{*/
/*	border-radius: 3px;*/
/*}*/

/*nav.nav #menu-main-menu .sub-menu li > .sub-menu li a{*/
/*	display: block;*/
/*	padding: 10px 28px;*/
/*}*/

/*nav.nav #menu-main-menu .sub-menu li.menu-item-has-children:hover > .sub-menu{*/
/*	display: block;*/

/*}*/

/*nav.nav #menu-main-menu .sub-menu li .sub-menu{*/
/*	display: none;*/
/*	transition: 0.8s;*/
/*}*/