/**************/
/*   COLORS     */
/**************/

/*
Dark blue : #073b73
Tern blue : #034e84
Dark blue text : #0c3f75;
Tern blue textor : #1a5a9e;
Text      : #333
Light blue : #3890cc
Light text : #666
xLight text : #555
Light grey : #eee
Light Green : #24ca8f
Flat red : #f44954
*/


/**************/
/*   FONTS     */
/**************/

@import "https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400";

html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body{
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    color:#333;
}

img, object{
    max-width: 100%;
}

img{
    height: auto!important;
}

object{
    display: block;
}

a, button, input[type="submit"]{
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover, a:focus{
    color: inherit;
}

.hidden{
    display: none;
}

.clear{
    clear:both;
}

/****************************/
/*   ELEMENTS STRUCTURANT   */
/****************************/

#main-content{
    margin-top: 45px;
    margin-bottom: 45px;
}

#sidebar .menu{
    padding: 15px;
    background: #eee;
}

#page-content{
    background: #fff;
}

#page-content > .row{
    margin-top: 45px;
    margin-bottom: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

/****************************/
/*          SIDEBAR         */
/****************************/

#sidebar .menu > li {
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
}

#sidebar .menu > li > ul > li{
    padding: 5px 0;
    font-size: .9em;
    text-transform: none;
}

#sidebar .menu > li > ul > li a:before{
    content: "\25B6";
    font-size: 0.6em;
    padding-right: 10px;
}

#sidebar li, #sidebar a{
    color: #555;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active, #sidebar li.active > a, #sidebar li.active{
    color: #f44954;
    text-decoration: none;
}

#sidebar .section-expander{
    display: block;
    padding-right: 20px;
    position: relative;
}

#sidebar .section-expander .fa{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

#sidebar .section-expander{
    display: block;
    padding-right: 20px;
    position: relative;
}

#sidebar .section-to-expand {
    padding-left: 10px;
}

#home-link{
    display: block;
    margin-bottom: 15px;
}

#sidebar img{
    display: block;
    margin: 0 auto;
}

/****************************/
/*   ELEMENTS DE CONTENU    */
/****************************/

/*PAGE TITLE*/

.page-title, h1, .h1{
    color: #0c3f75;
}

.h2, h2{
    font-size: 25px;
    color : #1a5a9e;
}

.h3, h3{
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color : #3890cc;
    text-transform: uppercase;
}

/*LISTES*/

#page-content ul li::before{
    content: '\f061';
    font-family: 'FontAwesome';
    margin-right: 15px;
    color: #f44954;
}

#page-content ul{
    list-style-type: none!important;
    padding-left: 15px;
}

/*TEXT*/

.ref {
    color: #dc8620;
    text-decoration: none;
}

.block-title{
    margin-top: 0;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color:#f44954;
    position: relative;
}

.block-title.with-icon{
    padding-left: 40px;
}

.block-title .fa{
    position: absolute;
    left: 0;
    top:25%;
}

.block-title, .block-title a{
    color:#f44954;
}

aside .block-title{
    color: #3890cc;
}

article .block-title{
    color: #3890cc;
}

/*Haut de page centré verticallement*/

.entete-page-middle{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*MORE LINK*/

.more-container{
    text-align: right;
    margin: 15px 0;
}

.more, .pdf, .spec-more{
    font-weight: 700;
    color: #f44954;
    display: block;
    margin: 15px 0;
}

.more:hover, .more:focus, .pdf:hover, .pdf:focus, .spec-more:hover, .spec-more:focus{
    color: #f44954;
}

aside .spec-more .fa, aside .spec-more{
    color: #3890cc;
}

aside .spec-more:hover, aside .spec-more:focus{
    color: #3890cc;
}

/* more section */


.more-section > a > div{
    background: #3890cc;
    text-align: center;
    color: #fff;
    padding: 15px;
    min-height: 200px;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.more-section .title{
    color: #fff;
}

.more-section > a:nth-child(even) > div{
    background: #034e84;
}

.more-section > a:hover, .more-section > a:focus{
    text-decoration: none;
}

.more-section > a:hover > div, .more-section > a:focus > div, .more-section > a:first-child + a:hover > div, .more-section > a:first-child + a:focus > div{
    background: #f44954;
}

.more-section > a > div .title{
    text-transform: uppercase;
    font-size: 20px;
}

.more-section > a > div .fa{
    font-size: 25px;
}


/*ACCORDION*/

.section-expander{
    cursor: pointer;
}

.section-to-expand{
    display: none;
   /* padding: 15px 0;*/
}


/* col-md-4 lists*/

.col4-list-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col4-list-container > *{
    border-right: 1px solid #eee;
}

.col4-list-container > *:nth-child(3n){
    border-right: none;
}

/*CAROUSEL*/

.carousel-control.left,.carousel-control.right{
    background-image: none;
}

.carousel-control.left{
    left:15px;
}

.carousel-control.right{
    right:15px;
}

.carousel-control{
    width: 15px;
    font-size: 20px;
    color: #F44955;
    opacity: .6;
    text-shadow: none;
}

.carousel-control:focus{
    color: #F44955;
    opacity: .6;
}

.carousel-control:hover {
    color: #F44955;
    opacity: 1;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    width: 15px;
    height: 15px;
    font-size: 20px;
}

.carousel.text-carousel{
    background: url("../img/subtle_dots_@2X.png") repeat;
    padding: 15px 45px;
}

.carousel.text-carousel .carousel-inner{
    padding: 15px 0;
    background: rgba(255,255,255,0.5);
}

.carousel .title{
   font-size: 14px;
}

.carousel .title a{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    color: #333;
}

.carousel .title a:hover, .carousel .title a:focus, .carousel .title a:active{
    text-decoration: underline;
}

.carousel .excerpt{
    font-size: .9em;
}

.carousel .pubdate{
    color: #f44954;
}

.carousel .thumb{
    margin-bottom: 15px;
    display: block;
}

.thumb-carousel ul {
    padding-left: 0;
}

.thumb-carousel li{
    list-style-type: none;
    text-align: center;
}

.thumb-carousel li:before{
   display: none;
}

/* TABLEAUX */

.table-striped{
    width: 100%;
}

.table-striped td, .table-striped th{
    padding: 10px;
}

.table-striped th {
    text-transform: uppercase;
    color:#555;
    font-size: .9em;
}

.table-striped td{
    font-size: .95em;
}

/*TOOLTIP*/

.tools-menu a {
    display: block;
    height:25px;
    font-size: 14px;
    margin: 15px 0 15px auto;
}
.tools-menu i {
    margin-right: 10px;
    font-size: 25px;
}

/****************************/
/*           HOME           */
/****************************/

#banner-carousel{
    height: 400px;
    overflow: hidden;
}

#banner-carousel .carousel-inner{
    top:-40%;
}

