body
{
    font-family: Myriad,sans-serif !important;
    font-size: 18px;  
    line-height: 35px;
    font-weight: 400; 
    color: #404040;
    background-color: transparent ! important;
}


body a
{
    text-decoration: none;
    color: #404040;    
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}

body a:hover
{
    color: #fff;
}

input, textarea, select 
{
    -webkit-appearance: none;
}

::-moz-selection 
{ 
    background-color: #aabdbd; 
}
body,
html {
  height: 100%;
  overflow: hidden;
}

iframe {
  border: none
}

.slideshow,
.slideshow .item {
  height: 100vh
}

.slideshow .item {
    background-size: cover;
}

.slideshow {
  overflow: hidden;
  padding: 0;
  margin: 0
}

.slideshow .item:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%
}

.slideshow .carousel-caption {
  position: absolute;
  top: 89%;
  right: 0;
  left: 80%;
  bottom: auto;
  padding: 0;
  margin: auto;
  width: 19%;
  -webkit-transform: translate3d(0, -45%, 0);
  transform: translate3d(0, -45%, 0);
  background: rgba(0, 0, 0, 0.3);
  padding-top: 10px;
}

.carousel-caption p{
  color:#fff ! important;
}

.slideshow .slideshow-object {
  position: relative;
  z-index: 99;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}



.features .feature-block .wrapper-icon:before,
.features .icon,
.slideshow .indicators-icon span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}



.slideshow .carousel-indicators {
  bottom: 30px;
}

.slideshow .carousel-indicators>li.active .indicators-icon>span,
.slideshow .carousel-indicators>li.active:hover .indicators-icon>span {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out
}

.slideshow .carousel-indicators>li .icon {
  width: 32px;
  height: 60px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}


.slideshow .carousel-indicators>li>a {
  padding: 5px;
  margin: 0;
  border-radius: 0;
  text-align: center
}

.navbar-default {
     border-color: #fff; 
 }
 .navbar-default {
     background-color: transparent; 
    border-color: transparent; 
}

.navbar-nav{
  width:95%;
  margin-left: 5%;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #5cc1ed;
}
.navbar-nav>li {
    background-color: #eee;
    border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: 1px solid #fff;
}

.navbar-nav >.active {
  background-color: #5cc1ed;
}
.navbar-default .navbar-nav>li>a {
    color: #5cc1ed;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
  background-color: #5cc1ed;
    border-radius: 50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #f8f8f8;

}

.blockEpaiment{
  position: absolute;
    width: 84px;
    top:20%;
    right: -10px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 9999;
}
.blockTraveaux{
  position: absolute;
    width: 84px;
    top:35%;
    right: -10px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 9999;
}
.blockPlan{
  position: absolute;
    width: 84px;
    top:53%;
    right: -10px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 9999;
}
.blockOxford{
  position: absolute;
    width: 84px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 9999;
    bottom: -145px;
    left: 10%;
}

.social-list img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.linkEpaiment{
  position: absolute;
    margin-right: 27%;
    margin-left: 120%;
    top: 30%;
    opacity: 0;
}
.linkTraveaux{

  position: absolute;
    margin-right: 27%;
    margin-left: 120%;
    top: 30%;
    opacity: 0;
}
.linkOxford {
    position: absolute;
    margin-left: 92%;
    top: 48%;
    width: 100%;
    opacity: 0; 
    height: 100%;
}
.modal-content {
    background-color: rgba(255, 255, 255, 0.69);
 }


/* ==========================================================================
    Counter Style
    ========================================================================== */

.title-text {
  font-size: 38px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 38px;
}
.line:after {
  color: #f29400;
  bottom: 0;
  content: "";
  height: 4px;
  border-radius: 5px ;
  left: 0;
  margin: auto;
  display: block;
  right: 0;
  width: 100px;
  transition: all 0.4s ease;
}
.counting {
  margin: 15px 0px;
}
.counting>.title-text {
  font-size: 38px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.counting .icon {
  margin-bottom: 25px;

}
.counting .icon i {
  color: #f29400;
  font-size: 42px;
}
.counting .desc h2 {
  font-size: 18px;
  line-height: 27px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.counting>.icon{
  display: inline-block;
  margin-right: 30px;
  opacity: 0.5;
}
.counting>.icon:hover{
  opacity: 1;
}
.counting>.desc{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.counting>.desc>h1>span{
  font-size: 25px;
}

.counting>.desc>h2:after {
  color: #f29400;
  bottom: 0;
  content: "";
  height: 4px;
  border-radius: 5px ;
  left: 0;
  /*margin: auto;*/
  position: absolute;
  right: 0;
  width: 45px;
  transition: all 0.4s ease;

}
.counting>.desc>h2:hover:after {

  width: 150px;
}

.counting .desc h1 {
  font-size: 38px;
  line-height: 39px;
  font-weight: bold;
}

.counting .icon i{
  color: #f29400;
}
.counting .desc h2::after{
  background: #f29400;
}

.line:after{
    background: #f29400;

}
.counting .desc i{
    background: #f29400;
}
.chiffre{
  position: absolute;
    bottom: 22%;
    font-weight: 600;
    left: 270px;
}

.langue{

  position: absolute;
    left: 100%;
    top: 9%;
}

.logo {
    width: 25%;
}
.slogan{
  position: absolute;
  top: 120px;
  left: 200px;
  z-index: 999;

}
.word{
  font-weight: bold;
  line-height: .3;
  font-size: 30px;
  color: #ffffff;

}
.word-highlight{
  font-weight: bold;
  color: #f29400;
  font-size: 40px;
}

/*LOGO1 ----------------------------------*/

@-webkit-keyframes spin {
    0%   {-webkit-transform: rotateY(0deg)}
    100% {-webkit-transform: rotateY(180deg)}
}

#f1_container {
  position: relative;
  height: 112px;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}

.change{
  -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
    transition-duration: 5s;
}

/*LOGO2 ------------------------------------*/
#f2_container {
  position: relative;
  height: 112px;
}
#f2_container {
  perspective: 1000;
}
#f2_card {
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}

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

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
}
.face.front img{
  margin: auto;
  margin-top: 20px;
}
.face.back img{
  display: none;
}
.face.back {
  /*transform: rotateY(180deg);*/
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  /*background-color: #aaa;*/
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 99999;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 58px;
    right: 15px;
    color: #fff;
  background-color: #00bae4;
  border-color: #00bae4;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.btn-primary {
    color: #fff;
    background-color: #00bae4;
    border-color: #00bae4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #ff8d00;
    border-color: #ff8d00; /*set the color you want here*/
}

