
#banner {
    background-color: rgba(0, 0, 0, .65);
    background-blend-mode: color;
}

#banner .container {
    padding-bottom: 110px;
}

#banner h1 {
    font-family: "Montserrat";
    font-size: 43px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.111;
}

#banner h1.has-img {
    position: relative;
}

#banner h1 img {
    max-height: 50px;
}

#banner h1.has-img img {
    position: absolute;
    margin-left: 15px;
} 

#banner p {
    color: #ffffff;
    font-family: "Raleway";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

#banner .banner-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

#banner .banner-items .item {
    text-align: center;
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#banner .banner-items .item img {
    height: 40px;
    width: auto;
    margin-bottom: 10px;
}

#banner .banner-items .item .img-flag {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    right: 40px;
    margin: 0;
    top: 22px;
}

#banner .banner-items .item .img-flag.top {
    top: 0;
}

#banner .banner-items .item h5 {
    font-size: 14px;
    font-family: "Raleway";
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.071;
}

#banner  .icon-blocks {
    margin-top: 50px;
}

#banner  .icon-blocks .icon-block  {
    background-color: #054176;
}

#banner  .icon-blocks .icon-block:hover {
    background-color: #051e35;
}

#banner + .section {
    position: relative;
    padding: 0;
}

#banner + .section:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #ffffff;
    height: 60px;
    top: -40px;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-2.4deg);
    -moz-transform: skewY(-2.4deg);
    -ms-transform: skewY(-2.4deg);
    -o-transform: skewY(-2.4deg);
    transform: skewY(-2.4deg);

}
#banner .icon-block .text {
    min-height: 33.8px;
    display: flex;
    align-items: center;
}
.item-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .5s;
}

.item-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.item-content .section:first-child {
    padding-top: 0;
}

.section {
    background-color: #FFF;
    padding: 70px 0;
}

.section.has-bg {
    background-color: #f3f3f3;
}

#formation-tabs .tabs a {
    color: #7c7c7c;
    font-size: 16px;
    font-family: "Raleway";
    text-transform: uppercase;
    line-height: 0.813;
    font-weight: 400;
    transition: all .3s;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    padding: 0;
}

#formation-tabs .tabs a::after {
    background-color: #054176;
    width: 0;
    right: auto;
    left: 0;
    -webkit-transition: opacity .4s, left .4s, width .4s;
    -moz-transition: opacity .4s, left .4s, width .4s;
    transition: opacity .4s, left .4s, width .4s;
}

#formation-tabs .tabs a:hover::after,
#formation-tabs .tabs a.active::after {
    right: auto;
    width: 110px;
}

#formation-tabs .tabs a.active {
    color: #555555;
    font-weight: 700;
}


#nav .formations-menu .formations-list .paragraph .title,
#nav .formations-menu .modules-list .paragraph .title,
#nav .modules-menu .formations-list .paragraph .title,
#nav .modules-menu .modules-list .paragraph .title {
    color: #054176;
}


#nav .formations-menu .formations-list .paragraph .text:hover,
#nav .formations-menu .modules-list .paragraph .text:hover,
#nav .modules-menu .formations-list .paragraph .text:hover,
#nav .modules-menu .modules-list .paragraph .text:hover,
#nav .formations-menu .formations-list .paragraph .text:hover .title,
#nav .formations-menu .modules-list .paragraph .text:hover .title,
#nav .modules-menu .formations-list .paragraph .text:hover .title,
#nav .modules-menu .modules-list .paragraph .text:hover .title {
    color: #054176 !important;
}

.paragraph.chapeau_1::before {
    background-image: url('../img/icons/icon-small-cas.svg');
}

.section-title .icon-container {
    background-color: #054176;
}

#formation-tabs .buttons .button {
    background-color: #054176;
}

#formation-tabs .buttons .button:hover {
    background-color: #043260 !important;
}

.card .content {
    border-color: #054176;
}

#profil-intro .infos {
    border-color: #054176;
}

.card .content:hover {
    background-color: #054176 !important;
}

.card .content .btn {
    background-color: #054176;
    padding: 10px 15px;
}

