/* GENERAL */ 

.path-frontpage .block-views-blockactualites-block-1 .view-content .views-field-title .link_image a.lire-suite, #evenements-block-1--2 .lire-suite {
    border-radius: 5px;
    border: solid 1px #FFF !important;
    background: #0d1d42 !important;
    font-weight: bolder;
}

.path-frontpage .block-views-blockactualites-block-1 .view-content .views-field-title .link_image a.lire-suite:hover, #evenements-block-1--2 .lire-suite:hover {
    border: solid 1px #0d1d42 !important;
    background: #FFF !important;
}

.path-frontpage .dexp-button.btn.line-color {
    border-radius: 5px;
    background: #0d1d42 !important;
    border: solid 1px #fff !important;
    color: #FFF !important;
    font-weight: bold;
}

.dexp-button.btn {
    border-radius: 5px;
    text-decoration: none;
    background: #0d1d42 !important;
    border: solid 1px #FFF !important;
    color: #FFF !important;
    display: inline-block;
    padding: 8px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.dexp-button.btn:hover {
    text-decoration: none;
    background: #FFF !important;
    border: solid 1px #0d1d42 !important;
    color: #0d1d42 !important;

}

.dexp-button.btn.line-color {
    background: transparent;
    border: 1px solid #0d1d42 !important;
    color: #fff !important;
    font-weight: bold;
}

.dexp-button.btn.line-color:hover {
    background: #eceef0 !important;
    border: 1px solid #0d1d42 !important;
    color: #0d1d42 !important;
}

.paragraph--type--bloc-telechargement-droit.paragraph--view-mode--default {
    background-color: #fff;
    padding: 20px 13px;
    color: #0d1d42 !important;
}

.file--mime-application-pdf {
    background-image: url(../images/download.svg);
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #005490;
    width: 100%;
}

.page-node-type-page-generique header .page_generique_header .content-header h1 {
    margin-bottom: 36px;
    margin-top: 20px;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    font-family: "Raleway", "sans-serif";
    font-weight: bolder;
    font-style: normal;
    border: 2px solid #FFF;
    background-color: rgba(14, 28, 63, 0.7);
    border-radius: 5px;
    font-size: x-large !important;
    text-align: center;
}

.container-fluid.hero-gpmm h2, .container-fluid.hero-gpmm h1, .page_generique_header h1 {
    text-shadow: 1px 1px 1px #0d1d42;
}

.dexp-builder-accordions .panel-collapse {
    background-color: #fff;
    border: none;
}

.dexp-builder-accordions .card-header a.collapsed {
    background: url(../images/chevron-up.png) no-repeat 100% #0d1d42;
    padding: 13px 16px;
    display: block;
    cursor: pointer;
    color: #ffffff;
}

.dexp-builder-accordions .card-header a {
    display: block;
    cursor: pointer;
    padding: 13px 16px;
    border: 1px solid #00569d;
    color: #fff;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.dexp-builder-accordions .card-header a {
    background: url(../images/chevron-down.png) no-repeat 100% #00569d;
}

.dexp-builder-accordions .card-header a:hover {
    border: 1px solid #FFF;
    background-color: #00569d;
}

/* RECHERCHER */

#block-formulairederecherche h2.block-title {
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
}

#block-formulairederecherche .closebtn > i {
    font-size: 45px;
    color: #0076b0;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}

.form-control {
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: bolder;
    line-height: 2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#block-formulairederecherche .content > form button#edit-submit .fa-search::before {
    font-size: 44px;
    background-color: #ffffff;
    border-bottom: 3px solid #0076b0;
    color: #0d1d42;
}

#block-formulairederecherche .content > form .form-item {
    border-bottom: 3px solid #0076b0;
    border-radius: 5px;
    width: 60%;
    margin: 0 auto;
}

.path-search .view-rechercher .view-header {
    background-color: #0d1d42;
    height: 100px;
    background-image: none;
    align-content: center;
    display: flex ;
    flex-flow: wrap;

}

.path-search .view-rechercher .view-filters form > .form--inline .form-submit.btn {
    border-radius: 2px;
    text-decoration: none;
    background-image: none !important;
    background: #0d1d42;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.path-search .view-rechercher .view-filters form > .form--inline .form-submit.btn:hover {
    border-color: #fff !important;
    background-color: #eceef0 !important;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 12px !important;
    color: #0d1d42;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: 69px !important;
    cursor: pointer;
}

