 /* ************* STYLE GLOBAL ************/
.container_page_blanc {
  margin-right: auto;
  margin-left: auto;

  background-color:#fff;
 /* width: 1360px; */
  width: 1500px;
  min-height: 1000px;
}

.container_fenetre {
  width: 100%;
  max-width:none;
  background-color: rgba(158, 192, 57, 0.3); /* vert;*/
}

.container_nav {
  padding-right: 0px;
  padding-left: 0px;
  
  margin-right: auto;
  margin-left: auto;

  width: 100%;
  max-width: 1050px;
  background-image: url("../img/interface/bulles.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  /*
    important pour garder la couleur 
    du bandeau de fond de container_fenetre 
*/
  background-color:#fff;
}

.bloc_langues {
  float: right;
  margin-right:19%;
  line-height: 0.7em;
}

.container_fenetre_pied {
  margin-right: auto;
  margin-left: auto;

  background-color:#6593B0;  /* vert;*/

  height: 65px;
}


.container_pied {
  margin-right: auto;
  margin-left: auto;

  width: 100%;
  max-width: 900px;
  /*
  important pour garder la couleur 
  du bandeau de fond de container_fenetre 
  */
}

footer {
    background-color: rgba(0, 77, 125, 0.5); /* bleu;*/
}

.carte {
    margin-top:30px;
    margin-left: -15px;

    min-height: 350px;
    max-width: 900px;
}

.video {
  font-size: 2em;
}

.espace_plan {
  float:left;
  width:auto;
  height:40px;
}

.drapeau {
  padding-left: 20px;
  text-align:left;
}

/**************** DRAPEAUX *******************/
.drapeau_fr {
  background-image: url("../img/interface/fr.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
  text-align:center;
}

.drapeau_fr_passif {
  background-image: url("../img/interface/fr.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
  text-align:center;
  color: rgba(0, 0, 0, 1);
}

.drapeau_al {
  background-image: url("../img/interface/de.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
  text-align:center;
}

.drapeau_al_passif {
  background-image: url("../img/interface/de.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
  text-align:center;
  color: rgba(0, 0, 0, 1);
}

.drapeau_it {
  background-image: url("../img/interface/it.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
  text-align:center;
}

.drapeau_it_passif {
  background-image: url("../img/interface/it.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
  text-align:center;
  color: rgba(0, 0, 0, 1);
}
/**************** FIN DRAPEAUX *******************/

.img-drapeau {
  max-width: 100%;
  height: auto;
}

.col_une_equipe {
    padding: 20px;
    height: 1000px;
}

.espace_equipe {
  width:auto;
  height:50px;
}

.espace_equipe_ap {
  width: auto;
  height:40px; 
}

.equipe-liste {
  padding: 15px;
  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
}

.colonne-centree {
  text-align: left;
}

.equipe-liste img {
  display: block;
  border-radius: 100px;
  
  width: 300px;
  height: auto;
}

.img_equipe {
  margin: 0px;
  padding-top: 8px;
  min-width: 120%;
  height: auto;
  text-align: center;
}

.equipe-liste h4 {
  font-size: 1.3em;
  line-height: 1em;
}

.equipe-liste p {
  margin: 0px;
  font-size: 1.2em;
  line-height: 1.3em;
}

.mail {
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 2em;
}

.fonction {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #999;
}

.espace_avant_footer {
    float:left;
    background-color:#fff;
    width:auto;
    height:70px;    
}

.espace_dans_footer {
    width:auto;
    height:40px; 
}

.espace_av_menu {
    /*background-color:#fff;*/
    width:auto;
    height:20px;
}

.espace_apres_menu {
    /*background-color:#fff;*/
    width:auto;
    height:0px;    
}

/* CSS contact Texte contact */
.texte_contact {
  padding-left: 0px;
  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  font-weight: 200;
  font-size: 1.1em;
  color: #666;
  width: 100%;
}

.texte_bold_contact {
    padding-top: 15px;
    padding-left: 0px;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight: bold;
    font-size: 1.1em;
    color: #666;
    width: 100%;
}

.espace_contact_av {
  width: 100%;
  max-width:none;
  background-color:#fff;
  height:40px; 
}

.espace_contact_ap {
  width: 100%;
  max-width:none;
  background-color:#fff;
  height:80px; 
}

/* Texte général site */
.titre {
    margin-top: 58px;
    padding-right:  0px;
    font-family: 'Raleway', sans-serif;
    text-align: right;
    font-size:34px;
    font-weight: 100;
    line-height: 1.15em;
    color: rgba(0, 77, 125, 0.5); /* bleu;*/ 
    width: auto;
    clear :both;
}

.puce {
    font-size: 42px;
    color: rgba(158, 192, 57, 0.7); /* vert;*/
}

.espace_nav_accordeon {
  width: 100%;
  height:40px; 
  clear: both;
}

.alignement {
    text-align: center;
}

.logo {
    padding-left: 15px;
    padding-top: 15px;
    width: 220px;
    height: auto;
}

.catalogue {
  /*color: rgba(0, 77, 125, 1); /* bleu;*/
  color: rgba(132,2,15, 1); /* rouge foncé */
}


/********** CSS page qui sommes-nous (page index.php dans view) ************/
.texte {
    padding-top: 15px;
    padding-right:  0px;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight: 200;
    font-size: 1.2em;
    color: #666;
    width: 100%;
    background-color: #fff;

    clear :both;
}

.annee {
  color: rgba(0, 77, 125, 1); /* bleu;*/
}

.texte_ital_bold {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;

    text-align:right;
    font-weight: 500;
    font-size: 1.10em;
    font-style: italic;
    color: #666;
}

/* bouton page accueil et notre histoire */
.btn-savoir-plus {
  text-align: right;
  padding-top: 20px;
  font-size: 13px;
}

/* PAGE ACCUEIL */
.ei-title {
  max-height: 2.5em;
}

.ei-title > .legende {
  padding-left: 0.5em;
  padding-right: 3em;
  text-align: left;
  font-size: 1.5em;
}

.contenu-intro {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;

  background-color: #fff;

  font-size: 1.4em;
  text-align: left;

  max-width: 80%;

  min-height: 505px;
}

.texte_intro {
    padding-top: 1em;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1.5em;
    font-weight: 500;
    font-style: italic;
    color: #666;
}

.innovation {
  display:inline-block;
  margin-top: 2em;
  font-size: 1em;
}

.texte_innovation {
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;

    line-height: 1.5em;
    text-align: left;
    color: rgba(0, 77, 125, 0.6); /* bleu;*/  
}

.texte_innovation h3 {
    padding-top: 15px;
    padding-right:  0px;
    padding-left: 28px;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 100%;
    background-color: transparent;

    clear :both;
}

.btn-primary {
  color: #fff;
  /*background-color: rgba(158, 192, 57, 0.8); /* vert;*/
  background-color: rgba(0, 77, 125, 0.7); /* bleu;*/
  border-color: rgba(0, 77, 125, .7); /* bleu;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgba(0, 77, 125, .8); /* bleu;*/
  border-color: rgba(0, 77, 125, .8); /* bleu;*/
}

.aligne-droite {
  text-align: right;
}

/***************/


/********** CSS page notre histoire ************/
.texte_historique {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 0px;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight: 200;
    font-size: 1.1em;
    width: 100%;
}

.annee_bold {
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.texte_bold {
    padding-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight: 900;
    font-size: 1.3em;
}


/********** CSS pied de page logos partenaires ************/
.espace_ligne {
  margin-top: 5px;
  margin-bottom: 5px;
}

.texte_partenaire {
    padding-top: 5px;
    padding-left: 17px;
    text-align:left;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
}

.texte_copy {
    padding-top: 5px;
    margin-left: 0px;
    text-align:center;
    font-weight: 500;
    line-height: 2em;
    font-size: 9px;
    color: #000;
}

.texte_plan {
    padding-right: 35px;
    text-align:right;
    font-weight: 700;
    line-height: 2em;
    color: #fff;
}

.img_part {
  padding: 0px;
  padding-right: 8px;
  max-width: 100%;
  height: auto;
}

/* MODIFICATION PARTENAIRE UNIQUEMENT "QUI SOMMES-NOUS?"*/
/* PAS DE CHANGEMENT SAUF AU NIVEAU MOBILE */
.texte_partenaire_qui {
    padding-top: 5px;
    padding-left: 17px;
    text-align:left;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
}

.texte_copy_qui {
    padding-top: 5px;
    margin-left: 0px;
    text-align:center;
    font-weight: 500;
    line-height: 2em;
    font-size: 9px;
    color: #000;
}

.texte_plan_qui {
    padding-right: 35px;
    text-align:right;
    font-weight: 700;
    line-height: 2em;
    color: #fff;
}
.texte_plan_qui a {
  color: #fff;
}

.img_part_qui {
  padding: 0px;
  padding-right: 8px;
  max-width: 100%;
  height: auto;
}
/* FIN MODIFICATION */

.texte_plan a {
  color: #fff;
}

.texte_plan a:hover {
    color: #333;
}

img {
    text-align:left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 100%;
    height: auto;
}

.img_metier {
  border: 2px solid #fff;
}

a {
  color: rgba(0, 77, 125, 0.7); /* bleu;*/
  text-decoration: none;
}

a:hover {
  color: rgba(0, 77, 125, 1); /* bleu;*/
  text-decoration: none;
}

.ligne_verte {
    border-top: 1px solid #9EC039; /*vert*/
    padding-bottom: 30px;
}

.ligne_bleue {
    float: right;
    margin-right: 0px;
    border-top: 1px solid;
    border-color: rgba(0, 77, 125, 0.5); /* bleu;*/
    min-width: 100%;
}

/************** Modification de Bootstrap ************/

#contenu-page {
  display: block;
  position: relative;

  max-width: 900px;
  min-height:710px;

  background-image: url("../img/interface/bulles.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;


  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
}


/******************* NAVBAR ***************************/
.navbar {
    margin-top: 15px;

    padding-top: 0px;
    margin-bottom: 25px;
    padding-left: 10px;

    background-color: transparent;

    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing: 0.02em;
}

.navbar-collapse {
    background-color: transparent;
}

.navbar-brand {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 900;
}

.navbar-header .navbar-brand {
    color: white;
}

/******** navbar toggle ***********/
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(0, 77, 125, 0.5); /* bleu;*/
}

.navbar-default .navbar-toggle {
  border-color: rgba(158, 192, 57, 0); /* vert;*/
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(158, 192, 57, 0.4); /* vert;*/
}


.navbar-default .navbar-nav > li > a {
    color: rgba(0, 77, 125, 0.7); /* bleu;*/
    font-weight: 700;
    font-size: 1.05em;
    padding-right: 5px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: rgba(158, 192, 57, 1); /* vert;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: rgba(158, 192, 57, 1); /* vert;*/
}

.navbar-default {
    background-color: rgba(158, 192, 57, 0.3); /* vert;*/
    border-color: transparent;
    text-align: center;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: rgba(0, 77, 125, 1); /* bleu;*/
  background-color: rgba(158, 192, 57, 0); /* vert;*/
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: rgba(0, 77, 125, 1); /* bleu;*/
    background-color: rgba(158, 192, 57, 0); /* vert;*/
}
 /*********** FIN STYLE GLOBAL ************/

/**** pour les ordinateurs portables *****/
@media screen and (min-width: 800px) and (max-width: 1024px) {

.contenu-intro {
  max-width: 90%;
}
.ei-title > .legende {
  padding-left: 1em;
  text-align: left;
  font-size: 1.1em;
}
}


/****,  pour les ordinateurs portables *****/
@media screen and (min-width: 1280px) and (max-width: 1366px) {

.container_page_blanc {
  width: 1200px;
}

#contenu-page {
  min-height:400px;
}

.bloc_langues {
  margin-right:11%;
}

.ei-title > .legende {
  padding-left: 1em;
  text-align: left;
  font-size: 1.3em;
}
}

@media screen and (min-width: 810px) and (max-width: 1270px) {
  /******** barre de menu **********/
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
}

.container_page_blanc {
  width: 1200px;
}

#contenu-page {
  min-height:400px;
}

.bloc_langues {
  margin-right:11%;
}

.ei-title > .legende {
  padding-left: 1em;
  text-align: left;
  font-size: 1.3em;
}

.espace_equipe {
  width:900px;
  height:20px;
}
}



/* TABLETTES PORTRAIT  OK le 31-01 */
@media screen and (min-width: 610px) and (max-width: 800px) {

.container_nav {
  margin-top: 1.5em;
}

.container_page_blanc {
  width: 800px;
}

.container {
  width: 100%;
}

.navbar {
  margin-top: 15px;
  padding-left: 0px;
  letter-spacing: 0em;
}

.navbar-default .navbar-nav > li > a {
  font-size: 9.5px;
  text-align: left;
  color: rgba(0, 77, 125, 0.8); /* bleu;*/
  padding-right: 0px;
}

#contenu-page {
  padding-right: 20px;
  padding-left: 20px;
}

.contenu-intro {
  max-width: 80%;
}

.texte_intro {
  font-size: .8em;
}

.texte_competence {
  font-size: .8em;
}

.texte_innovation {
  font-size: .8em;
}

.bloc_langues {
  margin-top: 5px;
  margin-right:20%;
}

.ei-title > .legende {
  padding-top: 0.3em;
  padding-left: 1em;
  padding-right: 3em;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.3em;
}

.container_fenetre_pied {
  height: 60px;
}

.titre {
  margin-top: 23px;
  padding-right: 0px;
  font-size:28px;
}

.puce {
    font-size: 28px;
    color: rgba(158, 192, 57, 0.7); /* vert;*/
}

.ligne_bleue {
  margin-bottom: 5px;
  clear: both;
}

.texte {
    padding-left: 20px;
}

.texte_bold {
    border-bottom: 1px solid ;
    border-color: rgba(0, 77, 125, 0.5); /* bleu;*/ 
}

.texte_ital_bold {
    padding-left: 10px;
    text-align:left;
}

.texte_ital_accueil {
    padding-right: 0px;
    margin-left: 0px;
    font-size: 1.2em;
    text-align:right;
}

.logo {
    padding-bottom: 0px;
    padding-left: 15px;
    width: auto;
    height: auto;
}

.alignement{
    text-align:center;
}

/* PARTENAIRES */
.texte_partenaire {
  padding-top: 5px;
  padding-left: 35px;
  text-align:left;
  font-size: 0.7em;
}

.texte_plan {
  padding-top: 5px;
  padding-right: 40px;
  font-size: 0.7em;
}

.texte_copy {
    font-size: 0.6em;
}

.img_part {
    padding-left: 15px;
    padding-right: 5px;
    width: 11.7%;
}
/* FIN PARTENAIRES */

/* MODIFICATION PARTENAIRE UNIQUEMENT "QUI SOMMES-NOUS?"*/
/* PAS DE CHANGEMENT SAUF AU NIVEAU MOBILE */
.texte_partenaire_qui {
  padding-top: 5px;
  padding-left: 35px;
  text-align:left;
  font-size: 0.7em;
}

.texte_plan_qui {
  padding-top: 5px;
  padding-right: 40px;
  font-size: 0.7em;
}

.texte_copy_qui {
    font-size: 0.6em;
}

.img_part_qui {
    padding-left: 15px;
    padding-right: 5px;
    width: 11.7%;
}
/* FIN MODIFICATION

/*********** EQUIPE *************/
.espace_equipe {
  height:0px;
}

.equipe-liste {
  margin-left: 0em;
  margin-right: 0em;
  background-color: #fefefe;
}

.equipe-liste .col-sm-6 {
  margin-left: 0px;
  text-align: center;
  min-width: 100%;
}

.equipe-liste .col-sm-6 img {
  text-align: center;
  margin: auto;
  width: 100px;
  height: 100px;
}
}


/* TABLETTES PAYSAGE  OK le 31-01 */
@media screen and (min-width: 810px) and (max-width: 1024px) {
.container_nav {
  margin-top: 1.5em;
}

.container_page_blanc {
  width: 1024px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    color: rgba(0, 77, 125, 0.8); /* bleu;*/
    padding-right: 5px;
}

.contenu-intro {
  max-width: 85%;
}

.texte_intro {
  font-size: 1em;
}

.texte_competence {
  font-size: 1em;
}

.texte_innovation {
  font-size: 1em;
  margin-bottom: 20px;
}

.bloc_langues {
  margin-right:7%;
}

.ei-title > .legende {
  padding-left: 1em;
  text-align: left;
  font-size: 1.4em;
}

.espace_nav_accordeon {
  height:10px; 
}

.container_fenetre_pied {
  height: 70px;
}

/* PARTENAIRES */
.texte_partenaire {
  padding-top: 5px;
  padding-left: 20px;
  text-align:left;
  font-size: 0.7em;
}

.texte_plan {
  padding-top: 5px;
  padding-right: 35px;
  font-size: 0.7em;
}

.texte_copy {
    font-size: 0.6em;
}
/* FIN PARTENAIRES */

/* MODIFICATION PARTENAIRE UNIQUEMENT "QUI SOMMES-NOUS?"*/
/* PAS DE CHANGEMENT SAUF AU NIVEAU MOBILE */
.texte_partenaire_qui {
  padding-top: 5px;
  padding-left: 20px;
  text-align:left;
  font-size: 0.7em;
}

.texte_plan_qui {
  padding-top: 5px;
  padding-right: 35px;
  font-size: 0.7em;
}

.texte_copy_qui {
    font-size: 0.6em;
}
/* FIN MODIFICATION */

.titre {
    margin-top: 65px;
    margin-left: 50px;
    margin-right: 0px;
    font-size:32px;
    text-align:right;
  }

.puce {
    font-size: 32px;
    color: rgba(158, 192, 57, 0.7); /* vert;*/
}

.texte {
    padding-left: 20px;
    width: 100%;
}

.texte_bold {
    border-bottom: 1px solid ;
    border-color: rgba(0, 77, 125, 0.5); /* bleu;*/ 
}

.texte_ital_bold {
    padding-left: 10px;
    text-align:left;
}

.texte_ital_accueil {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1.2em;
    text-align:right;
}

.logo {
    padding-left: 15px;
    padding-bottom: 0px;
    width: auto;
    height: auto;
}

.alignement{
    text-align:center;
}

.equipe-liste {
  margin-left: 25px;
  background-color: #fefefe;
  height: 100%;
}
}

/* MOBILES PAYSAGE */
@media screen and (min-width: 410px) and (max-width: 600px) {

.container_nav {
  margin-top: 1.5em;
  max-width: 600px;
}

.container_page_blanc {
  width: 600px;
}

.ei-slider {
  width: 600px;
}

.container {
  border: 0px solid #fff;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* gestion des espaces dans le menu */
.navbar-default .navbar-nav > li > a {
    padding:0px;
    margin: 0px;
    line-height: 2em;
}

.dropdown-menu .divider {
  display: none;
}
/******* fin gestion des espaces *******/


.navbar-default {
    background-color: rgba(158, 192, 57, 0.3); /* vert;*/
    border-color: transparent;
    text-align:left;
}
    .navbar-default .navbar-nav > li > a {
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    color: rgba(0, 77, 125, 0.8); /* bleu;*/
    /*background-color: rgba(0, 77, 125, 0.2); /* bleu;*/
    padding-right: 5px;
}

.navbar-toggle {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    background-color: transparent;

}
.navbar-header {
    float: left;
 }

 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: rgba(0, 77, 125, 1); /* bleu;*/
    background-color: rgba(158, 192, 57, 0); /* vert;*/
    padding-left: 0px;
    text-align: left;
}

.bloc_langues,
.bloc_langues  > .active > a,
.bloc_langues  > .active > a:hover,
.bloc_langues  > .active > a:focus {
  display: inline-block;
  margin-top: 0.3em;
  padding-right:0%;
}

#contenu-page {
  padding-right: 50px;
  padding-left: 20px;
  background-image: none;
}

.titre {
    margin-left: 20px;
    font-size:32px;
    margin-top: 30px;
    text-align:left;
  }

.puce {
    font-size: 32px;
    color: rgba(158, 192, 57, 0.7); /* vert;*/
}

.logo {
    padding-left: 30px;
}

.espace_nav_accordeon {
  height:0px; 
}


/********** CSS accueil ************/
.contenu-intro {
  max-width: 70%;
}

.texte_intro {
  font-size: .8em;
}

.texte_competence {
  font-size: .8em;
}

.texte_innovation {
  font-size: .8em;
}

.texte_innovation h3 {
  font-size: 2.5em;
  text-align: left;
}

.ei-title {
  top:20%;
}

.ei-title > .legende {
  padding-top: 0.7em;
  padding-left: 1em;
  text-align: left;
  font-size: 1em;
  line-height: 1.1em;
}

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

/************ EQUIPE *****************/

.equipe-liste {
  margin-left: 2.5em;
}

.equipe-liste img {
  display: block;
  border-radius: 0px;
  
  width: 100px;
  height: auto;
}

.img_equipe {
  margin: 0px;
  padding-top: 8px;
  max-width: 40%;
  height: auto;
}

/********** CSS pied de page logos partenaires ************/
.container_fenetre_pied {
  margin-top: 2em;
  height: 50px;
}

.espace_ligne {
  margin-top: 3px;
  margin-bottom: 0px;
}

.texte_partenaire {
  padding-top: 10px;
  padding-left: 30px;
  text-align:left;
  font-size: 0.7em;
}

.texte_plan { 
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 0px;
  text-align:center;
  font-size: 0.7em;
}

.texte_copy {
  padding-top: 5px;
  font-size: 0.6em;
}

.img_part {
    text-align:center;
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 0px;
    max-width: 11.5%;
    height: auto;
}
/* FIN PARTEANIRES */

/* MODIFICATION PARTENAIRE UNIQUEMENT "QUI SOMMES-NOUS?"*/
/* PAS DE CHANGEMENT SAUF AU NIVEAU MOBILE */
.texte_partenaire_qui {
  padding-top: 10px;
  padding-left: 30px;
  text-align:left;
  font-size: 0.7em;
}

.texte_plan_qui { 
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 0px;
  text-align:center;
  font-size: 0.7em;
}

.texte_copy_qui {
  padding-top: 5px;
  font-size: 0.6em;
}

.img_part_qui {
    text-align:center;
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 0px;
    max-width: 11.5%;
    height: auto;
}
/* FIN MODIFICATION */

.texte {
    padding-left: 20px;
    margin-top: 10px;
    border-top: 2px dotted;
    border-color: rgba(0, 77, 125, 0.5); /* bleu;*/
}
.texte_bold {
    border-bottom: 1px solid ;
    border-color: rgba(0, 77, 125, 0.5); /* bleu;*/ 
}
.texte_ital_bold {
    padding-left: 10px;
    text-align:left;
}

.texte_ital_accueil {
    margin-left: -10px;
    margin-right: 20px;
    font-size: 1.2em;
    text-align:left;
}

.logo {
    float: left;
    padding-bottom: 30px;
    padding-left: 15px;
}

img.alignement{
    text-align:right;
}

/**************** DRAPEAUX *******************/
.drapeau_fr {
  background-position: 30% 50%;
  text-align:left;
}

.drapeau_fr_passif {
  background-position: 30% 50%;
  text-align:left;
}

.drapeau_al {
  background-position: 30% 50%;
  text-align:left;
}

.drapeau_al_passif {
  background-position: 30% 50%;
  text-align:left;
}

.drapeau_it {
  background-position: 30% 50%;
  text-align:left;
}

.drapeau_it_passif {
  background-position: 30% 50%;
  text-align:left;
}
}


/* MOBILES PORTRAIT OK */
@media screen and (min-width: 200px) and (max-width: 400px) {

.container_fenetre {
    max-width: 400px;
    background-color: #fff;
}

.container_nav {
  margin-top: 1em;
  max-width: 400px;
}

.container_page_blanc {
  max-width: 400px;
}

.container-slider {
    max-width: 400px;
}

.ei-slider {
  max-width: 400px;
}

.container {
  border: 0px solid #fff;
  width: 100%;

  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.container_fenetre_pied {
  margin-top: 2em;
  height: 95px;
}

.espace_nav_accordeon {
  height:0px; 
}

#contenu-page {
  padding-right: 50px;
  padding-left: 20px;
  background-image: none;
}

/* gestion des espaces dans le menu */
.navbar-default .navbar-nav > li > a {
  padding:0px;
  margin: 0px;
  line-height: 2em;
}

.dropdown-menu .divider {
  display: none;
}
/******* fin gestion des espaces *******/

.navbar-default {
    background-color: rgba(158, 192, 57, 0.3); /* vert;*/
    border-color: transparent;
    text-align:left;
}

.navbar-toggle {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.navbar-header {
    float: left;
 }

.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    font-size: 13px;
    text-align:left;
    color: rgba(0, 77, 125, 0.8); /* bleu;*/
    /*background-color: rgba(0, 77, 125, 0.2); /* bleu;*/
    padding-right: 5px;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: rgba(0, 77, 125, 1); /* bleu;*/
    background-color: rgba(158, 192, 57, 0); /* vert;*/
    text-align: left;
    padding-left: 0px;
}

.bloc_langues,
.bloc_langues  > .active > a,
.bloc_langues  > .active > a:hover,
.bloc_langues  > .active > a:focus {
  display: inline-block;
  margin-top: 0.2em;
  padding-right:0%;
}

.titre {
    margin-left: 0px;
    margin-top: 30px;
    font-size:28px;
    text-align: left;
}

.ligne_bleue {
  float: none;
  margin-right: 0px;
  border-top: 1px solid;
  border-color: rgba(0, 77, 125, 0.5);
  max-width: 100%;
}

.logo {
    padding-left: 25px;
}

.puce {
    font-size: 32px;
    color: rgba(158, 192, 57, 0.7); /* vert;*/
}

.texte {
    padding-left: 20px;
    margin-top: 10px;
    border-top: 2px dotted;
    border-color: rgba(0, 77, 125, 0.5); /* bleu;*/
}

.texte_ital_bold {
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 15px;
    text-align:left;
    border-bottom: 2px dotted;
    border-color: rgba(0, 77, 125, 0.5); /* bleu;*/
}

/********** CSS accueil ************/
.contenu-intro {
  margin: 0px;
  margin-left: 25px;
  max-width: 75%;
}

.texte_intro {
  font-size: .5em;
  line-height: 1.25em;
}

.texte_competence  {
  font-size: .5em;
  line-height: 1.25em;
}

.texte_innovation {
  font-size: .5em;
  line-height: 1.25em;
  margin-bottom: 20px;
/*
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
*/
  text-align:left;
  
}

.texte_innovation h3 {
  margin: 0px;
  margin-left: 0px;
  font-size: 2.5em;
  text-align: left;
}

.ei-title > .legende {
  padding-top: 0.5em;
  padding-left: 1em;
  text-align: left;
  font-size: 0.7em;
  line-height: 1em;
  max-width: 80%;
}

.ei-title h3 {
    border-bottom: 10px solid rgba(158, 192, 57, 0.9);
}

.img-inno {
  max-width: 100%;
  height: auto;
}

.ligne_verte {
    padding-bottom: 5px;
}

.ligne_bleue {
    width: 100%;
    clear: both;
}

/**************** EQUIPE *******************/
.espace_equipe {
  height:0px;
}

.equipe-liste {
  margin-left: 0em;
  margin-right: 0em;
  background-color: #fefefe;
}

.equipe-liste .col-sm-6 {
  margin-left: 0px;
  text-align: center;
  min-width: 100%;
}

.equipe-liste .col-sm-6 img {
  text-align: center;
  margin: auto;
  width: 100px;
  height: 100px;
}


/*******************************************/

/********** CSS pied de page logos partenaires ************/
.espace_ligne {
  margin-top: 3px;
  margin-bottom: 0px;
}

.texte_partenaire {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 25px;
  text-align:left;
  font-size: 0.5em;
}

.texte_plan {
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.7em;
  text-align:left;
}

.texte_copy {
  padding-top: 5px;
  font-size: 0.7em;
  text-align: left;
}

.img_part {
  margin-top: 0px;
  margin-bottom: 0px;
    
  padding-top: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 0px;

  text-align:left;
    
  max-width: 21%;
  height: auto;
}
/* FIN PARTEANIRES */

/* MODIFICATION PARTENAIRE UNIQUEMENT "QUI SOMMES-NOUS?"*/
.texte_partenaire_qui {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 25px;
  text-align:left;
  font-size: 0.3em;
}

.texte_plan_qui {
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.4em;
  text-align:left;
  color: #fff;
}

.texte_copy_qui {
  padding-top: 5px;
  font-size: 0.4em;
  text-align: left;
}

.img_part_qui {
  margin-top: 0px;
  margin-bottom: 8px;
    
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 0px;

  text-align:left;
    
  max-width: 21%;
  height: auto;
}
/* FIN MODIFICATION */

.logo {
    padding-bottom: 30px;
    padding-left: 15px;
}


/**************** DRAPEAUX *******************/
.drapeau_fr {
  background-position: 50% 50%;
  text-align:left;
}

.drapeau_fr_passif {
  background-position: 50% 50%;
  text-align:left;
}

.drapeau_al {
  background-position: 50% 50%;
  text-align:left;
}

.drapeau_al_passif {
  background-position: 50% 50%;
  text-align:left;
}

.drapeau_it {
  background-position: 50% 50%;
  text-align:left;
}

.drapeau_it_passif {
  background-position: 50% 50%;
  text-align:left;
}
}


 