.card .content .btn:hover {
    background: #043260;
    border-color: #043260;
}

#trainers .owl-dots .owl-dot.active,
#students .owl-dots .owl-dot.active {
    background: #054176;
}

.section-title .icon {
    max-height: 22px;
}

.section-title .text {
    font-weight: 700;
}

.program-wrapper #objectifs.formation-field.diagonal::before {
    top: -10px;
    /*background: #F3F3F3 !important;*/
}

.counters .counter .number span.plus {
    color: #FFF;
}

.formation-field .content-collaboration {
    text-align: center;
}

.formation-field .content-collaboration p {
    font-family: "Raleway";
    font-size: 24px;
    line-height: 1.083;
    font-weight: 400;
    color: #636567;
    text-align: center;
    margin-bottom: 60px;
}

.formation-field .paragraph > div:after {
    clear: both;
    content: "";
    display: block;
}

.formation-field .paragraph .espace {
    height: 72px;
}
.formation-field .paragraph .left, 
.formation-field .paragraph .right {
    max-width: 50%;
}

.formation-field .paragraph .left img,
.formation-field .paragraph .right img {
    max-width: 100%;
}

.formation-field .paragraph .left p.img-espace {
    margin: 10px 0 !important;
}

.formation-field .paragraph .right p.imgs-flags img {
    margin: 0 8px !important;
}

.formation-field .paragraph .left {
    float: left;
    padding-right: 15px;
}

.formation-field .paragraph .right {
    float: right;
    padding-left: 15px;
}

.formation-field .paragraph>div.full {
    max-width: 100%;
}

.formation-field .paragraph div.full img {
    max-width: 100%;
}

.formation-field .paragraph>div p {
    margin: 0;
}

.formation-field .paragraph>div p.has-img-right {
    padding-right: 60px;
    position: relative;
}

.formation-field .paragraph>div p.has-img-right img {
    position: absolute;
    right: 12px;
    top: -15px;
    width: 48px;
    height: 56px;
}

.formation-field .paragraph>div a {
    color: #054176;
}

.formation-field .paragraph>div a:hover {
    color:#043260
}

.formation-field .paragraph>div:not(:last-of-type) {
    margin-bottom: 85px;
}

.formation-field .paragraph>div p.has-img {
    text-align: left;
    padding-left: 56.5px;
}

.formation-field .paragraph>div p.has-img img {
    margin: 0 22.5px;
}

.formation-field .paragraph>div ul li {
    padding-left: 0 !important;
}

.formation-field .paragraph>div ul li > p:first-of-type {
    padding-left: 15px !important;
}

.formation-field .paragraph>div ul li:before {
    color: #043260 !important;
}

.formation-field .paragraph>div b {
    font-weight: 600;
}

.formation-field .paragraph>div strong {
    font-weight: 700;
}

#download-section {
    background-color: #054176;
}

#download-section .icon-block {
    display: inline-block;
    width: auto;
}

#download-section .icon-block:hover {
    background-color: #043260;
}

#socialmedia .media a {
    background-color: #054176;
}
#main-map .infos .tabs .item.active {
    color: #054176;
}

#main-map .places-container-child.places li.active {
    color: #054176;
}

#main-map .infos .tabs .item.active::after {
    background-color: #054176;
}

#main-map .infos .btn-access .text {
    color: #054176;
}

@media screen and (min-width: 992px){
    #main-map {
        min-height: 500px;
    }
}

.floated-menu {
    display: none !important;
}

.floated-menu .item-container .item .text-container {
    background-color: #054176;
}

.floated-menu .item-container .item .icon-container {
    background-color: #054176;
}

.floated-menu .arrow-container {
    border-color: #054176;
}

.floated-menu .arrow-container .arrow {
    border-color: #054176;
}
.floated-menu .arrow-container:hover {
    background-color: #054176;
}

.floated-menu .item-container .item .icon-container .icon {
    max-width: 27px;
    max-height: 27px;
    width: auto !important;
    height: auto !important;
}