.path-search .dexp-grid-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.pager .pager__items li.is-active a, .pager .pager__items li:hover a
Specificity: (0,3,2)
 {
    background: #0d1d42;
    color: #fff ! important;
    border-color: #0d1d42;
}

/* TOP BAR */

#section-top-bar {
    border-bottom: 1px solid #d6d4d5;
    background-color: #0d1d42;
}

.social-icons .linkedin:before {
    content: "\f0e1";
    top: 0;
    opacity: 1;
    color: #fff;
}

.social-icons .facebook:before {
    content: "\f09a";
    top: 0;
    opacity: 1;
    color: #fff;
}

.social-icons .instagram:before {
    content: "\f16d";
    top: 0;
    opacity: 1;
    color: #fff;
}

.social-icons .youtube:before {
    content: "\f167";
    top: 0;
    opacity: 1;
    color: #fff;
}

.fa-search:before {
    content: "\f002";
    background: #d51317;
    padding: 13px;
    color: #fff;
    border-radius: 10%;
}

.region-top-right .menu--actualites---presse ul.menu a {
    width: auto;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    transition: all .3s 
ease;
    padding: 0 12px;
}

.language-link {
    font-size: 12px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    color: #FFF !important;
}


/* MEGA-MENU */

.menu.menu-level-0 > .menu-item > a:after {
    position: absolute;
    left: 0;
    content: '';
    height: 0rem;
    background: #d51317;
    transition: all .25s linear;
    width: 0;
    top: 36px;
}

.menu.menu-level-0 > .menu-item.open > a {
    padding-bottom: 16px;
    border-bottom: 4px solid #0d1d42;
}

.menu.menu-level-0 > .menu-item > a {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00569d;
    position: relative;
    -webkit-transition: line-height .3s ease;
    -o-transition: line-height .3s ease;
    transition: line-height .3s ease;
}

.menu.menu-level-0 > .menu-item--expanded > .menu-dropdown-0 > .menu-level-1 {
    width: 30%;
    background: #0d1d42;
    color: #84d0ff;
    margin: 0;
}

.menu.menu-level-1 > li.menu-item.is-active > a, .menu.menu-level-1 > li.menu-item > a:hover {
    background: #00569d;
}
.menu.menu-level-1 > li.menu-item.is-active > a {
    color: #fff;
    font-weight: bolder;
}

menu.menu-level-1 > li.menu-item > a:hover {
    background-color: #fff;
    color: #0d1d42;
}

.header_teaser .field--name-field-lien-0 .field__item a {
    background: #0d1d42;
    padding: 9px 40px 9px 9px;
    color: white;
    position: relative;
    border-radius: 5px;
}

.menu.menu-level-2 > .menu-item > span {
    color: rgb(13 29 66) !important;
    font-weight: bold;
}

.menu-dropdown-1 > .content_body > .ex_fields.level_1 > .field--name-field-titre-level- .field__item a {
    background: #0d1d42;
    padding: 9px 9px 9px 40px;
    color: white;
    text-transform: uppercase;
    position: relative;
}


/* MEGA-BANNER */

.hermes.tparrows {
    background: #0d1d42 !important;
}

#accueil-block-filieres-block-1 h5 {
    font-size: 18px;
    text-align: center;
    font-weight: 900;
}

.portfolio-title a {
    background-color: #ffffff;
    display: block;
    color: #0d1d42;
}

.portfolio-title a:hover {
    background-color: #0d1d42;
    display: block;
    color: #ffffff;
}



/* LIENS FOOTER */

#section-footer {
    background-color: #0d1d42 !important;
    color: #ffffff;
    font-size: 0.9em;
}

.pied_page_col_3 ul.menu li a {
    color: #ffffff;
    font-weight: normal;
    font-size: 1.1em;
    transition: all .5s ease;
}

.pied_page_col_3 ul.menu li a:hover {
    color: #d51317;
    text-decoration: underline;

}

/* COPYRIGHT */

#section-copyright {
    background-color: #dfdfdf;
    color: #0d1d42 !important;
}

#section-copyright .fa {
    color: #0d1d42;
}

a, a:link {
    color: #5f8cb4;
}

#block-copyright-2 p, #block-copyright-2 a {
    color: #0d1d42 !important;
    font-size: 12px;
}


/* EVENNEMENTS */

.page-node-type-evenements .header_actu.container, .page-node-type-plaquettes .header_actu.container {
    background: #0d1d42;
    margin: 10px 0;
}

.date_publication_eve {
    color: white;
    font-size: 16px;
    font-weight: bolder;
    background: #0d1d42;
    padding: 10px;
    margin: 10px 0 10px 0;
}