.carousel-control.left {
    background: transparent; 
}
.carousel-control.right {
    background: transparent; 
}

@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 20px;
}
}

h5 {
    font-size: 13px;
}

.panel-faq {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    /*border-radius: 0;*/
    border-radius: 30px;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #f29400 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #008bce;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #f29400 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

/* filiales */

.port-image{
    width: 100%;
}

.filter{
    margin-bottom:20px;
}

.each-item{
    position:relative;
    overflow:hidden;
}

.each-item:hover .cap2, .each-item:hover .cap1{
    left:0px;
}

.cap1{
    position:absolute;
    width:100%;
    height:30%;
    background:rgba(255, 255, 255, 0.5);
    top:0px;
    left:-100%;
    padding:10px;
    transition: all .5s;
}

.cap2{
    position:absolute;
    width:100%;
    height:70%;
    background:rgba(0, 159, 227, 0.8);
    bottom:0px;
    left:100%;
    padding:10px;
    transition: all .5s;
}

.cap2 p{
  color: #fff !important;
}
.filter-button:hover {
  color: #f29400;
}

.filter-button {
    color: #5cc1ed;
    border-color: transparent;
    cursor: pointer;
}
.title-filiale{
  font-size: 18px;
    font-weight: 600;
    color: #008BD2;
}
.content-filiale{
  font-size: 15px;
    line-height: 20px;
    color: #fff;
}
div.cap1 a {
  color: #008BD2;
}
/*************************************/
/* qui sommes-nous? */
/************************************/
.our-team{
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.our-team img{
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
}
.our-team:hover img{
    right: 60%;
}
.our-team .team-content{
    width: 80%;
    height: 100%;
    background: #f39e40;
    padding: 20% 30px 0;
    position: absolute;
    top: 0;
    right: -80%;
    transition: all 0.4s ease-in-out 0s;
}
.our-team:hover .team-content{
    right: 0;
}
.our-team .title{
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.our-team .post{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.our-team .description{
    font-size: 13px;
    color: #000;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 10px;
}
.our-team .social li:last-child{
    margin-right: 0;
}
.our-team .social li a{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li a:hover{ color: #fff; }
.our-team .social li a.fa-facebook:hover{ background: #3b5a9b; }
.our-team .social li a.fa-twitter:hover{ background: #2baae1; }
.our-team .social li a.fa-google-plus:hover{ background: #f63d26; }
.our-team .social li a.fa-youtube:hover{ background: #c3181e; }
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 50px; }
}
@media only screen and (max-width: 360px){
    .team-content{ padding: 15% 15px 0; }
    .our-team .social li{ margin-right: 0; }
}

/******* engagement societal ****/

.navbar-collapse {

  display:block;
}
#Historique {
  margin-right:20px;
  margin-bottom: 40px;
}

/* page historique */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 2px solid #f69123;
  position: relative;
  /*border-radius: 2px;*/
  /*padding: 20px;
  
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #f69123;
  border-right: 0 solid #f69123;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2){
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 28px;
}
}

/* pop up anniversaire */
.anniversaire {
  margin-left: auto;
    margin-right: auto;
}

ul{
  list-style: none;
  line-height: 23px;
    font-size: 16px;
}
span.flech-right {
   
    color: #5cc1ed;
}

/* hover image */
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/* communqiue presse */
.title-presse {

  margin-top: 0px;
  font-weight: 600;
  color: #656464;
  font-size: 20px;
}
p {
    line-height: 23px ! important;
    font-size: 16px ! important;
    color: #484747 ! important;
}

ul li {
    line-height: 23px ! important;
    font-size: 16px ! important;
    color: #484747 ! important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
}

.align-top{
  margin-top:80px;
}