.program-wrapper #profil .counters .text::before { 
    background: #054176 !important;
}


.testimonials-wrapper #testimonials .subtitle {
    color: #054176;
}

.testimonials-wrapper #testimonials .btn .text {
    color: #054176;
}

.testimonials-wrapper #testimonials .btn:hover .text {
    color: #051e35;
}

.testimonials-wrapper #testimonials .owl-dots .owl-dot.active {
    background-color: #054176;
}

#footer .icon-block {
    background: #054176 !important;
    border: 0px solid #054176 !important;
}
#footer .icon-block:hover {
    background: #051e35 !important;
    border-color: #051e35 !important;
}

#footer .txtbox {
    border-color: #054176;
}

#footer .txtbox .arrow-container {
    background: #054176
}
#footer .txtbox:hover {
    border-color: #051e35;
}
#footer .txtbox:hover .arrow-container {
    background: #051e35
}

.organisation-wrapper #search-map .infos .left .item:first-child {
    background-color: #054176;
}

.organisation-wrapper a {
    color: #054176;
}

.organisation-wrapper a:hover {
    color: #043260
}

.organisation-wrapper #search-map .infos .right {
    border-color: #054176;
}

.selector:not(.selected-item) .header .titles-container .titles .title {
    color: #054176;
}

.selector .selector-arrow {
    border-color: #054176;
}

.selector .header .num {
    color: #054176;
}

.selector .items .item:hover .titles,
.selector .items .item.active .titles {
    color: #054176
}

.organisation-wrapper #paiement .content .header {
    background-color: #054176;
}
.organisation-wrapper #paiement .content {
    border-color: #054176;
}

.organisation-wrapper #paiement .content .body .titles::after,
.organisation-wrapper #paiement .content .header::after {
    background-color: #054176;
}

.organisation-wrapper #paiement .left-col .desc li::before {
    background: url(../img/icons/check.svg);
}

#nav .menu-icon-container::before {
    background-color: #054176;
}

#formation-tabs .fancy-selector .selector-items,
#formation-tabs .fancy-selector .selector-header {
    background-color: #054176;
}

#formation-tabs .fancy-selector .selector-items .item.act a,
#formation-tabs .fancy-selector .selector-items .item a:hover {
    background: #051e35;
}

#nav .menu-icon-container.active .menu-icon::before,
#nav .menu-icon-container.active .menu-icon::after {
    background: #054176;
}

#responsive-nav .menu ul.l1>li>a:hover,
#responsive-nav .menu ul.l2>li>a:hover {
    color: #054176;
}

#responsive-nav .menu ul.l3 li .title {
    color: #054176;
}

#responsive-nav .menu ul.l3 li .text:hover {
    color: #054176;
}

@media screen and (max-width: 991px) {
    #nav .logo:last-of-type {
        max-width: 90px !important;
    }
    .formation-field .paragraph>div {
        max-width: 100%;

    }

    .formation-field .paragraph>div:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .formation-field .paragraph .left,
    .formation-field .paragraph .right {
        float: none;
        padding: 0;
        max-width: 100%;
    }

    .formation-field .paragraph .right {
        margin-top: 20px;
    }

    .formation-field .paragraph .espace {
        height: 0;
    }

    .formation-field .paragraph > div p.has-img {
        padding: 0;
    }
}

@media screen and (min-width: 900px) {
    .floated-menu .item-container .item:hover .text-container {
        background: #054176;
    }

    .floated-menu .item-container .item:hover .icon-container {
        background: #054176;
    }
}

/* ========================= */

.header-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.header-section .bg-blue {
    background-color: #054176;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 70px;
}

.header-section .bg-blue img {
    max-width: 100%;
    width: 24px;
}

.header-section h2 {
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 1.2;
    color: #636567;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 24px;
}

.header-section h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 2px;
    background-color: #636567;
}

.section p {
    font-size: 16px;
    font-family: "Raleway";
    color:#636567;
    line-height: 1.625;
    margin-bottom: 24px;
    font-weight: 400;
}

.section p:last-of-type {
    margin-bottom: 0;
}