.page-node-type-evenements article.full header h2 {
    position: absolute;
    top: 50%;
    z-index: 1;
    text-transform: uppercase;
    color: white;
    left: 40%;
    transform: translate(-50%, -50%);
    font-family: "Raleway", "sans-serif";
    font-weight: bolder;
    font-style: normal;
    font-size: xx-large;
    border: 2px solid #FFF;
    padding: 10px;
    background-color: rgba(14, 28, 63, 0.7);
    border-radius: 5px;
}

.block .block-title {
    color: #0d1d40;
    font-family: "Raleway", "sans-serif";
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: x-large;
    font-weight: bold;
}

.social-media-sharing ul {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-flex
;
    text-align: center;
    background-color: #0d1d42;
    border-radius: 5px;
}

/* PROJETS */

.page-node-type-projet article.full header h1 {
    position: absolute;
    top: 50%;
    z-index: 1;
    text-transform: uppercase;
    color: white;
    left: 40%;
    transform: translate(-50%, -50%);
    font-family: "Raleway", "sans-serif";
    font-weight: bolder;
    font-style: normal;
    font-size: xx-large;
    border: 2px solid #FFF;
    padding: 10px;
    background-color: rgba(14, 28, 63, 0.7);
    border-radius: 5px;
}

.block-views-blockprojets--block-1 .views-field-title .col-left {
    position: relative;
    padding: 19px 9px 7px 9px;
    background-color: #0d1d42;
    color: white;
}

.field--name-field-bloc-titre-description-ima {
    background-color: #fff;
    color: #0d1d42;
}

.field--name-field-bloc-titre-description-ima .paragraph--type--titre-description-image-btn .col-left .titre-shadow {
    color: white;
    text-transform: uppercase;
    background-color: #0d1d42;
    padding: 10px 0;
    box-shadow: 10px 0 0 #0d1d42;
}

.field--name-field-bloc-titre-description-ima .paragraph--type--titre-description-image-btn .col-left .titre-shadow h3 {
    color: white;
    margin-bottom: 0;
    font-weight: bolder;
}

.field--name-field-bloc-titre-description-ima .paragraph--type--titre-description-image-btn .field--type-link a {
    color: white;
    text-transform: uppercase;
    padding: 10px 8px;
    background-color: #0d1d42;
    font-weight: bolder;
    border-radius: 5px;
}

.contact-bloc {
    background-color: #0d1d42;
    padding: 40px 0;
}

.contact-bloc .field--name-field-bloc-contacts .field--name-field-titre {
    margin-bottom: 24px;
    color: #0d1d42;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Raleway", "sans-serif";
    font-weight: 600;
    padding: 17px 23% 15px 15px;
}

.btn-plus-project-footer {
    color: white;
    font-weight: bolder;
    padding: 10px 8px;
    background-color: #0d1d42;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #fff;
    border-radius: 5px;
}

.btn-plus-project-footer:hover {
    background-color: #00569d;
}

.path-projets .view-display-id-page_1 .view-filters form > .form--inline .form-submit.btn:hover {
    border: 1px solid #0d1d42;
    background-color: #FFF !important;
    padding: 10px;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: 69px !important;
    color: #0d1d42 !important;
    cursor: pointer;
}


/* FILIERES */

.page-node-type-filieres article {
    background-color: #fff !important;
}

.titre-shadow {
    color: #FFF;
    background-color: #0d1d42;
    padding: 10px 0;
    box-shadow: 7px 0 0 #0d1d42;
}

.titre-shadow h3 {
    color: #FFF;
    margin-bottom: 0;
}

.field--name-field-bloc-titre-description-ima {
    background-color: #FFF;
    color: #0d1d42;
}

