body {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}


h2, h1, h3  {
    font-family: 'Lato', sans-serif;
}


h1 {
  margin-top: 0;
  font-size: 3.157em;
  font-weight:7900;
}

h2 {
    font-size: 2.369em;
     font-weight: 700;
}

h3 {
    font-size: 1.777em;
     font-weight:700;
}

h4 {
    font-size: 1.333em;
}


figcaption{
  padding-top:10px;
  font-style: italic;
  color:#868686;
  text-align: center;
}
.top-bar, .top-bar ul {
    background-color: #ffffff;
}

.logo{
	max-width:36%;
	padding-left: 1rem;
}

.top-bar{
   position: fixed;
   width:100%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(150,150,150,1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(150,150,150,1);
  box-shadow: 0px 2px 4px 0px rgba(150,150,150,1);
  z-index:1000;
}
.top-bar-title {
    padding: 0;
}

a{
	color:#333;
}
.dropdown .menu a{
	color:#333 !important;

}

.card-specialite {
    background-color: #ffffff;
}

a.hollow.button{
	color:#26aae1;
}


.button.hollow {
    border: 1px solid #26aae1;
}

.button.hollow:hover {
    background-color: #26aae1;
    color:#ffffff;
    border: 1px solid #26aae1;
}


.card-specialite a.button.hollow{
    display: table;
    margin: auto;
    margin-bottom: 2rem;
}

.card-specialite:first-child, .card-specialite:nth-child(2), .card-specialite:nth-child(3), .card-specialite:first-child{
    margin-right: 0.8rem;
}

.card-specialite h3 {
    padding-top: 0.3rem;
}

.card-specialite p {
    padding: 0 1rem;
    line-height: 1.4;
}



.light-grey{
background-color:#f7f7f7;
}

.page-title h1{
    color:white;
    margin-top:8rem;
    margin-bottom:2rem;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

.page-title.h1-title{
  line-height: 0.7;
  margin-top:14rem;
  font-size:4.5rem;
}


span.site-title{
  color:white;
  margin-top:10rem;
  font-size: 4.157em;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin-bottom: 0 !important;
}

h1.site-subtitle{
     font-size: 2em;
     font-weight:400;
     margin-top:0;
     margin-bottom: 3em;
}

.h2-index{
  color:#000;
  text-align: center;
  padding: 3rem 0 2rem 0;
}

.vertical li a:hover{
  padding-left: 15px;
  text-decoration: underline;
  color: #00ABE3 !important;
}

.page-card{
    -webkit-box-shadow: 8px 5px 17px -3px rgba(0,0,0,0.20);
    -moz-box-shadow: 8px 5px 17px -3px rgba(0,0,0,0.20);
    box-shadow: 8px 5px 17px -3px rgba(0,0,0,0.20);
    background-color:white;
}

.page-card p, .page-card ul li{
     font-family: 'Lato', sans-serif;
     line-height: 1.7;
     font-size:1.2rem;
     color:#333;
}

.page-card h2, .aligner h2{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-bottom:1.5rem;

}

.page-card table{
  border:1px solid 3333!important;
}

.page-card table tr td{
  padding: 1rem 1rem;
}

.page-card table tr td:nth-child(2){
  text-align: center;
}

.page-card table tr td:nth-child(5){
  padding: 1.5rem 0;
}

.page-card table tr:nth-child(even){
  background-color: #e2f2f9;
}

.paddblock{
    padding: 4rem 6.5rem 6.5rem 6.5rem;
}

.link{
    text-decoration:underline;
    color: #26aae1;
}

.link:hover{
    padding-left:10px;
}

blockquote {
  background: #f9f9f9;
  border-left: 7px solid #ccc;
  margin: 1.5em 10px;
  padding: 1.3em 25px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.author{
  font-style: italic;
  padding-top: 10px;
  font-weight: bold;
}


.bold-text{
  font-weight: bold;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}


.orbit-bullets button {
    background-color: #acdded;
}

.orbit-bullets button:hover {
    background-color: #00abe3;
}

.orbit-bullets button.is-active {
    background-color: #00abe3;
}
.aligner-item {
  max-width: 50%;
}

.aligner-item--top {
  align-self: flex-start;
}

.aligner-item--bottom {
  align-self: flex-end;
}



/* ------- Timeline --------- */

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #313E8C;
}
.cd-timeline-img.cd-movie {
  background: #2175B9;
}
.cd-timeline-img.cd-psi {
  background: #26AAE1;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background-color: #f7f7f7;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2);
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}

.cd-date{
  font-weight: bold;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 1.1rem;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  font-size: 1.2rem;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 1.1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: transparent;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: transparent;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* formulaire */

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.8rem;
    border: 1px solid #979797;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.0);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select{
  border: 1px solid #979797;
}


label {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
}


textarea{
  min-height:8rem;
}

.no-bullet{
  list-style:none;
  margin-left:0;
  padding-left:0;
}

footer ul{
  padding-top: 15px;
}

.footer-title{
 
  margin-bottom: 15px;
}

footer a:hover{
  padding-left: 5px;
  text-decoration: underline;
}


/* top bar small */
.title-bar {
  background: #ffffff;
  color: #333333;
}

.menu-icon::after {
    background: #333;
    box-shadow: 0 7px 0 #333, 0 14px 0 #333;
    content: '';
}

.off-canvas {
    background: #fff;
}

.page-title .animate-box{
  margin-top:10rem;
}

.estebanNB{
  width:20%;
}

.small-presentation{
      font-style:italic;
      text-align:center;
      line-height:1.8;
    }

.padd4-5{
      padding:4.5rem 4.5rem !important;
    } 

.icon-contact{
  display:inline-block;
  width:45%;
}  

 footer{
   margin-top: 4rem;
    }    

  .bg-img-header-homepage{
    background-image: url('../images/header-homepage.jpg');
    background-repeat: no-repeat;
  } 

 .estebanRVB{
    width:28%;
    float:left;
    padding-right:2rem;
    padding-bottom:1rem;
  }  

nav, header{
  z-index:9999;
}  

.fh5co-work-section {
  z-index:1 !important;
} 

.title-bar{
  box-shadow: 0px 2px 4px 0px rgba(150,150,150,1);
}

/* media queries */

/* Small only */
@media screen and (max-width: 39.9375em) {

  .page-title .animate-box {
    margin-top: 6.7rem;
    margin-left:1rem;
  }



  .paddblock {
    padding: 2rem;
   }

   span.site-title {
    text-align: center;
    font-size: 2.5em;   
    padding-left: 1rem; 
    margin-top: 3rem;
    }

    h1.site-subtitle {
      font-size: 1.3em;
      margin-bottom: 2em;
      padding-left: 1rem; 
    }



    .estebanNB{
      width:45%;
    }

    .small-presentation{
      text-align:left;
      line-height:1.8;
    }

    h2 {
    font-size: 2em;
    }

    #fh5co-work-section {
      padding: 0  !important;
    }

    .padd4-5{
      padding:1.6rem 1.6rem !important;
    }

    .icon-contact {
      width:8%;
    } 

    footer {
      margin-left: 1rem;
      margin-top: 2rem;
    } 

    .menu-small {
      position:fixed;width:100%
      -webkit-box-shadow: 0px 2px 4px 0px rgba(150,150,150,0.3);
      -moz-box-shadow: 0px 2px 4px 0px rgba(150,150,150,0.3);
      box-shadow: 0px 2px 4px 0px rgba(150,150,150,0.3);
      z-index:1000;
    } 

    .off-canvas{
      margin-top:46px;
    }

    .bg-img-header-homepage{
    background-image: url('../images/header-homepage-small.jpg');
    background-repeat: no-repeat;
    min-height: 500px;
  } 

  .estebanRVB{
    width:70%;
    display:block;
    margin:0;  
    clear:both;
  }

   .estebanRVB-small  {
    width:80%;
   }
       
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .icon-contact {
      width: 6%;
  }

  .bg-img-header-homepage{
      background-image: url('../images/header-homepage-medium.jpg');
      background-repeat: no-repeat;
   } 

   .page-title .animate-box {
    margin-left: 4rem;
  }

  }