.University_degree_from_Grenoble_Alpes:_Bachelor {
    font-size: 16px;
    font-family: "Raleway";
    color: rgb(83, 84, 86);
    text-decoration: underline;
    line-height: 1.625;
    -moz-transform: matrix(1, 0, 0, 1.00125470514429, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1.00125470514429, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1.00125470514429, 0, 0);
    position: absolute;
    left: 191.284px;
    top: 3756.131px;
    width: 710.433px;
    height: 50.83px;
    z-index: 226;
}

.section p.underline {
    color: #535456;
    text-decoration: underline;
}

.section .logos {
    display: flex;
    justify-content: center;
    align-items: self-start;
}

.section .logos .item {
    text-align: center;
    max-width: 200px;
    padding: 0 15px;
    margin: 0 40px;
}

.section .logos .item:first-of-type {
    margin-left: 0;
}

.section .logos .item:last-of-type {
    margin-right: 0;
}

.section .logos .item .inner-img {
    min-height: 65px;
    margin-bottom: 30px;
}

.section .logos .item img {
    max-width: 100%;
    width: 100px;
}

.section .logos .item h4 {
    font-size: 11px;
    font-family: "Raleway";
    font-weight: 700;
    line-height: 1.636;
    color: #636567;
}

.section .logos .item p {
    font-size: 11px;
    font-family: "Raleway";
    font-weight: 400;
    line-height: 1.636;
    color: #636567;
}

.section .items {
    display: flex;
    flex-wrap: wrap;
}

.section .items .item {
    text-align: center;
    max-width: 180px;
    padding: 0 15px;
    margin: 0 20px;
}

.section .items .item span {
    display: inline-block;
    font-size: 33.26px;
    font-family: "Montserrat";
    color: #636567;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.125;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.section .items .item span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #054176;
    width: 32px;
    height: 2px;
}

.section .items .item p {
    font-size: 12px;
    font-family: "Montserrat";
    color: #636567;
    font-weight: 400;
    line-height: 1.125;
    text-transform: uppercase;
}

.section .desc {
    column-count: 2;
}

.section .desc:not(:last-of-type) {
    margin-bottom: 120px;
}

.section .desc p.has-img {
    text-align: left;
    padding-left: 56.5px;
}

.section .desc p.has-img img {
    margin: 0 22.5px;
}

.section .desc a {
    display: block;
    color: #043260;
    font-size: 16px;
    font-family: "Raleway";
    color: #636567;
    line-height: 1.625;
}
.section .desc ul {
    list-style: none;
    padding: 0;
}

.section .desc ul li {
    font-size: 16px;
    font-family: "Raleway";
    color: #636567;
    line-height: 1.625;
    position: relative;
    padding-left: 14px;
}

.section .desc ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #043260;
    border-radius: 50%;
}

.langing #banner .container {
    padding-top: 185px !important;
    padding-bottom: 207px !important;
}

.langing h1.title {
    text-align: center;
    padding: 0 6.66667%;
    margin-bottom: 50px;
}

.langing h1.sub-title {
    text-align: center;
    padding: 0 25%;
}

.langing #intro {
    padding-bottom: 100px;
    top: 0;
}

.langing #intro .card {
    background-color: #f3f3f3;
    border-bottom: 2px solid #054176;
    margin: 0 4.4%;
    margin-top: -125px;
    padding: 60px 4% 75px;
}

.langing #intro .card .section-title {
    font-family: "Montserrat";
    color: #636567;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    text-align: center !important;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.langing #intro .card .section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #636567;
    width: 52px;
    height: 2px;
    margin: auto;
}


.langing #intro .items-icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 85px;
}

.langing #intro .items-icons .item {
    max-width: 25%;
    flex: 0 0 25%;
    position: relative;
    padding-top: 55px;
    text-align: center;
}

.langing #intro .items-icons .item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: auto;
}

.langing #intro .items-icons .item span {
    font-size: 14px;
    font-family: "Raleway";
    color: #707274;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.071;
    text-align: center;
}

.block-title .container {
    padding-top: 45px;
    padding-bottom: 45px;
}