.path-filieres .view-display-id-page_1 .view-filters form > .form--inline .form-submit.btn {
    border-color: #0d1d42 !important;
    background-color: #0d1d42!important;
    background-image: none !important;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.path-filieres .view-display-id-page_1 .view-filters form > .form--inline .form-submit.btn:hover {
    border-color: #0d1d42;
    background-color: #FFF;
    background-image: none !important;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #0d1d42 !important;
}



/* FILTRER */

.path-search .view-rechercher .pager .pager__items li a {
    padding: 7px 17px;
    margin-right: 0;
    color: #0d1d42;
}

.path-search .view-rechercher.pager .pager__items li:hover a {
    background: #ededed;
    color: #00569d !important;
    border-color: #00569d;
}

.pager .pager__items li:hover a {
    background: #fff;
    color: #fff !important;
    border-color: #0d1d42;
}

.path-search .view-rechercher .pager .pager__items li.is-active a {
    color: #d51317 !important;
    font-weight: bolder;
    background-color: #0d1d42;
}



.btn:hover {
    text-decoration: none;
    background: #fff !important;
    border: solid 1px #0d1d42 !important;
    color: #0d1d42;
}

.view-id-evenements.view-display-id-page_1 .view-header {
    height: 100px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    align-content: center;
    display: flex;
    flex-flow: wrap;
    text-transform: uppercase;
    color: white;
    font-weight: bolder;
    background-color: #0d1d42;
}

.view-plaquettes.view-id-plaquettes.view-display-id-page_1 .view-header {
    height: 100px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    align-content: center;
    display: flex;
    flex-flow: wrap;
    text-transform: uppercase;
    color: white;
    font-weight: bolder;
    background-color: #0d1d42;
}


.path-filieres .view-display-id-page_1 .view-header h1 {
    background-image: none !important;
    background-color: #0d1d42;
    align-content: center;
    display: flex;
    flex-flow: wrap;
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
}

.view-evenements .view-filters, .view-plaquettes .view-filters {
    background: #00569d;
    width: 100%;
    margin-bottom: 24px;
}

.view-evenements h1, .view-plaquettes h1 Specificity: (0,1,1)  {
    font-weight: bolder;
    font-family: 'Raleway', 'sans-serif';
    font-size: 30px;
}

.row-press-actu {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.path-projets .view-display-id-page_1 .view-content .row-press-actu {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

a.button, .btn {
    border-radius: 2px;
    text-decoration: none;
    background:  #0d1d42;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #fff;
    padding: 8px 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pager .pager__items li.is-active a, .pager .pager__items li:hover a {
    background: #0d1d42;
    color: #fff;
    border-color: #0d1d42;
}

.path-projets .view-display-id-page_1 .view-filters form > .form--inline .form-submit.btn {
    border: 1px solid #FFF;
    background-color: #0d1d42;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 69px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
}

.path-projets .view-display-id-page_1 .view-filters form > .form--inline .form-submit.btn:hover {
    border: 1px solid #0d1d42;
    background-color: #FFF !important;
    padding: 10px;
    background-image: url(../images/filter.png) !important;
    background-repeat: no-repeat !important;
    background-position: 69px !important;
    color: #0d1d42 !important;
    cursor: pointer;
}

/* GABARIT PAGE */ 

.paragraph--type--contenu-block-telechargement-.paragraph--view-mode--default {
    background-color: #0d1d42;
    padding-top: 46px;
    color: white;
}

/* ACTUALITE */

#actualites-block-1--2 h3 a, #evenements-block-1--2 h3 a {
    color: #0076b0 !important;
    font-weight: bold !important;
}

.page-node-type-actualites article.full header h1 {
    margin-top: 20px;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    font-family: "Raleway", "sans-serif";
    font-weight: bolder;
    font-style: normal;
    font-size: x-large !important;
    border: 2px solid #FFF;
    background-color: rgba(14, 28, 63, 0.7);
    border-radius: 5px;
}

.container-fluid.hero-gpmm h1 {
    text-shadow: 1px 1px 1px #0d1d42;
}


.page-node-type-actualites article.full .container_content_actu .date_publication_actu {
    background-color: #ffffff;
    color: #0d1d42 !important;
    padding-top: 43px;
    padding-left: 9px;
    padding-bottom: 10px;
    height: max-content;
    border: solid 2px #d51317;
    margin-top: 26px;
}

.page-node-type-actualites article {
    background-color: #0d1d42;
}


/* FILIERES */ 

.page-node-type-filieres article.full header img {
    height: 0%;
    width: 0;
    object-fit: cover;
}

.page-node-type-filieres article.full header h1 {
    margin-top: 20px;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    font-family: "Raleway", "sans-serif";
    font-weight: bolder;
    font-style: normal;
    font-size: x-large !important;
    border: 2px solid #FFF;
    background-color: rgba(14, 28, 63, 0.7);
    border-radius: 5px;
    font-size: x-large;
}

/* NAVIGATION MOBILE */ 

#mobile-nav, #mobile-nav-go-back {
    background-color: #0d1d42;
    color: #fff;
    display: block;
    position: fixed;
    border: 0;
    z-index: 99999;
    height: 45px;
    width: 60px;
}

@media (max-width: 1024px) {
    #block-gpmmblocksearch .fa-search {
        width: 45px;
        height: 45px;
        background: #0d1d42;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

