
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    height: 625px;
    margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    background-image: url(/images/home/main_hall2.jpg);
    height: 625px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 99%; /*contain*/
}
.carousel-inner{
    border-top:1px solid #024C8C;
    border-bottom:1px solid #024C8C;
    height:100%;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    width:100%;
}
.hiddenAnchor{
    display: block;position: relative;top: -70px;visibility: hidden;
}
.carousel-indicators li, .carousel-indicators .active{
    width:100%;
    height:50px;
    cursor: pointer;
    text-align:center;
    text-indent:0px;
    font-size: 28px;
    padding-top: 15px;
    background-color: #0168AE;
    border: 1px solid #294864;
    font-family: 'Cabin', sans-serif;
    line-height: 15px;
}
.carousel-indicators li a{
    color: #ffffff;
    text-decoration:none;
}
.carousel-indicators .activeFix{
    width:100%;
    height:50px;
    cursor: pointer;
    text-align:center;
    border:1px solid #002341;
    background-color:rgba(250,250,250,0.5);
}
.carousel-indicators .activeFix a{
    color:#024C8C;
    text-decoration:none;
}
.carousel-indicators .last{
    padding-top:10px;
}
.carousel-indicators {
    left:6%;
    width: 90%;
    margin-left:0%;
}
.carousel-fade .carousel-inner .item {
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-caption {
    left: 6%;
    top: 6%;
    width:88%;
    height: 25%;
    padding-top:10px;
    text-align: left;
    background-color:rgba(250,250,250,0.5);
    padding-left: 5px;
    text-shadow: none;
    font-weight: bold;
}
.carousel-caption div{
    font-size:18px;color:#294864;
}
.main_title{
    font-family: 'Cabin', sans-serif;text-transform: uppercase; font-weight: bold; color:#024C8C;
}
.main_tile_underline{
    height:4px;width:100%;background-color: #024C8C;margin-top:-10px; margin-bottom:15px;
}
.featurette{
    border-top: 2px solid #0168AE;
}
.featurette-heading{
    font-family: 'Cabin', sans-serif;
    margin-bottom:10px;
    color:#024C8C;
}
.footer{
    background-color: #F2F4F5;border-top: 0px solid #024C8C;padding:20px 0px 5px 0px;width:100%;margin:0px; font-size:12px;
}
.footer-block{
    border-radius:5px; background-color: #fff; border:1px solid #024C8C; padding: 10px 0px;
}
@media (min-width: 768px) {
    .row-lg{
        padding-left:20px;padding-right:20px;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    .filter-input{
        margin-left:10px;
        width:38%;
    }
    .filter-validate{
        margin-left:40%;
    }
    .filter-reset{
        margin-left:20px;
    }

    #item1{
        background-image: url(/images/home/main_hall2_1.jpg);
    }
    #item2{
        background-image: url(/images/home/main_hall2_2.jpg);
    }
    #item3{
        background-image: url(/images/home/main_hall2_3.jpg);
    }
    #item4{
        background-image: url(/images/home/main_hall2_4.jpg);
    }
    .carousel-indicators li{
        width:25%;
        /*height:85px; *//*or any other percentage that would look good*/
        padding-top:15px;
        cursor: pointer;
        text-align:center;
        margin-left:6%;
        text-indent:0px;
        font-size: 21px;
        background-color:#5bc0de;
        color: #ffffff;
        border: 1px solid #294864;
        font-family: 'Cabin', sans-serif; /*'Cabin', sans-serif;*/
        line-height: 20px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        border-radius: 40px;
    }

    .carousel-indicators .last{
        padding-top: 40px;
    }

    .carousel-indicators {
        left:5%;
        width: 90%;
        top:64%;
        margin-left:0%;
        text-align:left;
    }

    .lead{
        font-size:14px;
        text-align: justify;
    }

    .carousel-caption {
        left: 6%;
        top: 20%;
        width:88%;
        height: 11%;
        padding-top:10px;
        text-align: left;
        background-color:rgba(250,250,250,0.5);
        padding-left: 5px;
        text-shadow: none;
        font-weight: bold;
    }

    .carousel-caption div{
        font-size:39px;color:#084477;text-align: center;
    }

    .carousel-caption-sub {
        position:absolute;
        left: 6%;
        top: 45%;
        width:88%;
        height: 8%;
        padding-top:10px;
        text-align: left;
        /*background-color:rgba(250,250,250,0.5);*/
        padding-left: 5px;
        text-shadow: none;
        font-weight: bold;
    }

    .carousel-caption-sub div{
        font-size:20px;color:#000;text-align: center;
    }

    .module_bordered{
        border-right:1px solid #000;
    }
    .module ul, .module_bordered ul{
        min-height: 100px;
    }
}

