/* CIFL design */

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Regular.eot');
    src: url('fonts/Barlow-Regular.otf') format('truetype'),
         url('fonts/Barlow-Regular.woff') format('woff'),
         url('fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowSC';
    src: url('fonts/BarlowSemiCondensed-Regular.eot');
    src: url('fonts/BarlowSemiCondensed-Regular.otf') format('truetype'),
         url('fonts/BarlowSemiCondensed-Regular.woff') format('woff'),
         url('fonts/BarlowSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/BarlowSemiCondensed-Regular.svg#BarlowSemiCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowBlack';
    src: url('fonts/Barlow-Black.eot');
    src: url('fonts/Barlow-Black.otf') format('truetype'),
         url('fonts/Barlow-Black.woff') format('woff'),
         url('fonts/Barlow-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Barlow-Black.svg#Barlow-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowBold';
    src: url('fonts/Barlow-Bold.eot');
    src: url('fonts/Barlow-Bold.otf') format('truetype'),
         url('fonts/Barlow-Bold.woff') format('woff'),
         url('fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Code couleur BLEU CIFL : #284b7a */


* {-moz-box-sizing: border-box; box-sizing: border-box;}
html{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}
body{ 
    background:#ffffff;
    color: #000000; 
    font-size: 14px; 
    margin:0 auto;
    padding:0;
    text-align:center;
    font-family: "Barlow", sans-serif;
    width:100%;
    height: 100%;
}

/* Généraliste */
.pointer{
    cursor:pointer;
}

.error{
    background: none repeat scroll 0 0 #fd77da;
    color: #fff;
    margin:10px auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.success{
    background: none repeat scroll 0 0 #61ded6;
    color: #fff;
    margin:10px auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.blue{ 
    color: #284b7a;
}
.background-blue{ 
    background: #284b7a;
}


.opacity{
    background:rgba(255,255,255,0.8);
    padding:5px;
}
.logo-adh img{max-height:150px;max-width: 100%;}

h1  { color: #284b7a;font-size: 28px;text-transform:uppercase;margin: 20px 10px 40px;}
h2  { color: #806de3; font-weight:bold;font-size: 16px;padding:0px 10px;}
h3  { color: #444444; font-weight:bold;font-size: 16px; font-family: "BarlowSC", sans-serif;}
h4  { color: #000000; font-size: 14px; margin-bottom: -1px }
input, select, textarea { color: #444444; font-size: 11px; }
a    { color: #b5b5b5; text-decoration: none }
.main a{color: #284b7a;font-weight:bold;}
table {max-width: 100%;}
table a {color: #444;}
strong{font-weight:bold; text-transform:uppercase;color:#806de3}
.article strong{color:#61ded6}
.center{text-align:center;margin:0 auto}
.left{text-align:left;}
.right{text-align:right;}
.control-label{font-weight:bold}
.toupper{text-transform:uppercase}

.margin-b-30{
    margin-bottom:30px;
}

.btn-primary {
    color: #fff;
    background-color: #284b7a;
    border-color: #284b7a;
}
.btn-warning {
    color: #fff;
    background-color: #fcb538;
    border-color: #fcb538;
}
.btn-info {
    color: #fff;
    background-color: #61ded6;
    border-color: #61ded6;
}
.btn-success {
    color: #fff;
    background-color: #806de3;
    border-color: #806de3;
}
.btn-danger {
    color: #fff;
    background-color: #fd77da;
    border-color: #fd77da;
}

/* Contenu */
.header{
    background-color:#fff;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 888;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.header-mobile{
    display:none;
}
.header .action{
    padding:10px;
}
.header .action li{
    margin:5px 20px;
    z-index: 999;
}
.header .social span{
    display: inline-block;
    margin:0 5px;
    cursor:pointer;
}
.header .social span i{
    color:#fff;
    background: #284b7a;
    border-radius: 15px;
    padding: 7px 5px 5px;
    width:32px;
    height:32px;
    font-size:16px;
}
.header .search form{
    width:100%;
    margin: 5px 20px;
}
.header .search .search-button{
    background:#284b7a;
    margin-left: -4px;
}
.header .search input, .header .search .btn{
    padding:5px;
    font-size:11px;
    border-radius:0px;
    color:#999;
    border:solid #284b7a 1px;
}

/* MENU PRINCIPAL */


#menuToggle{
    display: block;
    position: relative;
    top: 10px;
    left: 5px;
    z-index: 999;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a{
    text-decoration: none;
    color: #fff;
    font-weight:400;
    transition: color 0.3s ease;
}

#menuToggle a:hover{
    color: #262626;
}


#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #262626;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle.barre-bleu {
  z-index:1;
}
#menuToggle.barre-bleu span{
  background: #61ded6;
}

#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}

#menu{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -250px;
  padding: 50px 30px;
  padding-top: 125px;
  background: #284b7a;
  list-style-type: none;
  color:#fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 100% 100%;
  transform: translate(0, -100%);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu .titre_menu{
  text-transform:uppercase;
  font-weight: bold;
  font-family: "BarlowBold";
}

#menu p{
  padding: 0;
  margin:20px 0 0 ;
}
#menu li{
  padding: 0;
  font-size: 16px;
  margin:0;
  text-align:left;
}
#menu li ul{
  padding:0;
  margin:0 0 0 15px;
  color:#fff;
}

#menu li ul li{
    list-style-type:disc;
}
#menu li ul li a{
  color:#fff;
}

#menuToggle input:checked ~ ul{
  transform: none;
}


/* FIN MENU PRINCIPALE */

/* MENU SECONDAIRE */


/* FIN MENU SECONDAIRE */

.header .logo{
    float: left;
    width:30%;
    text-align:left;
    left: 0;
}
.header .logo.accueil{ 
    
}
.header .logo.accueil img {
    width: 270px;
    position:absolute;
    top: 40px;
    width: 370px;
}
.header .logo img {    
    margin-top: 10px;
    width: 80%;
}
.header .bloc-bouton{
    width:70%;  
    display: block;
    margin-left: 30%;
    position: relative;
}
.general{
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;    
    max-width: 1400px;
    padding-top: 69px;
}

/* SIDEBAR */

.sidebar{
  background-color: #ffffff;
}
.sidebar .form-connexion{
    margin:0 auto;
}
.sidebar .menu-icone{
    border-right:solid 2px #999;
    margin: 20px auto;
}
.sidebar .menu-icone a{
    display:inline-block;
    float:none;    
    margin: 10px auto;
}

/* FIN SIDEBAR */

/* ACCUEIL */

#slider{
  width:100%;
  height:115px;
  position:relative;
  overflow:hidden;
  padding:5px;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:3000px;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 20s infinite;
}
.slider{
  width:300px;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  10%{
    margin-left:0%;
  }
  19%{
    margin-left:-300px;
  }
  28%{
    margin-left:-600px;
  }
  37%{
    margin-left:-900px;
  }
  46%{
    margin-left:-1200px;
  }
  55%{
    margin-left:-1500px;
  }
  64%{
    margin-left:-1800px;
  }
  73%{
    margin-left:-2100px;
  }
  82%{
    margin-left:-2400px;
  }
  90%{
    margin-left:-2700px;
  }
  95%{
    margin-left:-3000px;
  }
  100%{
    margin-left:0;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  10%{
    margin-left:0%;
  }
  19%{
    margin-left:-300px;
  }
  28%{
    margin-left:-600px;
  }
  37%{
    margin-left:-900px;
  }
  46%{
    margin-left:-1200px;
  }
  55%{
    margin-left:-1500px;
  }
  64%{
    margin-left:-1800px;
  }
  73%{
    margin-left:-2100px;
  }
  82%{
    margin-left:-2400px;
  }
  90%{
    margin-left:-2700px;
  }
  95%{
    margin-left:-3000px;
  }
  100%{
    margin-left:0;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  10%{
    margin-left:0%;
  }
  19%{
    margin-left:-300px;
  }
  28%{
    margin-left:-600px;
  }
  37%{
    margin-left:-900px;
  }
  46%{
    margin-left:-1200px;
  }
  55%{
    margin-left:-1500px;
  }
  64%{
    margin-left:-1800px;
  }
  73%{
    margin-left:-2100px;
  }
  82%{
    margin-left:-2400px;
  }
  90%{
    margin-left:-2700px;
  }
  95%{
    margin-left:-3000px;
  }
  100%{
    margin-left:0;
  }
}

#accueil .row.content {
    margin-top: 25px;
}

/* ######################## */
.contenu {
    padding: 0 15px 15px;
        min-height: 120px;
}
.menu-icone{
    margin:0 10px;
    color:#7d8387;
}
.menu-icone h2{
    margin-top:20px;
} 

.menu-icone .icone{
    width:100%;
    margin: 0 auto;
}
.menu-icone .icone:hover{
    text-decoration:none;
}
.menu-icone .icone img{
    width:100px;
    height:100px;
    z-index:1;
    transition:0.5s;
}
.menu-icone .icone .bordure{
    width:100px;
    height:100px;
    text-align:center;
    margin:0 auto;
    padding: 15px;
    transition:0.5s;
    border-radius:50px;
}
.menu-icone .icone img{
    float:none;
    width:60px;
    height:60px;
}
.menu-icone .icone p{
    z-index:999;
    font-weight: bold;
    font-size: 12px;
}

.menu-icone .icone:hover .bordure{
    margin-top:-20px;
    transition:0.5s;
}

/*
.menu-icone .icone.evenement:hover h2{
    color:#a2c037;
} 
.menu-icone .icone.evenement:hover p{
    color:#a2c037;
} 
.menu-icone .icone.charte:hover h2{
    color:#c4cf2c;
} 
.menu-icone .icone.charte:hover p{
    color:#c4cf2c;
}  
.menu-icone .icone.formation:hover h2{
    color:#ded820;
} 
.menu-icone .icone.formation:hover p{
    color:#ded820;
} 
.menu-icone .icone.emploi:hover h2{
   color:#eab818;
}   
.menu-icone .icone.emploi:hover p{
    color:#eab818;
}
.menu-icone .icone.forum-labo:hover h2{
    color:#dc911b;
} 
.menu-icone .icone.forum-labo:hover p{
    color:#dc911b;
}*/ 
a.btn {color:#fff}
.main {
    text-align:left;
}
.main img.image-page{
    width:100%;
}

.bloc-head {
    height:auto;
    min-height: 500px;
    padding:20px;
    margin-top: 70px;
    display: inline-block;
    width: 100%;
}


.bloc-partenaire{
    width:100%;
    display:inline-block;
    margin-top: 10px;
}
.bloc-partenaire .carousel-item{
    line-height:120px;
    height:120px;
    vertical-align: middle;
}
.bloc-partenaire img{
    max-height: 100px;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    width:auto;
    vertical-align: middle;
}

/* ADHERENT */
.bloc-adherent{
    width: 450px;
    display:inline-block;
    margin-top: 180px;
    text-align:left;
    float: right;
}
.sidebar .bloc-adherent{
    width: 100%;
    display:inline-block;
    margin-top: 10px;
    text-align:left;
    float: none;
}

 .adherent {
    background:#fff;
    border:solid 1px #999;
    float: none;
    margin:0px auto;
}
 #accueil .adherent {
    background:transparent;
    padding:5px;
    border:solid 2px #284b7a;
}
.adherent-form-in{
    position: relative;
    top:0;
    right:0;
    width:100%;
}
.bloc-adherent .adh-titre, .login .adh-titre{
    background:#284b7a;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    width: auto;
    text-align:left;
    font-weight:bold;
    text-transform:uppercase;
}
.adherent a{
    color: #fff;
}
.sidebar .adherent a, .login .adherent a{
    color: #284b7a;
    font-size: 12px;
    font-weight:bold;
}
.adherent .div-input label{
    text-align:right;
    font-weight:bold;
    color: #fff;
}

.adherent .div-input {
    padding: 10px;
}
.adherent .form-group {
    margin:5px;
}
.adherent .form-control {
    font-size: 12px;
    line-height: 1.25;
    padding: 5px;
    border-radius:0;
    border:none;
}
.adherent.adherent-form-in .form-control {
    border:1px solid #ccc;
}
.adherent.adherent-form-in .form-horizontal .control-label {
  color: #262626;
}

.sidebar .adherent .form-control, .login .adherent .form-control {
    border:solid 1px #eee;
}
.adherent .col-sm-8{
    padding: 0 15px 0 5px;
}
.adherent .form-horizontal .control-label {
    margin-bottom: 0;
    padding: 0;
    text-align: right;
    float: left;
    color:#fff;
}
.login .adherent .form-horizontal .control-label {
    color:#444;
}
.adherent .form-horizontal .col-sm-8 {
    float: right;
}
.adherent .form-horizontal.style-form .form-group {
    display: block;
    margin: 5px 0;
    min-height: 30px;
    width: 100%;
    padding: 0 5px;
}
.adherent .form-horizontal input[type=submit] {
    width: 100%;
    color:#fff;
    background:#284b7a;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    border:none;
    text-transform:uppercase;
    cursor:pointer;
    margin:75px 0 0 0;
}
.sidebar .adherent .form-horizontal input[type=submit], .login .adherent .form-horizontal input[type=submit] {
    margin:0;
}

.barre-lettre .nav-justified{
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 52px;
    width: 100%;
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    margin: 20px 0 0px;
}
.barre-lettre .nav-justified > li {
    display: table-cell;
    width: 1%;
    float: none;
    position: relative;
}
.barre-lettre .nav-justified > li > a {
    background-color: #e5e5e5;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
    background-repeat: repeat-x;
    border-bottom: 2px solid #284b7a;
    color: #284b7a;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    display: block;
    
}
.barre-lettre .nav-justified > .active > a, .barre-lettre .nav-justified > .active > a:hover, .barre-lettre .nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15) inset;
}
.barre-lettre .nav-justified > li:first-child > a {
    border-left: 0 none;
    border-radius: 5px 0 0 5px;
}
.barre-lettre .nav-justified > li:last-child > a {
    border-right: 0 none;
    border-radius: 0 5px 5px 0;
}


/* PARTENAIRE */
.partenaire {
    width: 90%;
    background:#fff;
    overflow:hidden;
    margin: 0 auto 10px;
    position: relative;
    text-align: left;
}

.partenaire .part-titre{
    background:#9f9f9f;
    color: #fff;
    padding: 5px 10px;
    font-size:12px;
    display:inline-block;
    margin-left:0;
    width: auto;
    text-transform:uppercase;
    text-align:left;
    font-weight:bold;
}
.partenaire .carousel{
    border: solid 2px #eee;
}

.bloc-twitter{
    border-right:solid 2px #444;
    padding: 0 20px;
}

/* ACTUALITE */
.actualite{
    margin: 20px 0 70px 0;
    padding: 20px;
    text-align: left;
}
.actualite .actu-titre{
    color:#284b7a;
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
}
.actualite h3{
    color: #284b7a;
    font-size: 28px;
    text-transform: none;
    font-weight: normal;
    margin: 0 0 20px;
}
.actualite h4{
    color:#284b7a;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.actualite .actu-texte{
    color:#7d8387;
    font-size:14px;
}
.actualite img{
    width:100%;
}

.actualite a.lien{
    text-align: center;
    width: 200px;
    display: block;
    color: #fff;
    background: #284b7a;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 30px 0 0;
    border: none;
    float: right;
    cursor: pointer;
}


footer {
    max-width: 1400px;
    background:#284b7a;
    width: 100%;
    margin:0 auto;
    padding:20px;
    color:#fff;
}
footer .infos-legales{
    text-align:left;
}
footer a{
    color:#fff;
}


.mobile{
    background:#284b7a;
    cursor:pointer;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size:16px;
    padding:10px 0;
    display:none;
}
#menu-block{
    display:block;
}

#menu-mobile{
    display:none;
}
.img-entete-page {
    width: 100%;
}

.content img{
    max-width:100%;
    height:auto;
}
/* EVENEMENT */
.row.evenement{
    background: #eee none repeat scroll 0 0;
    box-shadow: 0 0 3px #eee;
    margin: 20px 0;
    padding: 15px;
}
.row.evenement p{
    color:#666;
}
.row.evenement h3{
    margin-top:10px;
}

/* CHARTE */
.row.charte h2{
    color:#284b7a;
}
.row.charte div.bloc-charte{
    box-shadow: 0 0 3px #eee;
    background: #eee none repeat scroll 0 0;
    margin: 20px;
    padding: 15px;
}
.row.charte p{
    color:#666;
}


/* TEMOIGNAGE */
.row.temoignage {
    min-height: 450px;    
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.row.temoignage div{
    background:rgba(255,255,255,0.7);
    padding:20px;
    z-index:0;
    margin:500px 20px;
}
.row.temoignage h2{
    color:#284b7a;
    font-size:28px;
}
.col-lg-2.col-temoignage{
    max-height: 110px;
    overflow: hidden;
    margin-bottom:15px;
}
.row.temoignage img{
    box-shadow: 0 0 3px #eee;
    position:absolute;
    z-index:0;
    width:100%;
}
.liste-tem{
    margin:50px auto 20px;
    padding:0;
}
.liste-tem p{
    color:#284b7a;
    font-size:10px;
    margin:0;
    text-align:center;
}
.liste-tem .row-fluid{
     white-space: nowrap;
}
.liste-tem .row-fluid .col-lg-2{
     display: inline-block;
     text-align:center;
     font-weight:bold;
    color:#666;
}
.liste-tem .row .col-lg-2 .cadre-img{
    width:100%;
    height:70px;
    overflow:hidden;
    position:relative;
    float: left;
    opacity:0.5;
    cursor:pointer;
}
.liste-tem .row .col-lg-2{
    padding-left:4px;
    padding-right:4px;
}
.liste-tem .row-fluid .col-lg-2 .cadre-img:hover{
    opacity:1;
}
.liste-tem .row-fluid .col-lg-2 img{
    position:absolute;
    width:100%;
    top:0; 
    left:0;
}

.row.evenement.partenariat .img-thumbnail {
    float: right;
    max-height: 100px;
}


/* CA */

.row.ca {
    background: #eee none repeat scroll 0 0;
    margin: 15px;
    padding: 15px;
}
.row.ca .bloc-img {
    height: 120px;
    margin-bottom: 15px;
    overflow: hidden;
    position:relative;
}
.row.ca .bloc-img img {
    border: 4px solid #fff;
    bottom: 0;
/*    left: 30%;
    position: absolute;*/
}

/* FORMATION */
.row.formation{
    text-align:center;
}
.service-icon {
    border: 5px solid #d80027;
    border-radius: 50%;
    display: block;
    height: 115px;
    margin: auto auto 20px;
    text-align:center;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 115px;
    padding: 25px 0;
    border-radius: 50%;
}
.service-icon i {
    color:#558fdf;
    text-align: center;
    margin: 0 auto;
}
.service-icon.offre, .service-icon.demande, .service-icon.stage {border: 5px solid #eab818;}
.service-icon.offre, .service-icon.demande, .service-icon.stage {border: 5px solid #eab818;}
.service-icon:hover {
    border: 5px solid #558fdf;
}
.formation .service-icon {
    border: 5px solid #284b7a;
}
.formation .service-icon i {
    color:#fd77da;
}
.formation .service-icon:hover {
    border: 5px solid #fd77da;
}
.pixeden {
    bottom: 0;
    display: block;
    height: 63px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}
.service-icon h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto;
    text-transform: uppercase;
    color:#d80027;
}
.service-icon.offre h3, .service-icon.demande h3, .service-icon.stage h3 {color: #eab818;}
.service-icon.finance h3{ color:#006df0;}
.service-icon.commerciales h3{color:#ffda44;}
.service-icon.emarketing h3{ color:#91dc5a;}

.col-sm-2.col-md-2.widthNomen{flex: 1 1 20%;max-width: 20%;width: 20%;    min-height: 200px;}
.service-icon.nomenclature{ text-align:center;height:100px;width:100px;border: 5px solid #284b7a;}
.service-icon.nomenclature h3{ color:#284b7a;font-size:16px}

.main #search {
    margin-top: 20px;
}

.bloc-communique {
    margin: 10px;
    padding:10px
}
.bloc-communique .opacity{
    height: 100%;
}

#editeur {
    height: 200px;
    overflow: auto;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.editeur-manuel .line-button{
    width:100%;
    display:block;
    padding: 0.5rem 0.75rem;
    background-color: #eee;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.editeur-manuel .button-css{
    border: none;
    cursor:pointer;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #eee;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
    

.popup_contact {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #eee;
    float: left;
    left: 35%;
    margin: 0;
    padding: 10px 20px;
    position: fixed;
    top: 5%;
    z-index: 999;
    max-width:400px;
    width: 100%;
    text-align: left;
}


.popup_contact .close {
    margin: 10px 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
}

.row.info-form { 
    border: 2px solid #284b7a;
    margin: 10px auto;
    padding: 15px 5px;
    text-align: center;
}
.row.info-form i{ 
    color:#284b7a;
}
.row.info-form label{
    font-weight:bold;
    display:block;
}

/* DEFILER ACTU */

#partenaires .btgrid .row, #activites .btgrid .row {
    background: #eee none repeat scroll 0 0;
    margin: 10px;
    padding:10px;
}
#partenaires .btgrid .row img, #activites .btgrid .row img {
    margin:0 auto;
    text-align:center;
    border:solid #fff 4px;
    border-radius:2px;
}

.article .block-principal{
    margin-top: 25px;
    text-align:justify;
}

.article .sidebar-right {
    padding: 30px 0 0 10px;
    text-align: left;
    background: #fff;
}

.article .sidebar-right .div-sidebar{
    background: #eee;
    padding:15px;
}
.article .sidebar-right .block-droite{
    margin-bottom: 30px;
}
.article .sidebar-right .block-droite h2{
    padding:0;
    font-size:14px;
}
.article .sidebar-right .block-droite em{
    padding:0;
    font-size:12px;
    float:right;
}
.article .sidebar-right .block-droite p{
    padding:0;
    font-size:13px;
}

.article .sidebar-right .block-droite .col-image{
    overflow:hidden;
}
.article .sidebar-right .block-droite img{
    height:100px;
}
@media (max-width: 740px) {
    .article .sidebar-right .block-droite img{
        width:100%;
        height:auto;
    }
}

.article .sidebar-right h3 {
    padding: 0px;
    font-size:14px;
    margin-bottom:0px;
}
.article .sidebar-right a {
    color:#444;
}

.article .sidebar-right .titre-sidebar{
    color:#284b7a;
    font-size:24px;
    border-bottom:solid 2px #284b7a;
    margin:10px 0;
}

.article .footerbar {
    border-top: 3px solid #ddd;
    padding-top:20px;
}
.article .footerbar .block-bas div {
    width: 100%;
    height: 200px;
    padding: 10px 50px;
    text-align: center;
    background-size:cover;
    background-position:center;
    color:#fff;
    position:relative;
    z-index:999;
}
.article .footerbar a {
    transition: all 0.5s;
}
.article .footerbar button {
    cursor:pointer;
}
.article .footerbar a:hover {
    text-decoration:none;
}
.article .footerbar .block-bas div h2{
    border-bottom:solid 1px #fff;
    padding-bottom:15px;
    color:#fff;
}
.article .footerbar .block-bas .debut_texte{
    text-align:justify;
    font-weight:normal;
    color:#222222;
}

.article .footerbar .masque-noir{
    width:100%;
    display:block;
    height: 200px;
    background:#000;
    position:absolute;
    top:0;
    left:0;
    opacity:0.4;
    z-index:-1;
}

/* MENU */
nav.menu_main{
    width: 100%;
    margin: 0 auto;
    background-color: #284b7a;
    position: sticky;
    top: 0px;
    padding-left:150px;
    padding-right:150px;
}

nav ul{
    list-style-type: none;
    margin-bottom: 0;
    padding:0;
}

nav ul li{
    float:left;
    width: auto;
    padding: 0;
    text-align: center;
    position: relative;
    color:#fff;
}
nav ul.sous li{
    padding: 5px 10px;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight:bold;
    font-size:16px;
    border-bottom: 2px solid transparent;
    padding: 20px 30px;
}

nav a:hover{
    color: #fff;
    text-decoration: none;
}

.sous{
    border-top: 2px solid #fcb538;
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: #284b7a;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    text-decoraton: none;
    border-bottom: none;
    color: #fcb538;
}

/* MEDITHEQUE*/

@-webkit-keyframes marqueelike {
 	0%, 100% {margin-left:0;}
 	99.99% {margin-left:-100%;}
 }
 @-webkit-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-moz-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-o-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-ms-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
 .defile:after {
	content:attr(data-text);
	position:absolute;
	white-space:nowrap;
	padding-left:10px;
}

    .responsive{display:none}


/* RESPONSIVE */
@media (min-width: 1599px) {
   
}
@media (max-width: 1280px) {
    #menu-block{
        display:block;
        float: right;
    }

    #menu-mobile{
        display:none;
    }
    .header nav ul.menu-1 {
        height: 49px;
    }
    .header nav ul.menu-1 > li > a {
        padding: 5px 10px;
        display: block;
        /*height:100%;*/
        width:100%;
    } 
    .header nav ul.menu-1 > li.bullet {
        margin-top: 5px;
    }
}
@media (max-width: 1068px) {
    .header .logo.accueil img {
        width: 270px;
        top:80px;
    }
    .header nav ul.menu-1 > li > a {
        padding: 5px 10px;
        display: block;
    } 
    .header nav ul.menu-1 > li.bullet {
        margin-top: 5px;
    }
    .menu-icone {
        margin:20px auto;
    }
    .menu-icone .icone *{
        clear: both;
    }
    footer {
        bottom: 0;
        position: relative;
        width: 100%;
    }
    .responsive{display:none}
}
@media (max-width: 740px) { /* MOBILE */
    .responsive{display:inline}
    .barre-lettre{display:none}
    td {
        display: inline-block;
        width: 100%;
    }
    .row{
        margin-right:0;
        margin-left:0;
    }
    #calendar{display:none}
    thead{ display:none;}
    .header .bloc-bouton {
        margin: 10px 5%;
        width: 90%;
    }
    .mobile{
        display:block;
    }
    .row.charte div.bloc-charte {
        margin: 20px 0px;
    }
    #menu-mobile{
        display:none;
    }
    #menu-block{
        display:none;
    }
    #menu {
        padding-top: 75px;
    }
    #menu li {
        line-height: 35px;
    }
    .fond-header {
        display: none;
    }
    
    .header, .bloc-head, .sidebar, .bandeau-page{
        display:none;
    }
    .header-mobile{
        display:block;
    }
    .header-mobile .row-menu {
        display: block;
        width:100%;
    }
    .header-mobile .row-menu nav {
        float: right;
        margin: 20px 22px 0 0;
    }
    .header-mobile .row-menu #menuToggle span {
        background: #fff;
    }
    .header-mobile .row-logo{
        display: block;
        width:100%;
        text-align:center;
        margin:60px auto 10px;
    }
    .header-mobile .row-logo img {
        width:80%;
    }
    .header-mobile .row-action {
        display: block;
        width:100%;
        text-align:center;
        margin:20px auto;
    }
    .header-mobile .row-action .input-group input{
        padding:10px;
        font-size:12px;
        margin:0;
        width: 50%;
        border:none;
        border-radius:0;
    }
    .header-mobile .row-action .input-group button{
        padding: 6px 10px;
        font-size: 20px;
        border-radius: 0px;
        background:#284b7a;
        margin:0;
        color: #fff;
        border: solid #284b7a 1px;
        margin-left: -5px;
    }
    
    
    .header-mobile .row-action .nav, .header-mobile .row-action .input-group {
        display: inherit;
        margin: 0 auto;
    }
    .header-mobile .row-action.social a{
        margin: 0 5px;
    } 
    .header-mobile .row-action.social a.flag img{
        margin-top:-7px;
    } 
    .header-mobile .row-action.social i{
        color:#fff;
        background: #284b7a;
        border-radius: 15px;
        padding: 8px 5px 5px;
        width:32px;
        height:32px;
        font-size:18px;
    } 
    .header-mobile .row-adherent {
        display: block;
        width:100%;
        text-align:center;
        margin:20px auto;
    }
    .header-mobile .row-adherent .adherent{
        background: transparent;
        border: solid 1px #284b7a;
    }
    .header-mobile .row-adherent .adherent .form-horizontal .control-label {
        padding: 0;
        text-align: left;
    }
    .header-mobile .row-adherent .adherent .form-horizontal input[type="submit"] {
        float: right;
    }
    .bloc-twitter {
        border-right: none;
        padding: 0 20px;
        margin:0 40px;
    }
    .bloc-adherent {
        width: 80%;
        display: inline-block;
        margin-top: 10px;
        text-align: left;
        float: none;
    }
    #accueil .adherent {
        float: none;
        width: 100%;
    }
    
    .adherent .form-horizontal .control-label {
        padding: 0 20px;
        text-align: left;
    }
    .adherent .form-horizontal .col-sm-8 {
        float: none;
    }
    .adherent .form-horizontal .col-sm-8 input {
        padding:5px;
    }
    .adherent .form-horizontal input[type="submit"] {
        background: #284b7a none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        cursor: pointer;
        display: inline;
        float: none;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 5px;
        text-align: center;
        width: 60%;
    }
    .contenu {
        margin-top: 20px;
        padding: 15px;
    }
    .adherent .col-sm-8 {
        padding: 10px 20px;
    }
    .bloc-partenaire{
        display:none;
    }
    .header .action *{
        clear: both;
    }
    .header .action ul{
        display: block;
        float:none !important;
    }
    .header .action float-right{
       clear: both;
    }
    .header .action li {
        margin:10px 0;
    }
    .header .action li.social, .header .action li.language {
        display: inline;
        float: none;
        margin: 10px 30px;
    }
    .header .action li.language img{
        width:24px;
    }
    .general > img{
        display:none;
    }
    .header .search input, .header .search .btn {
        padding: 12px;
    }
    
    .header nav .nav{
        display:inline;
        
    }
    .header nav ul.menu-mobile {
        position: relative;
        top:0;
        right:0;
        margin-top:0;
    }
    .header nav ul.menu-1 {
        height: 100%;
        background:#284b7a;
        color:#fff;
        text-align:left;
        width: 100%;
    }
    .header nav ul.menu-1 > li > a {
        color: #fff;
    }
    .dropdown {
        border-bottom: none;
    }
    .header nav ul.menu-1 .menu-2{
        display:none;
    }
    .sidebar .menu-icone {
        display:none;
    }
    .popup_contact {
        left: 0%;
    }
    .service-icon{
        height:75px;
        width:75px;
        border:2px;
        padding: 15px 0;
    }
    
    .service-icon.offre, .service-icon.demande, .service-icon.stage {border: 2px solid #eab818;}
    footer {
        position: relative;
    }
    .fa-4x {
        font-size: 3em !important;
    }
    
    /* Temoignage */
    .row.temoignage div {
        margin: 0;
    }
    .row.temoignage img {
        position: relative;
    }
    .liste-tem .row-fluid .col-lg-2 img {
        left: 40%;
        width: 20%;
    }
}
@media (max-width: 480px) { /* MOBILE */
    
}



/* STYLE CKEDITOR */
.gras{
    font-weight:bold;
}
.bleu{
    color:#284b7a;
}
.petit{
    font-size:10px;
}
.icone-new{
    left: 0;
    margin-top: -50px;
    position: absolute;
}

/* TARTE AU CITRON COOKIE */

.tarteaucitronSelfLink{
    display:none;
}

.f-inherit{
    float: inherit !important;
}