.block-title h2 {
    text-align: center;
}

.block-title h2 span {
    display: inline-block;
    font-size: 30px;
    font-family: "Montserrat";
    color: #636567;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}

.block-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #636567;
    width: 52px;
    height: 2px;
    margin: auto;
}

.block-title h2 img {
    max-width: 50px;
}
.block-formations {
    padding-bottom: 65px;
}

.block-formations .header-text {
    font-size: 16px;
    font-family: "Raleway";
    color: #636567;
    line-height: 1.625;
    text-align: center;
}

.block-formations .items {
    display: flex;
    flex-wrap: wrap;
}
.block-formations .items .item {
    
}

.block-formations .items .item .content {
    background-color: #f3f3f3;
    max-width: 320px;
    margin: auto;
    text-align: center;
    padding: 40px 15px 96px;
    border-bottom: 2px solid #054176;
    position: relative;
    height: 100%;
}

.block-formations .items .item .content h3 {
    font-size: 30px;
    font-family: "Montserrat";
    color: #636567;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.block-formations .items .item .content h5 {
    font-size: 16px;
    font-family: "Montserrat";
    color: #054176;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3.125;
    margin-bottom: 25px;
}

.block-formations .items .item .content p {
    font-size: 16px;
    font-family: "Raleway";
    color: #636567;
    line-height: 1.248;
}

.block-formations .items .item .content p:last-of-type {
    margin-bottom: 20px;
}

.block-formations .items .item .content a {
    background-color: #054176;
    display: block;
    font-size: 16px;
    font-family: "Montserrat";
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3.125;
    text-align: center;
    padding: 3px 15px;
    max-width: 220px;
    margin: auto;
    margin-top: 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.block-formations .items .item .content a:hover {
    background-color: #043260;
}

.block-formations .items .item .content a img {
    max-width: 55px;
    display: inline-block;
}

.block-formations .items .item:first-of-type .content {
    margin-left: 0;
}

.block-formations .items .item:last-of-type .content {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .langing #banner .container {
        padding-top: 120px !important;
        padding-bottom: 180px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .block-formations .items .item {
        padding-bottom: 30px;
    }

    .block-formations .items .item .content {
        max-width: 100%;
        margin: 0 !important;
    }
}


@media screen and (max-width: 899px) {
    .formation-field .paragraph>div {
        column-gap: 0;
        column-count: 1;
    }
}

@media screen and (max-width: 899px){
    .floated-menu .arrow-container:hover {
        background: #043260;
        border-color: #043260;
    }
}



@media screen and (max-width: 767px) {
    #banner h1 {
        font-size: 32px;
    }
    
    #banner h1.has-img {
        padding-right: 70px;
    }

    #banner h1.has-img img {
        right: 0;
    }

    .block-formations {
        padding-bottom: 0;
    }

    .block-formations .items {
        display: block;
    }

    .block-formations .items .item .content {
        margin: auto !important;
        margin-bottom: 30px !important;
    }

    .langing #intro .items-icons .item {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    #banner .banner-items .item {
        margin-bottom: 20px;
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }
}

@media screen and (max-width: 500px) {
    .floated-menu .item-container,
    .floated-menu .item-container .item,
    .floated-menu .arrow-container {
        background: #054176;
    }

    .floated-menu .item-container .item:hover {
        background: #043260;
        
    }

    .floated-menu .item-container .item .icon-container:hover {
        background: #043260;
    }

    .floated-menu .arrow-container {
        background: #054176;
    }

    .floated-menu .arrow-container .arrow {
        border-color: #ffffff;
    }
}



.secondary-menu .menu,
.primary-menu{
    display: none !important;
}

#footer .main-row.divider {
    display: none !important;
}

#footer .sub-footer.has-newsletter {
    padding-top: 0 !important;
}

#footer .container > a {
    display: none;
}

#formation-tabs {
    display: none;
}

.menu-left {
    display: none !important;
}

#socialmedia .title,
#socialmedia .desc {
    display: none;
}

#socialmedia .media a:hover {
    background: #043260;
}