@media (min-width: 992px) {
    .row-lg{
        padding-left:20px;padding-right:20px;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    .filter-input{
        margin-left:10px;
        width:38%;
    }
    .filter-validate{
        margin-left:40%;
    }
    .filter-reset{
        margin-left:20px;
    }

    #item1{
        background-image: url(/images/home/main_hall2_1.jpg);
    }
    #item2{
        background-image: url(/images/home/main_hall2_2.jpg);
    }
    #item3{
        background-image: url(/images/home/main_hall2_3.jpg);
    }
    #item4{
        background-image: url(/images/home/main_hall2_4.jpg);
    }
    .carousel-indicators li{
        width:27%;
        /*height:85px; *//*or any other percentage that would look good*/
        padding-top:15px;
        cursor: pointer;
        text-align:center;
        margin-left:6%;
        text-indent:0px;
        font-size: 21px;
        background-color:#0d83a7;
        color: #ffffff;
        border: 1px solid #294864;
        font-family: 'Cabin', sans-serif; /*'Cabin', sans-serif;*/
        line-height: 20px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        border-radius: 40px;
    }

    .carousel-indicators .last{
        padding-top: 40px;
    }

    .carousel-indicators {
        left:5%;
        width: 90%;
        top:64%;
        margin-left:0%;
        text-align:left;
    }

    .lead{
        font-size:14px;
        text-align: justify;
    }

    .carousel-caption {
        left: 5%;
        top: 20%;
        width:90%;
        height: 11%;
        padding-top:10px;
        text-align: left;
        background-color:rgba(250,250,250,0.5);
        padding-left: 5px;
        text-shadow: none;
        font-weight: bold;
    }

    .carousel-caption div{
        font-size:38px;color:#052f52;text-align: center;
    }

    .carousel-caption-sub {
        position:absolute;
        left: 5%;
        top: 45%;
        width:90%;
        height: 8%;
        padding-top:10px;
        text-align: left;
        /*background-color:rgba(250,250,250,0.5);*/
        padding-left: 5px;
        text-shadow: none;
        font-weight: bold;
    }

    .carousel-caption-sub div{
        font-size:18px;color:#000;text-align: center;
    }

    .module_bordered{
        border-right:1px solid #000;
    }
    .module ul, .module_bordered ul{
        min-height: 100px;
    }
}



/* --------------------------------------------------- Edit Sébastien 18-09-2019 */
button.navbar-toggle {
    background-color: #078bcc !important;
}

.navbar-toggle {
    background-color: #078bcc !important;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.visible-mobile {
    display: none;
}

.btn-info {
    position: absolute;
    left: 20px;
    top: 110px;
    border: 0 !important;
    font-size: 15px !important;
}

.btn-default {
    color: #fff !important;
    background-color: #37b5aa !important;
    border-color: #37b5aa !important;
}

.call2actions {
    /* padding-top: 180px; */
    margin-bottom: 40px;
}

.call2actions a {
    /*margin-top:180px;*/
    min-width:280px;

}


.job-list .row {
    padding-top:10px;
    padding-bottom:10px;
}


.job-list .row:nth-child(even)  {
    background-color:#eaeaea;
}

/* Media Query mobile*/

@media (max-width: 768px) and (min-width: 300px) {
    /* Media Query mobile image de l'écran accueil */
    div#top-container {

    }
}


@media (max-width: 450px) and (min-width: 300px) {
    .visible-desktop {
        display: none;
    }

    .visible-mobile {
        display: inline-block !important;
        padding-top: 40px;
    }

    .call2actions {
        padding-top: 40px;
    }

    .call2actions a {
        /*margin-top:180px;*/
        min-width:220px;
        margin-left:0 !important;
        margin-top:10px;

    }

    .news-list img {
        width: 100%;
        height: auto !important;
    }


    .navbar-collapse.collapse.in .navbar-toggle {
        display:none !important;
    }

}