@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

body{
    font-family: 'Poppins',sans-serif;
    background: #fff;
}


div.clear{
    clear: both;
}


a:hover{
    color:#000;
    text-decoration:none;
}


hr{
    background-color: rgb(180, 180, 180);
    height: 2px;
    margin-bottom:0;
}

h2{
    text-transform: uppercase;
}

p{
    font-size: 1em !important;
}
/*
ul{
    font-size: 1.2em;
}*/

input.form-control{
    border-radius: 30px;
    font-weight: 700;
    color: #002e6d;
}


select.form-control{
    border-radius: 30px;
    font-weight: 700;
    color: #002e6d;
}


textarea.form-control{
    border-radius: 30px;
    padding-top: 15px;
    padding-left: 15px;
    color: #002e6d;
    font-weight: 700;
}

input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #002e6d;
}
input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #002e6d;
    opacity:  1;
}
input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #002e6d;
    opacity:  1;
}
input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #002e6d;
}

.modif-section-postoffr-candidspont input[type="file"] {
    display: block;
    background: #fad000;
}

.container{
    width: 88%;
}


.modif-header .row{
    display: flex;
    align-items: center;
}

.btn_option_table {
    padding-bottom: 19px;
    padding-top: 14px;
    border-radius: 0;
    border: inherit;
    background: #e6e6e6;
}

.modif-header i.fa{
    font-size: 1.4em;
    color: #002e6d;
}

.search-header input.form-control{
    width: 16%;
    height: 29px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: 96%;
    border: inherit !important;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}


.search-header input.form-control:hover{
    width: 100%;
    height: 34px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: 96%;
    cursor: pointer;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}

.modif-block-fluid {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 55px;
}

.modif-block-fluid img{
    width: 100%;
    margin: auto;
}

.modif-text-ban {
    position: absolute;
    bottom: 0;
    top: 60%;
    left: 43%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
    margin: auto;
}



.modif-text-ban-index {
    position: absolute;
    bottom: 0;
    top: 40%;
    left: 40%;
    color: #fff;
    font-size: 4em;
    text-align: center;
    font-weight: bold;
    line-height: 70px;
    margin: auto;
}



.chevron-scroll {
    position: absolute;
    bottom: 15%;
    left:50%;
    width: 24px;
    height: 24px;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}



.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer{
    display: flex;
    justify-content: space-evenly;
}



/*debut css effet hover block*/



.cuadro_intro_hover{
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 300px;

}


.cuadro_intro_hover:hover{

    border: 1px solid #0091cb;
    cursor: pointer;
}

.cuadro_intro_hover:hover .caption{
    opacity: 1;
    transform: translateY(-150px);
    -webkit-transform:translateY(-150px);
    -moz-transform:translateY(-150px);
    -ms-transform:translateY(-150px);
    -o-transform:translateY(-150px);
}

.cuadro_intro_hover img{
    z-index: 4;
    width: 35%;
    margin: auto;
}

.cuadro_intro_hover .caption{
    position: absolute;
    /*		top:150px;*/
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
    width: 100%;
}

.cuadro_intro_hover .blur{
    background-color: rgba(245,245,245,1);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
    top: -15px;
}

.cuadro_intro_hover .caption-text{
    z-index: 10;
    position: absolute;
    height: 300px;
    /*		top: 12px;*/
    width: 100%;
}

.cuadro_intro_hover .caption-text:hover {
    z-index: 10;
    position: absolute;
    height: 300px;
    /*        top: -35px;*/
    width: 100%;
}


.cuadro_intro_hover .caption-text h3{
    color: #000;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
}


.cuadro_intro_hover:hover .caption-text h3{
    text-align: left;
    font-weight: 600;
}


.cuadro_intro_hover .caption-text p{
    color: #0091cb;
    padding: 50px 10px;
    line-height: 22px;
}

.cuadro_intro_hover:hover .caption-text p{
    color: #0091cb;
    padding: 10px !important;
    line-height: 22px;
}


/*fin effet hover block*/

