/*
COULEURS:
  gris:         #D3D3D3;
  gris-foncé:   #4F5F5D;
  rouge:        #C5645B;
  jaune:        #FFCC66;
  bleu clair:   #9BB5BB;
  bleu fonce:   #415C71;
*/
/*
FONTS:
"AmaticaBold"
"AmaticaRegular"
"CaviarDreams"
"CaviarDreamsBold"
*/
@import url("fonts.css");
html, body{
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  font-family: 'CaviarDreams';
}
.amit{
  color: #415C71;
  text-decoration: none;
}
.wrapper_content{
  position: relative;
  width:100%;
  height: auto;
  margin: 0 auto;
  background-color: #f9f9f9;
}
.wrapper_col_centr{
}
.separLine{
  position: relative;
  background-color: #c5645b;
  height: 1px;
  margin: 80px auto 0 auto;
  bottom: 30px;
  width: calc(100% - 0%);
}
/*************TEXT*******************/
p{
  font-family: 'CaviarDreams';
  color: #415C71;
}
/*****************CONTENT*****************/
.content{
  position: relative;
  width: 100%;
  height: auto;
  background-color:#f9f9f9;
  /*background-color: #E65;*/
}
.content_content{
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
/*********** SERVICES *************/
h4.titre_services{
  font-size: 3em;
  padding: 15px;
  color: #C5645B;
  font-weight: 400;
  text-align: center;
}
h4.titre_methodo{
  font-size: 3em;
  padding: 0 0;
  color: #C5645B;
  font-weight: 400;
  text-align: center;
}
.wrapper_service {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1020px; /*1020px*/
  height: auto;
  margin-top: 50px;
  /*  background-color: khaki; */
}
.wrapper_service::before, .wrapper_service::after {
  content: "";
  display: flex;
  flex-flow: row wrap;
}
.wrapper_service .panel {
  position: relative;
  margin: 20px auto;
  padding: 0 20px 20px;
  overflow: hidden;
  float: left;
  width: 300px;
  height: 350px;
  text-align: center;
  background: #F1F1F1;
  border: 1px solid #C5645B;
  box-sizing: border-box;
  transition: border 200ms ease;
  cursor: pointer;
  border-radius: 3px;
  transition: .6s;
}
.panel:hover{
  box-shadow: 0 0 5px #415C71 inset;
}
.wrapper_service .panel img {
  width: 100px;
  height: auto;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.wrapper_service .panel h3 {
  display: block;
  margin-bottom: 15px;
  color: #C5645B;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 1px #FFF;
}
.wrapper_service .panel p {
  font-size: 1em;
  text-align: justify;
  text-justify: inter-character;
  text-shadow: 0 1px 1px #FFF;
}
.wrapper_service .panel .slide {
  position: absolute;
  bottom: -350px;
  left: 0;
  z-index: 100;
  padding: 0 20px 0 0;
  height: 100%;
  width: 100%;
  text-align: left;
  background: rgba(65, 92, 113, .95); /*** BG HOVER ***/
  box-sizing: border-box;
  transition: all 300ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wrapper_service .panel .slide h4 {
  text-align: center;
  text-shadow: none;
  font-size: 1.5em;
  font-weight: 600;
  color: #f9f9f9;
}
.wrapper_service .panel .slide ul li {
  padding: 5px 5px 5px 8px;
  line-height: 24px;
  font-size: 1rem;
  color: #F9f9f9;
  border-bottom: 1px solid #C5645B; /** COULERU SEPARATEUR **/
}
.wrapper_service .panel .slide ul li:last-child {
/*  border: 0; */
}
.wrapper .panel .slide ul li .fa {

}
.panel:hover {
  border: 1px solid #3e737b;
}
.panel:hover .slide {
  bottom: 0;
  cursor: pointer;
}

.panel .mot_recherche li{
  position: relative;
  text-align: left;
  left: 18px;
  list-style: circle;
  color: #3e737b;
}
.panel .mot_recherche li:nth-last-child(1){
  font-size: 2rem;
  line-height: .1rem;
  list-style-type: none;
}

.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.infoGraBull{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 100%;
  height: auto;
  /*background-color: green; */
}
.infoGraBull_img{
  flex: 1 0 auto;
  position: relative;
  max-width:400px;
  min-width: 20%;
  height: auto;
/*  background: khaki; */
  left: 40px;
  background-size: cover;
}
.infoGraBull_img img{
  width: 100%;
  height: auto;
}
.infoGraBull_txt{
  position: relative;
  flex: 1 0 auto;
  text-align: justify;
  justify-content: space-around;
  max-width: 55%;
  min-width: 10%;
  margin: 0 auto;
/*  background-color: coral; */
}
.infoGraBull_txt p{
  padding: 50px 20px 0 20px;
  margin: 0 auto;
  vertical-align: middle;
}
span.firstLetter{
  font-size: 2em;
  color: #C5645B;
}
h4.titre_phylo{
  font-size: 3em;
  padding: 0 0 25px 0;
  color: #C5645B;
  font-weight: 400;
  text-align: center;
}
/*****************FOOTER*****************/
.footer{
  position: absolute;
  width: 100%;
  height: auto;
  min-height:10px;
  /*padding-top:20px;*/
  background-color:#C5645B;
  }
  .footer_content{
    position: relative;
    width: 98%;
    height: auto;
    margin: 0 auto;
    /*background-color:#f9f9f9;*/
    /*padding-top: 60px;*/
  }
  .footer_content p{
    color: #415C71;
    text-align: center;
    font-size: 13px;
  }

  /********************************/
  /*******************************/
  /********* MEDIA SCEEN ********/
  /*****************************/
  /****************************/
  @media only screen and (max-width: 1300px){
    .content_content{
      width: 100%;
    }
    .infoGraBull{
      width:100%;
    }
    .infoGraBull_img{
      width: 100%;
      margin: 0 auto;
    }
    .infoGraBull_txt{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    }

  }
    @media only screen and (max-width: 480px){
      .wrapper_service .panel img{
        display: none;
      }
      .wrapper_service .panel{
        height: auto;
      }
    }
    @media only screen and (max-width: 610px){
      h4.titre_services{
        position: relative;
        top: 50px;
      /*  background-color: coral; */
      }
    }