#banner-carousel img{
   width: 100%;
}

#page-content .row.find-formation{
    margin-top: 0;
    padding-bottom: 0;
}

.find-formation{
    position: relative;
    min-height: 358px;
}

.formationClose{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    margin: 0;
}

.text-anim{
    padding-top:30px;
    position: relative;
}

.flash-container{
    position: absolute;
    right: -1px;
    bottom: 0;
}

.formations-sections aside .block-title, .formations-sections aside .spec-more .fa, .formations-sections aside .spec-more{
    color:#034e84;
}

#centre-carousel{
    margin-top: 15px;
}



.catalogues-section .thumbnail{
    border: none;
    background: none;
}

/****************************/
/*         ÉQUIPE           */
/****************************/

.team-mail, .team-mail:hover, .team-mail:focus{
    color: #3890cc;
}


/****************************/
/*       FORMATIONS         */
/****************************/

.catalogues_formations{
    background: url("../img/subtle_dots_@2X.png") repeat;
}

.catalogues_formations .h3{
    color: #f44954;
}

.catalogues_formations ul{
    padding-left: 0;
}

.catalogues_formations li::before{
    display: none;
}

.rubrique-8 .more-section > a > div{
    min-height: 130px;
}


/****************************/
/*       LIVRE D'OR         */
/****************************/

.row.temoignages{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 991px) {

    .container {
        width: inherit;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -60%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -60%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 60%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 60%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 60%; /* 6 columns */
    }
}

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

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -80%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -80%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 80%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 80%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 80%; /* 6 columns */
    }

    [class*='col-sm']:not(label){
        margin-bottom: 30px;
    }

    #page-content .row > [class*='col-sm']:last-child{
        margin-bottom: 0;
    }

    .col4-list-container > *{
        border-right: none;
    }

    .more-section > a{
        display: block;
    }

    .more-section > a > div{
        text-align: left;
        min-height: inherit;
    }

    .more-section > a .title, .more-section > a .fa{
        display: inline-block;
        vertical-align: middle;
    }

    .more-section > a .fa{
        margin-right: 15px;
    }

    .form-inline{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /****************************/
    /*           HOME           */
    /****************************/

    #banner-carousel .carousel-inner{
        top:0;
    }

    .flash-container{
        position: relative;
    }

    .flash-container object{
        margin: 0 auto;
    }


}

@media screen and (max-width: 479px) {
    #banner-carousel{
        height: auto;
    }

    .thumb-carousel li {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
}

#rech_periode {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

#pageTemoignage .blanc .temoignages {
    background-color: #00adee;
    color: #fff;
}

#pageTemoignage .bleu .temoignages {
    background-color: #f7f7f7;
    color: #333;
}

#pageTemoignage article {
    text-align: center;
    margin-bottom: 25px;
}

#pageTemoignage article .temoignages {
    padding: 5px;
    min-height: 175px;
}

#pageTemoignage .temoignages .chpsujet {
    height: 105px;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#pageTemoignage .temoignages .sujet {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
}

#pageTemoignage .temoignages .chptemoigneur {
    min-height: 15px;
    margin-top: 10px;
}

#pageTemoignage .temoignages .chptemoigneur .temoigneuralign {
    display: inline-block;
    margin: 0 auto;
}

#pageTemoignage .temoignages .temoigneur, .temoignages .organisme, .temoignages .pays {
    font-style: italic;
    font-size: 10px;
}

#pageTemoignage .temoignages .chporganisme {
    min-height: 30px;
    clear: left;
}

#pageTemoignage .temoignages .chpprofil .profil {
    font-size: 12px;
}

#pageTemoignage .temoignages .plus {
    text-align: right;
}

#lang_dropdown_form_language {
    display: none;
}