.modif-link-btn-yellow {
    background: #fad000;
    font-size: 1.2em;
    color: #222;
    font-weight: 700;
    border-radius: 30px;
    border-color: #fad000;
    padding: 7px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modif-section-mot-dg {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;

}

.modif-section-mot-dg-organ .modif-position-img img{
    margin-top: 0;
}

.modif-section-mot-dg-organ .modif-position-img{
    padding-right: 0;
}

.modif-row-mot-dg{
    display: flex;
    align-items: center;
}


.modif-section-mot-dg p{
    line-height: 28px;
    font-style: italic;
}


section.modif-section-vision-valeur {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modif-bg-blue-chiffre {
    background: #40c4ea;
    padding: 35px 20px;
}

.modif-block-expertise{
    font-weight: bold;
}

.modif-block-expertise img{
    width: 30%;
}

.expertise-description {
    margin-top: 10px;
}
.expertise-numbers {
    margin-bottom: 30px;
}

.modif_bg_exp {
    position: relative;
    height: 213px;
    padding: 20px;
    margin-bottom:20px;
    color: #fff;
    /*border: 2px solid #f26f35;
    background: #f26f35 url(../images/icone_pole_transport_02.svg);*/
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}

.modif_bg_exp p a{
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modif_bg_exp p a span{
    position: absolute;
    bottom: 15px;
    padding: 0 20px;
    max-width: 370px;
    font-size: 1.3em;
}

.modif_bg_exp:hover {
    color: #f26f35;
    cursor:pointer;
    /*border: 2px solid #f26f35;
    background: url(../images/icone_pole_transport.svg);*/
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}


.modif_bg_exp_gris {
    position: relative;
    height: 213px;
    padding: 20px;
    margin-bottom:20px;
    color: #fff;
    border: 2px solid #a9a5a4;
    background: #a9a5a4 url(../images/icone_pole_batiment_02.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}

.modif_bg_exp_gris p{
    position: absolute;
    bottom: 15px;
}

.modif_bg_exp_gris:hover {
    color: #a9a5a4;
    border: 2px solid #a9a5a4;
    cursor:pointer;
    background: url(../images/icone_pole_batiment.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}



.modif_bg_exp_vert {
    position: relative;
    height: 213px;
    padding: 20px;
    margin-bottom:20px;
    color: #fff;
    border: 2px solid #00975d;
    background: #00975d url(../images/icone_pole_agriculture_02.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}

.modif_bg_exp_vert p{
    position: absolute;
    bottom: 15px;
}

.modif_bg_exp_vert:hover {
    color: #00975d;
    border: 2px solid #00975d;
    cursor:pointer;
    background: url(../images/icone_pole_agriculture.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}

.modif_bg_exp_rose {
    position: relative;
    height: 213px;
    padding: 20px;
    margin-bottom:20px;
    color: #fff;
    border: 2px solid #ee416b;
    background: #ee416b url(../images/icone_pole_industrie.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}

.modif_bg_exp_rose p{
    position: absolute;
    bottom: 15px;
}

.modif_bg_exp_rose:hover {
    color: #ee416b;
    border: 2px solid #ee416b;
    cursor:pointer;
    background: url(../images/icone_pole_industrie_02.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}


.modif_bg_exp_violet {
    position: relative;
    height: 213px;
    padding: 20px;
    margin-bottom:20px;
    color: #fff;
    border: 2px solid #5d1346;
    background: #5d1346 url(../images/icone_pole_formation_02.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}

.modif_bg_exp_violet p{
    position: absolute;
    bottom: 15px;
}

.modif_bg_exp_violet:hover {
    color: #5d1346;
    border: 2px solid #5d1346;
    cursor:pointer;
    background: url(../images/icone_pole_formation.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}


.modif_bg_exp_rouge {
    position: relative;
    height: 213px;
    padding: 20px;
    margin-bottom:20px;
    color: #fff;
    border: 2px solid #ee433d;
    background: #ee433d url(../images/icone_pole_innovation.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}

.modif_bg_exp_rouge p{
    position: absolute;
    bottom: 15px;
}

.modif_bg_exp_rouge:hover {
    color: #ee433d;
    border: 2px solid #ee433d;
    cursor:pointer;
    background: url(../images/icone_pole_innovation_02.svg);
    background-size: 20%;
    background-position: 2ch 0.2em;
    background-repeat: no-repeat;
}


.modif-content-container h2{
    color: #002e6d;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modif_section_mission {
    background: #f5f5f5;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}

.modif-section-expertise{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modif-block-vis-val{
    display: flex;
    align-items: center;
}


.modif-section-vision-valeur h3{
    font-weight: bold;
}

.modif-section-vision-valeur img{
    width: 85%;
    margin: auto;
}

.modif-position-img p{
    float: right;
    margin-bottom: 0;
}


.modif-position-img img{
    margin-top: 15px;
}


.modif-section-bnetd-chiffre {
    font-weight: bold;
    color: #002e6d;
    padding-bottom: 30px;
}

.modif-section-bnetd-chiffre .row:nth-child(2) {
    text-align: center;
}

.modif-section-bnetd-chiffre h2{
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modif-block-left-bnetd-chiffre img{
    width: 70%;
    margin: auto;
}

.modif-block-left-bnetd-chiffre p{
    font-size: 1.6em !important;
    line-height: 1.3em;
    margin-top: 10px;
}

.modif-block-right-bnetd-chiffre img{
    width: 90%;
    margin: auto;
}

.modif-block-right-bnetd-chiffre p{
    font-size: 1.8em !important;
    line-height: 1.2em;
}


.modif-align-block{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}

.modif-section-projets{
    color: #002e6d;
    padding-bottom: 30px;
    background: #f5f5f5;
}

.modif-section-projets h2{
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modif-info-projet h3{
    font-weight: lighter;
    color: #002e6d;
    font-size: 0.95em;
    min-height: 45px;
}

.modif-info-projet {
    border-left: 2px solid #40c4ea;
    padding-left: 10px;
    color: #002e6d;
    font-weight: lighter;
}

.modif-content-projet {
    clear: both;
    padding-top: 6px;
}

.modif-bg-block-projets {
    position: relative;
    background: #cccccc2e;
    padding-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    min-height: 210px;
}


.modif-bg-block-projets img {
    position: relative;
    top: -10px;
    right: 12px;
/*    width: 110%;*/
    max-width: 100%;
}

.margin-block-all-projects{
    margin-top: 70px;
}

.modif-content-another-project input{
    border-radius: 30px;
    background: #d7dde9;
    font-weight: 700;
    max-width: 100%;
    padding: 6px 12px;
}
.modif-content-another-project input[type=text]{
    max-width: 100%;
    padding: 6px 12px;
}
.modif-content-another-project input[type=submit].btn-default {
    color: #002e6d;
    font-weight: 700;
    border-radius: 30px;
    border: 2px solid #002e6d;
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
}
.modif-content-another-project input[type=submit].btn-default:hover {
    background-color: #d7dde9;
}
.modif-content-another-project select{
    border-radius: 30px;
    background: #d7dde9;
    color: #002e6d;
    font-weight: 700;
}

.modi-block-pagination{
    margin-top: 25px;
    text-align: right;
    padding-right: 20%;
}

.modi-block-pagination ul li a{
    font-weight: 600;
    color: #b2b2b2;
    background: #f2f2f2;
}

.modi-block-pagination ul li.modif-bg-chevron-pagination a{
    background-color: #b2b2b2;
    color: #fff;
}


.modi-block-pagination ul li.active a{
    background-color: #082e6d;
    color: #fff;
}

.modif-content-another-project a.btn-default{
    color: #002e6d;
    font-weight: 700;
    border-radius: 30px;
    border: 2px solid #002e6d;
    padding-left: 25px;
    padding-right: 25px;
}

.modif-libele-search-project{
    text-align: right;
    font-weight: 700;
}

.modif-libele-search-project span{
    margin-left: 15px;
}

h3.title-implantation-n{
    color: #002e6d;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2.3em;
}

.block-gl-country{
    color: #000;
}

.adress-implantaion-z0 a{
    color: #000;
}

.adress-implantaion-z0{
    border-left: 6px solid #002e6d;
    background: #fff;
    box-shadow: 4px 1px 20px grey;
    padding: 15px;
    margin-bottom:35px;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}


.adress-implantaion-z1{
    margin-bottom: 35px;
}

.adress-implantaion-z:hover{
    background: #fff;
    color: #000;
    box-shadow: 4px 1px 20px grey;
    padding: 15px;
    margin-bottom:35px;
    cursor: pointer;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}

.adress-implantaion-z1:hover{
    border-left: 6px solid #fad000;
    background: #fff;
    color: #000;
    box-shadow: 4px 1px 20px grey;
    padding: 15px;
    margin-bottom:35px;
    cursor: pointer;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}


.adress-implantaion-z2{
    margin-bottom: 35px;
}


.adress-implantaion-z2:hover{
    border-left: 6px solid #40c4ea;
    background: #fff;
    color: #000;
    box-shadow: 4px 1px 20px grey;
    padding: 15px;
    margin-bottom:35px;
    cursor: pointer;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}

.adress-implantaion-z3{
    margin-bottom: 35px;
}

.adress-implantaion-z3:hover{
    border-left: 6px solid #0091cb;
    background: #fff;
    color: #000;
    box-shadow: 4px 1px 20px grey;
    padding: 15px;
    margin-bottom:35px;
    cursor: pointer;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}


.modif-block-gl-projet .col-md-4{
    margin-bottom: 20px;
}


.modif-section-implantation{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}


.modif-link-btn-brd {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
}

.modif-section-centre-formation {
    background: url(../images/SectionFormation_Banniere.jpg) no-repeat;
    background-size: cover;
    height: 223px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid #40c4ea;
}

.modif-block-gl-centr-form {
    display: flex;
    align-items: center;
    line-height: 28px;
}

.modif-block-gl-centr-form h3 a{
    font-weight: bold;
    color: #fff;
}

.modif-section-bnetd-temoignage{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}


.modif-section-bnetd-temoignage h2{
    color: #002e6d;
    font-weight: bold;
    padding-bottom: 5px;
}
.line-botttom {
    background: #d6d8e4;
    height: 5px;
    width: 13%;
    margin: auto;
}

.modif-info-user-temoign {
    border-left: 2px solid #002e6d;
    padding-left: 10px;
    color: #002e6d;
    font-weight: bold;
}

.modif-info-user-temoign p{
    font-weight: lighter;
}

.modif-info-user-temoign h3{
    font-weight: bold;
    color: #002e6d;
}


.modif-content-temoign p{
    font-size: 1.4em;
}

.modif-block-gl-temoign-n1{
    margin-bottom: 30px;
    text-align: justify;
}

.modif-block-gl-temoign-n1 img{
    width: 100%;
}

.modif-block-gl-temoign-n1 .modif-content-temoign p{
    font-size: 1em !important;
}

.modif-block-gl-projet {
    padding-top: 30px;
    padding-bottom: 30px;
}


.modif-block-gl-projet a{
    color: #000;
}

.modif-block-gl-projet img{
    margin: auto;
}


.modif-section-contact {
    background: url(../images/SectionContact_HomePage2560x439.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 30px;
    border-bottom: 5px solid #fad000;
}

.modif-block-gl-contact {
    display: flex;
    align-items: center;
}

.modif-block-gl-contact h3{
    font-weight: bold;
    font-size: 2.2em;
}

/*debut css ajouter par steph Gorebi*/

.modif-block-gl-contact h3 a {
    color: #fff;
}
.block-gl-country address >a {
    color: unset;
}

/*    29-10-2018*/

.bnetd-direction
.modif_section_filariane,
.bnetd-expertise
.modif_section_filariane {
    background: #fff;
    padding-top: 0;
    margin-top: 20px;
}

/*fin css ajouter par steph Gorebi*/


.modif-block-contact-left p{
    font-size: 1.5em !important;
}

.modif_footer_index {
    background: #333132;
    color: #a9a5a4;
    padding-top: 25px;
    padding-bottom: 25px;
}

.modif_footer a{
    color: #a9a5a4;
}


.modif_footer {
    background: #333132;
    color: #a9a5a4;
    padding-top: 25px;
    padding-bottom: 25px;
}

.modif_footer a{
    color: #fff;
}

.modif-content-container-actu img{
    margin: auto;
}

.modif_section_detail-actu{
    /*padding-top: 10px;*/
}

.modif_section_filariane{
    background: #fff;
    padding-top: 20px;
    margin-top: 80px;
}

.modif_section_filariane-ban{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumb {
    padding: 0 0 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color:transparent;
    border-radius: 0;
    font-weight: 700;
}

.breadcrumb > li {
    color: #cecbcb;
    font-weight: lighter
}

.breadcrumb a{
    font-weight: 700;
    color: #002e6d;
}

.modif-block-share-article {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modif-block-share-article p{
    margin-right: 10px;
    color: #002e6d;
    font-size: 20px;

}

.modif-block-share-article span.fa{
    color: #002e6d;
    font-size: 25px;
}

.modif-btn-block {
    margin-top: 35px;
}

.modif-btn-block a.btn-block{
    background: #a9a5a4;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0;
}

.modif_block_gl_comit_execut {
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}


.modif-block-title-lf-img {
    display: flex;
    align-items: baseline;
}

.modif-block-title-lf-img img{
    width: 8%;
}

.modif-block-title-lf-img h2{
    color: #f26f35;
    font-weight: bold;
    margin-left: 15px;
}

.modif_section_icones_illustr_pole {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}


.modif-text-ban-n {
    position: absolute;
    bottom: 10%;
    left: 7%;
    color: #fff;
    font-weight: bold;
    line-height: 42px;
    text-shadow: 1px 2px 1px black;
    max-width: 700px;
}

.circle-icone-etude {
    /*background: #f26f35 url(../images/icone_pole_transport_02.svg) no-repeat center;*/
    background-size: 85px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    width: 150px;
    height: 150px;
}


.circle-icone-etude:hover {
    /*background: #fff url(../images/icone_pole_transport.svg) no-repeat center;*/
    background-size: 85px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    /*width: 120px;
    height: 120px;
    border: 2px solid #f26f35;*/
    cursor: pointer;
}


.circle-icone-trav-infra {
    background: #f26f35 url(../images/icone_pole_transport_02.svg) no-repeat center;
    background-size: 85px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    width: 120px;
    height: 120px;
}


.circle-icone-trav-infra:hover {
    background: #fff url(../images/icone_pole_transport.svg) no-repeat center;
    background-size: 85px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    width: 120px;
    height: 120px;
    border: 2px solid #f26f35;
    cursor: pointer;
}


.circle-icone-envir-energ {
    background: #f26f35 url(../images/icone_pole_transport_02.svg) no-repeat center;
    background-size: 85px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    width: 120px;
    height: 120px;
}


.circle-icone-envir-energ:hover {
    background: #fff url(../images/icone_pole_transport.svg) no-repeat center;
    background-size: 85px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    width: 120px;
    height: 120px;
    border: 2px solid #f26f35;
    cursor: pointer;
}


.circle-icone img {
    margin: auto;
    width: 80%;
}

.content-text-btom-icon-expert {
    color: #f26f35;
    font-weight: 700;
    padding-top: 20px;
    max-width: 250px;
    height: 75px;
    margin: auto;
}

.modif-section-mot-dg-organ {
    background: #171516;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.modif-section-mot-dg-organ p{
    line-height: 28px;
}

.modif-section-mot-dg-organ .text-muted{
    color: #fff;
    font-size: 1em;
    margin-bottom: 25px;
    font-style: italic;
}

.modif_section_detail-organ h2{
    color: #002e6d;
    font-weight: bold;
}


.modif_comit_execut img{
    margin: auto;
}

.modif_comit_execut{
    position: relative;
}

.modif_comit_execut .caption{
    position: absolute;
    bottom: 0;
    left: 3%;
    color: #fff;
    opacity: 0;
    width: 100%;
}


.modif_comit_execut .caption:hover{
    position: absolute;
    bottom: 0;
    left: 10%;
    color: #fff;
    opacity: 1;
    width: 100%;
    cursor: pointer;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}


.modif_comit_execut .caption .text-muted{
    color: #fff;
    font-size: 1em;
}

.modif-content-organigram h2{
    color: #002e6d;
    font-weight: bold;
    margin-bottom: 25px;
}

.modif-content-organigram span{
    color: #002e6d;
    font-weight: bold;
}

.block-signature{
    padding-top: 45px;
}

.block-signature img{
    float: right;
    width: 300px;
}

.block-signature p{
    font-size: 1em !important;
    padding-left: 0;
    text-align: center;
}
.modif-section-mot-dg-organ .col-md-5.col-sm-8.col-xs-12 blockquote {
    font-size: 1em;
}
h2.title-org{
    color: #f26f35;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}

h2.title-blue{
    color: #002e6d;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-another-project{
    margin-top: 35px;
}

.section-another-project .container-fluid{
    /*background: #f1f0f5;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-another-project .container-fluid h2 {
    color: #f26f35;
    font-weight: bold;
    background: #f1f0f5;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 1.4em;
}

.modif-content-another-project{
    padding-top: 50px;
    padding-bottom: 50px;
}

.modif-bg-block-another-projets{
    position: relative;
    background: #f2f2f2;
    padding-right: 10px;
    padding-bottom: 10px;
}

.modof-block-img-another-project p{
    position: relative;
    top: -30px;
    left: 7%;
}

.modif-info-another-projet h3{
    margin-top: 7px;
    color: #002e6d;
    font-weight: bold;
    font-size: 1.3em;
}

.modif-info-another-projet{
    position: relative;
    top: -30px;
    left: 2%;
    color: #002e6d;
    font-weight: 700;
    padding: 15px;
}

.modif-info-another-projet p{
    font-weight: lighter;
}

.modif-info-another-projet span{
    font-weight: lighter;
}

.modif-block-flex-project{
    display: flex;
}

.modif-block-flex-project .col-md-3{
    display: flex;
}

.modif-block-gl-projet-n1 img{
    width: 100%;
}

.modif-block-gl-projet-n1{
    margin-bottom: 35px;
}

.modif-block-gl-projet-n1 .col-md-12{
    display: flex;
}

.bg-gl-block-temoign{
    background: #f5f5f5;
    padding: 20px;
}

.modif-title-jumbotron{
    padding: 20px;
}

.modif-title-jumbotron h3{
    color: #002e6d;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.4em;
}

.text-detail-projet p{
    font-weight: 600;
    font-size: 1.3em;
}

h3.modif-title-detail-projet{
    color: #002e6d;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3.modif-title-detail-projet > p{
    font-weight: 600;
}

.left.fa.fa-arrow-left.btn.btn-success {
    border-radius: 31px;
    padding: 12px 13px;
    background: #002e6d;
    border: inherit;
    margin-left:10px;
}

.right.fa.fa-arrow-right.btn.btn-success {
    border-radius: 31px;
    padding: 12px 13px;
    background: #002e6d;
    border: inherit;
    margin-left:10px;
}


h3.title_projet_carousel{
    color: #002e6d;
}


.modif_head_carousel{
    margin-top: 70px;
}



.modif-content-why-bnetd{
    color: #002e6d;
}

.modif-content-why-bnetd p{
    font-size: 1em !important;
}

.modif-content-why-bnetd span{
    font-weight: 700;
}

.bg-gl-block-why-bnetd{
    background: #fff;
    line-height: 32px;
}

/*DÃ©but css responsive video youtube*/



video{
    width:100%;
    padding-left: 40px;
}


.block-video-why-bnetd{
    /*overflow:hidden;*/
    padding-bottom:56.25%;
    margin-top: 20px;
    position:relative;
    height:0;
}

.block-video-why-bnetd iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.block-video-why-bnetd video{
    width: 100%;
    margin: 0;
    padding: 0;
}



/*Fin css responsive video youtube*/


.block-name-video-why-bnetd{
    position: absolute;
    bottom: -320px;
    background: rgba(218, 222, 223, 0.7);
    width: 100%;
    text-align: center;
    color: #002e6d;
}

.block-name-video-why-bnetd h3{
    font-weight: bold;
}

.modif-section-ns-rejoindre {
    background: #eee;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 280px;
}

.modif-section-ns-rejoindre p{
    font-size: 1.4em !important;
}

.modif-section-ns-rejoindre h2{
    color: #002e6d;
    font-weight: bold;
    text-transform: inherit;
}

.modif-section-ns-rejoindre h2:before {
    content: '';
    width: 3%;
    border-bottom: rgb(250,208,0) solid;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}


.modif-section-ns-rejoindre h2:after {
    content: '';
    width: 3%;
    border-bottom: rgb(250,208,0) solid;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.modif-section-postoffr-candidspont{
    padding-top: 25px;
    padding-bottom: 25px;
}

.modif-section-postoffr-candidspont h2{
    text-transform: inherit;
}

.modif-content-postoffr{
    color: #002e6d;
    padding-right: 35px;
}

.modif-content-postoffr p{
    font-size: 1.4em !important;
}

ul.list-libele-condition{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.4em;
    line-height: 32px;
}

.btn-blue{
    background: #002e6d;
    color: #fff;
    font-size: 1.2em !important;
    border-radius: 30px;
    border-color: #002e6d;
    padding: 0 20px;
}

.block-postuler-carrieres img{
    box-shadow: 11px 11px 0px #fad000;
    margin: auto;
}


.modif-space-row{
    margin-top: 90px;
}

.block-candidature-carrieres img{
    box-shadow: 11px -11px 0px #40c4ea;
    margin: auto;
}

.modif-position-btn-send-carriere{
    text-align: right;
}


.modif-block-gl-doc{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.modif-block-preface-doc{
    padding-right: 0px;
    /*z-index: 9999;*/
}


.modif-block-preface-doc img{
    box-shadow: 1px 2px 12px grey;
    width: 100%;
}


.modif-block-resum-doc {
    background: #f1f0f5;
    padding: 15px 20px;
}

.modif-block-resum-doc h2{
    color: #002e6d;
    font-weight: bold;
    text-transform: inherit;
}

.modif-block-resum-doc h3{
    color: #002e6d;
    font-weight: bold;
}

.modif-block-resum-doc p{
    font-weight: bold;
}

.modif-btn-border-blue{
    background: transparent;
    border: 2px solid #002e6d;
    border-radius: 30px;
    color: #002e6d;
    font-weight: 700;
}

.block-btn-dowload-doc{
    text-align: center;
    margin-top: 10px;
}


.title-blue{
    color: #002e6d;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2.3em;
}

.margin-block{
    margin-top: 35px;
}

.margin-bottom-actu{
    margin-bottom: 15px;
}


.box16{
    position: relative;
    overflow: hidden;
    max-height: 258px;
}

.box16 img{
    width: 100%;
}

.box-content {
  position: absolute;
  bottom: -52px;
  padding: 0 15px;
  background: #eee;
  transition: 0.3s ease-in;
  height: 110px;
  width: 100%;
}

.box-content:hover {
  bottom: 0;
  padding: 15px;
  background: rgba(238, 238, 238, 0.9);
  transition: 0.3s ease-in;
  height: unset;
}

.box-content p{
    opacity: 0;
}

.box-content:hover p{
    opacity: 1;
}

.box-content h3.title {
    line-height: 0.7em !important;
    min-height: 38px;
}

.box-content a{
    color: #002e6d;
    font-weight: 600;
    font-size: 0.6em;
}


.date-post-actu{
    bottom: 0;
    background: #eee;
    padding: 8px;
    color: #002e6d;
    font-weight: 700;
    text-align: right;
}

.date-post-actu span{
    border-right: 3px solid #ffd828;
    padding-right: 10px;
    display: block;
}

span.nbr-img-gal:before{
    content: "("
}


span.nbr-img-gal:after{
    content: ")"
}

span.taxonomie-gal{
    background: #eee;
    padding: 7px 12px;
    border-radius: 30px;
}

.modif-block-gallerie img{
    width: 100%;
}

.modif-block-gallerie h4{
    font-size: 1.1em;
}

.modif-row-title-search-gallerie{
    display: flex;
    align-items: center;
}


.modif-row-title-search-gallerie input.form-control{
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: 96%;
}

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-bnetd {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 3px 2px #ddd;
    border-radius: 0px;
    margin-bottom: 0;
    z-index: 100;
}
.navbar-bnetd .container{
    width: 98%;
    margin-right: 1px;
}
.navbar-bnetd:nth-of-type(2) {
    border-top-width: 1px;
    z-index: 50
}
.navbar-brand>img {
    display: block;
    width: 150px;
}
.navbar-bnetd .navbar-toggle .icon-bar {
    background-color: #002e6d;
}


.navbar-bnetd a.navbar-brand{
    margin-left: -35px !important;
}


.navbar-bnetd .navbar-brand {
    color: #002e6d;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 0  0 0 30px;
}

.navbar-bnetd .navbar-nav > li > a {
    border: 0px solid #002e6d;
    color: rgb(120, 120, 120);
    padding: 15px 14px;
}

.navbar-bnetd .navbar-nav > li > form > .input-group > input,
.navbar-bnetd .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
    border-radius: 0px;
}

.navbar-bnetd .navbar-nav > li:not(.disabled).open > a,
.navbar-bnetd .navbar-nav > li:not(.disabled).active > a,
.navbar-bnetd .navbar-nav > li:not(.disabled) > a:hover,
.navbar-bnetd .navbar-nav > li:not(.disabled) > a:focus {
    border-left-width: 5px;
    color: #002e6d;
    padding-left: 10px;
}
.navbar-bnetd .navbar-nav > li.disabled > a {
    color: rgb(200, 200, 200);
}

.navbar-bnetd .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 220px;
    padding: 0px;
}
.navbar-bnetd .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    left: 0px;
    margin-left: -1px;
    right: auto;
}
.navbar-bnetd .navbar-nav > li > .dropdown-menu > li > a {
    border-left: 0px solid #002e6d;
    color: rgb(120, 120, 120);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    white-space: nowrap;
}
.navbar-bnetd .navbar-nav > li > .dropdown-menu > li.active > a,
.navbar-bnetd .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-bnetd .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: rgb(245, 245, 245);
    border-left-width: 5px;
    padding-left: 15px;
}

.navbar-bnetd .btn-remove-search{
    background: #002e6d;
    border-color: #002e6d;
}

.fa-remove{
    font-size: 1em;
    color: #fff !important;
}

.navbar-bnetd .bnetd-search {
    display: none;
}
.navbar-bnetd .bnetd-search .form-control {
    background-color: rgb(235, 235, 235);
    border-radius: 0px;
    border-width: 0px;
    font-size: 24px;
    padding: 30px 0px 30px 30px;
}
.navbar-bnetd .bnetd-search .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-bnetd .bnetd-search .input-group-btn > .btn {
    padding: 14px 16px;
    border-radius: 0px;
}
.navbar-bnetd .bnetd-search .input-group-btn > .btn.active,
.navbar-bnetd .bnetd-search .input-group-btn > .btn:hover,
.navbar-bnetd .bnetd-search .input-group-btn > .btn:focus {
    padding: 14px 16px 14px 15px;
}
.navbar-bnetd .bnetd-search .input-group-btn > .btn-default {
    background-color: rgb(245, 245, 245);
}
.nav-padding {
    padding-top: 61px;
}

.block-raisons p{
    display: flex;
    align-items: center;
    color: #002e6d;
    font-weight: 700;
    font-size: 1.5em;
}
.block-raisons img{
    margin-right: 20px;
    width: 15%;
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}

#vmap-africa svg g {
    -ms-transform: translate(-250px, 100px); /* IE 9 */
    -webkit-transform: translate(-250px, 100px); /* Safari */
    transform: translate(-250px, 100px);
}
.dhx_diagram {
    /*background: none;*/
    overflow: hidden !important;
    margin: 30px 0;
}

/**
  Contact and career page style
 */
.modif-block-contact{
    color: #002e6d;
}
#link-contact-us {
    display: none;
}
h3.title-block-contact{
    color: #002e6d;
    font-weight: bold;
    border-left: 4px solid #ffd828;
    padding-left: 5px;
    margin-bottom: 20px;
    font-size: 1.3em;
}

.modif-title-bottom-contact{
    margin-bottom: 50px;
    text-transform: inherit;
}

h3.title-block-contact-zfooter1{
    font-weight: bold;
    border-left: 4px solid #ffd828;
    padding-left: 10px;
    margin-bottom: 20px;
}
h3.title-block-contact-zfooter2{
    font-weight: bold;
    border-left: 4px solid #40c4ea;
    padding-left: 10px;
    margin-bottom: 20px;
}
h3.title-block-contact-zfooter3{
    font-weight: bold;
    border-left: 4px solid #002e6d;
    padding-left: 10px;
    margin-bottom: 20px;
}
.modif_section_form-contact{
    margin-top: 25px;
}
.modif-block-fluid-contactfooter{
    background: #383c3f;
    color: #fff;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.modif-block-fluid-contactfooter h3.title-block-contact{
    color: #fff;
}

.libele-form-contact{
    margin-top: 10px;
    margin-bottom: 20px;
}
fieldset
{
    border: 1px solid #e4e9ef !important;
    min-width: 0;
    padding: 10px;
    border-radius:0;
    background-color:#fff;
    padding-left:10px!important;
}

legend
{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom: 0px;
    width:50%;
    border:none;
    /*border-radius: 4px; */
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}


.margin-block-form-alumnis{
    margin-bottom: 20px;
}
input[type="date"]:not(.has-value):after{
    color: lightgray;
    content: attr(placeholder);
}
/**
   End contact page style
 */

/**
  Quality politik page
 */
.block-icon-valeur img{
    width: 30%;
    margin: auto;
}
.block-icon-nos-principes img{
    width: 20%;
    margin: auto;
}
.block-icon-axes-strategiques img{
    width: 36%;
    margin: auto;
}

/**
  Organisation page
 */
.box-dir .icon,.box-dir .title{
    margin:0;
    position:absolute;
}

.box-dir{
    box-shadow:0 0 3px rgba(0,0,0,.3);
    position:relative;
    overflow: hidden;
}

.box-dir img{
    width:100%;
    height:auto;
}

.box-dir .box-content{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    transform:perspective(400px) rotateX(-90deg);
    transform-origin:center top 0;
    transition:all .5s ease 0s;}
.box-dir .icon li a,.box-dir .title{
    font-size:20px;
    color:#fff;
}
.box-dir:hover .box-content{
    opacity:1;
    transform:perspective(400px) rotateX(0);
    display: flex;
    align-items: center;
}

.box-dir .title{
    padding: 0 7px;
    border-radius:5px;
    font-weight:600;
    bottom: 0;left:0;
    right: 0;
    transition:all .9s ease 0s;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
}


.box-dir:hover .title{
    bottom: -70px;
}
.box-dir .icon{
    list-style:none;
    padding:0;
    top:42%;
    left:0;
    right:0;
}

.box-dir .icon li a{
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:50%;
    margin-right:7px;
}

.box-dir .icon li a:hover{
    background:#fff;
    color:#000;
}
@media only screen and (max-width:990px){
    .box-dir{
        margin-bottom:20px;
    }

    .box-dir-mission{
        margin-bottom:20px;
    }
}

.box-dir:hover{
    cursor: pointer;
}

.box-dir:hover>.box-content p {
    opacity: 1;
    color: #fff;
}

.box-dir .box-content{
    padding: 15px;
}

.modif_comit_execut span.text-muted{
    display: block;
    font-weight: lighter;
    color: #fff;
    line-height: 1.3;
    padding: 5px 0 5px;
    font-size: 0.7em;
    font-style: italic;
}

/**
  Mission section style
 */
.modif_icon_mission img{
    width: 25% !important;
    margin: auto;
}
.modif_icon_mission h3{
    color: #000;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
}
.modif_icon_mission{
    box-shadow: inherit;
    -webkit-transition:background 0.3s ease-in;
    -moz-transition:background 0.3s ease-in;
    -o-transition:background 0.3s ease-in;
    -ms-transition:background 0.3s ease-in;
    transition:background 0.5s ease-in;
    border: 1px solid #f5f5f5;
}

.modif_icon_mission:hover{
    cursor: pointer;
    box-shadow: 1px 1px 4px grey;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition:background 0.3s ease-in;
    -o-transition:background 0.3s ease-in;
    -ms-transition:background 0.3s ease-in;
    transition:background 0.5s ease-in;
    border: 1px solid #0091cb;
}

.modif_icon_mission:hover>.box-content p {
    opacity: 1 !important;
    color: #fff !important;
}
.modif_icon_mission .box-content{
    background: #002e6d !important;
    -webkit-transition:background 0.3s ease-in;
    -moz-transition:background 0.3s ease-in;
    -o-transition:background 0.3s ease-in;
    -ms-transition:background 0.3s ease-in;
    transition:background 0.5s ease-in;
}


/*debut css 22 & 23-10-2018*/

/*ajouter cette class dans la row du block*/

.box-dir-mission .icon,.box-dir-mission .title{
    margin:0;
    position:absolute;
}

.box-dir-mission{
    position:relative;
    overflow: hidden;
}

.box-dir-mission img{
    width:100%;
    height:auto;
}

.box-dir-mission .box-content{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    opacity:0;
    position:absolute;
    top: 0;
    left:0;
    /*transform:perspective(400px) rotateX(-90deg);
    transform-origin:center top 0;*/
    transition:background .5s ease 0s;
}

.box-dir-mission .icon li a,.box-dir-mission .title{
    font-size:20px;
    color:#fff;
}

.box-dir-mission:hover .box-content{
    opacity:1;
    /*    transform:perspective(400px) rotateX(0);*/
}

.box-dir-mission:hover .box-content h3{
    color: #fff;
    font-size: 1.4em;
}

.box-dir-mission .title{
    padding:5px 7px;
    border-radius:5px;
    bottom: 0;left:0;
    right: 0;
    transition:all .9s ease 0s;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
    font-size: 1.3em;
}


.box-dir-mission:hover .title{
    bottom:-100px;
}

.box-dir-mission .icon{
    list-style:none;
    padding:0;
    top:42%;
    left:0;
    right:0;
}

.box-dir-mission .icon li a{
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:50%;
    margin-right:7px;
}

.box-dir-mission .icon li a:hover{
    background:#fff;
    color:#000;
}

.box-dir-mission:hover{
    cursor: pointer;
    height: 200px;
}

.box-dir-mission:hover>.box-content p {
    opacity: 1;
    color: #fff;
}

.box-dir-mission .box-content{
    padding: 15px;
}

.modif_section_mission h2{
    color: #002e6d;
}

.modif-section-vision-valeur .row{
    display: flex;
    align-items: center;
}


.modif-block-contact-footer ul li{
    font-size: 0.9em;
}


textarea.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #002e6d;
}
textarea.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #002e6d;
    opacity:  1;
}
textarea.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #002e6d;
    opacity:  1;
}
textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #002e6d;
}



.modif-content-container-expertise{
    text-align: justify;
}

.thumbnail, .img-thumbnail{
    border: none;
}


.first-text-error-404{
    font-size: 4.5em;
    font-weight: bold;
    color: #002e6d;
}

.second-text-error-404{
    font-size: 2em;
    font-weight: bold;
    color: #002e6d;
}

.modif-block-text-error-404{
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}


.modif-block-plan-site a{
    color: #002e6d;
}

ul > li.modif-princip-menu-pl-site > a{
    font-weight: bold;
    color: #002e6d;
}

.modif-content-temoign h4{
    color: #002e6d;
    font-weight: bold;
    text-align: initial;
}



.data-nothing{
    font-size: 1.7em;
    text-align: center;
    color: #002e6d;
    font-weight: bold;
}

.modif-block-mentions-legales{
    color: #002e6d;
}


.modif-block-mentions-legales a{
    color: #002e6d;
    text-decoration: underline;
    font-weight: bold;
}

.margin-bottom-block-mentions-legales{
    margin-bottom: 10em;
}

.modif-content-container-expertise{
    padding-bottom: 50px;
}

.section-bg-gray{
    background: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 30px;
}
/* Fin css 22 & 23-10-2018*/

.bnetd-direction .modif_section_filariane, .bnetd-expertise .modif_section_filariane {
    background: #fff;
    padding-top: 0;
    margin-top: 20px;
}
.box-content strong {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

.content-qualite{
    line-height: 2.3em;
}
section.bnetd-historique {
    padding-left: 3px;
}
blockquote {
    border: none;
    padding-left: 0;
}
.modif-content-postoffr ul.list-libele-condition, .modif-content-postoffr p {
    font-size: 1em !important;
}
.degradee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(23, 21, 22) 10%, rgba(0, 0, 0, 0.0) 50%, rgba(0,0,0,0) 40%);
}
.modif-section-mot-dg-organ .col-md-5.col-sm-8.col-xs-12, .col-md-7.col-sm-4.col-xs-12.modif-position-img {
    padding: 0;
}
.modif-section-mot-dg-organ .col-md-5.col-sm-8.col-xs-12{
    padding-left: 15px;
}
.modif-block-gl-projet.document img{
    position: relative;
}
.modif-header i.fa.fa-twitter {
    color: #278AF5;
}
.modif-header i.fa.fa-youtube-play {
    color: #FF0000;
}
.modif-header i.fa.fa-linkedin{
    color: #0d67b6;
}

a.pull-right.fa.fa-minus-square-o.collapsed:before {
    content: "\f196";
}

.panel.panel-default, .panel-group {
    border-radius: 0;
    background: none;
    border: none;
}
.panel-collapse.collapse.in {
    background: #efefef;
}
.panel-collapse.collapse.in h4 {
    font-size: 1em;
    line-height: 1.4em;
}

h4.panel-title {
    color: #002e6d;
}
body.bnetd >.wrapper {
    min-height: 700px;
}
/*
.tooltip > .tooltip-inner {
    background: #efefef;
    color: #000000;
    padding: 10px;
    font-size: 1em;
}

.pointancrage:after{
    content:attr(data-title);
    position:absolute;
    bottom:100%;
    left:100%;
    color:#000;
    background:#eee;
    padding:5px;
    display:none;
}
.pointancrage:hover:after{display:block;}
*/
.circle-description {
    position: absolute;
    left: 50%;
    width: 4em;
    text-align: center;
    bottom: -40px;
}
#show-historique {
    display: none;
    width: 22em;
    background: #efefef;
    border-radius: 7px;
    box-shadow: 4px 1px 20px grey;
    padding: 10px;
    position: relative;
    left: -100px;
    top: 50px;
    z-index: 999;
}
h4.image-galerie-sub-title {
    margin: 0 0 0 0;
    background: #ddd;
    padding: 10px;
    position: relative;
    top: 0px;
}
.col-md-12.thumb p, .col-md-12.thumb p a, .col-md-12.thumb p a img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
h4#image-gallery-title {
    padding: 0 0 0 15px;
}
section.modif-section-gallerie {
    margin-bottom: 100px;
}
.menu_label {
    position: absolute;
    top: 35px;
    z-index: 900;
    right: 15px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
}
.menuExpanded .menu_label {
    display: none;
}

div#bnetdPopup button.close {
    position: absolute;
    right: 2px;
    top: 0;
    width: 14px;
    cursor: pointer;
    z-index: 2;
}
section.modif_section_search_result div#globalSearchForm input#form_search{
    width: 500px;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
}

section.modif_section_search_result {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 130px;
}
section.modif_section_search_result form.navbar-form.navbar-left {
    padding: 0;
}
header.modif-header button#form_send {
    display: none;
}
header.modif-header .form-group {
    width: 100%;
}
header.modif-header form.navbar-form.navbar-left {
    width: 100% !important;
}
header.modif-header input#form_search {
    width: 100%;
    padding: 22px 20px;
}
select#alumini_country {
    border-radius: 20px;
    padding: 5px 2px;
    color: #003276;
    background: #fff;
    font-weight: bold;
}
.article-details-title {
    color: rgba(0, 46, 108, 1);
    line-height: 26px;
    font-size: 18px;
}
.lastPresident img {
    max-width: 145px;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 0;
}
.lastPresident {
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #EEEEEE;
    position: relative;
    overflow: hidden;
    min-height: 150px;
}
.historiqueLast {
    max-width: 159px;
    vertical-align: top;
    display: inline-block;
    padding: 10px 0 10px 10px;
}
.historiqueLast h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
    color: #002e6d;
    font-weight: bold;
}
.presidents-section {
    margin-top: 70px;
}
.lastPresident:hover .historiqueDscription {
    display: block;
}
.historiqueDscription {
    display: none;
    position: absolute;
    top: 0;
    text-align: justify;
    background: #002e6d;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
}
.historiqueLast p b, .historiqueLast p {
    line-height: 15px;
    font-size: 12px;
    font-style: italic;
    color: #0082ca;
}
p.historique-date {
    font-size: 10px !important;
    color: #002e6d;
}
.message-ancien{
    color: #002e6d;
    font-weight: bold;
}
.row.presidents-section .title-blue {
    margin-bottom: 40px;
}
.col-md-2.search-date label, div#search_project_date {
    display: inline-block;
    margin-right: 10px;
    color: #242f64;
}
select#search_project_date_year, select#search_project_date_month {
    padding: 5px 0;
}
.col-md-2.modif-libele-search-project .checkbox label {
    padding-top: 6px;
}
.col-md-2.modif-libele-search-project .checkbox {
    margin-top: 2px;
}
.col-md-3.search-date label {
    margin-right: 20px;
}
section.section-another-project.search.project {
    min-height: 700px;
}
input#search_project_mois, select#search_project_annee {
    max-width: 140px;
    display: inline-block;
}
.form-group.encours input#search_project_mois {
    display: none;
}


.topnav{
    display: none;
}


/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #002e6d;
    position: fixed;
    top: 64px;
    width: 100%;
    z-index: 100;
}

  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
  }

  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  /* Style the hamburger menu */
  .topnav a.icon {
    background: #002e6d;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* Add a grey background color on mouse-over */
  .topnav a:hover {
  }

  /* Style the active link (or home/logo) */
  /*s.active {
    background-color: #4CAF50;
    color: white;
  }
  */
 /* a.icon {
    float: right;
    margin-right: 20px;
}*/
.topnav a {
    font-size: 2em;
}
.mobilehaschild > a, .mobilemenu > li > a {
    text-transform: uppercase;
}
.mobilesubmenu{
    display: none;
}
section.modif-section-bnetd-chiffre {
    max-width: 830px;
    margin: 0 auto;
}
.modif-block-left-bnetd-chiffre {
    margin-top: 60px;
}
i.fa.fa-linkedin {
    color: #2B4CB7;
}
i.fa.fa-youtube-play {
    color: #FF0000;
}
i.fa.fa-twitter {
    color: #4561F8;
}
i.fa.fa-facebook {
    color: #1F006E;
}
.form-group.encours select#search_project_mois {
    display: none;
}
form[name="alumini"] input[disabled="disabled"] {
    color: #000;
}
.row.modif-block-gl-connexion .modif-block-content-form-connexion div {
    color: red;
}
.modal-body img {
    margin: 0 auto;
}

/* The animation code */
@keyframes anime_menu {
    0% {font-size: 10px;}
    25% {font-size: 15px;}
    50% {font-size: 20px;}
    75% {font-size: 17px;}
    100% {font-size: 14px;}
}

/* The element to apply the animation to */
a.menu_label {
    font-size: 10px;
    animation-name: anime_menu;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
