/*
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");
*{
  box-sizing: content-box;
  box-sizing: border-box;
}
html, body{
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: sans-serif;
  background-color: #f9f9f9;
}
.amit{
  color: #415C71;
  text-decoration: none;
}
.wrapper{
  width:100%;
  height: auto;
}
.wrapper .wrapper_content{
  width:100%;
  height: auto;
  min-height: 950px;
  margin: 0 auto;
}
/*************TEXT*******************/
p{
  color: #414141;
}
.text_scramble {
  font-weight: 100;
  font-size: 28px;
  color: #C5645B;
  font-family: "AmaticaRegular";
}
.dud {
  color: #415C71;
}
/*****************CONTENT*****************/
.content{
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  background-color:#f9f9f9;
  /*background-color: #E65;*/
}
.content .content_content{
  flex: 0 0 auto;
  position: relative;
  max-width: 1200px;
  height:auto;
  margin: 0 auto;
  /*  background-color: #EEE; */
}
.titrePage{
  padding: 0;
  margin: 0;
  position: relative;
}
.content_content h1{
  font-size: 3rem;
  font-family: "AmaticaRegular";
  font-weight: 400;
  text-align: center;
  padding: 25px;
  color: #C5645B;
}
.content_content .codeImg_text_content{
  position: relative;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  top: -60px;
  width: 100%;
  height: auto;
  /*  background-color: khaki; */
}
/** IMG CODE **/
.content_content .code_multi_Img{
  position: relative;
  top: 50px;
  margin: 0 auto;
  min-width: 75px;
  max-width: 250px;
  max-height: 200px;
  background-repeat: no-repeat;
  /*  background-color: tomato; */
  /*  background: url("../img/engreMaintenance.png"); */
}
.content_content .code_multi_Img img{
  position: relative;
}
.content_content .code_multi_Img .formations_span{
  position: absolute;
  color: #415C71;
  text-transform: uppercase;
  letter-spacing: .34rem;
  transform: rotate(-90deg);
  left: -75px;
  top: 91px;
}
.content_content .code_multi_Img .conseils_span{
  position: absolute;
  color: #415C71;
  text-transform: uppercase;
  letter-spacing: .63rem;
  transform: rotate(-90deg);
  left: -75px;
  top: 90px;
}
.content_content .code_multi_text{
  flex: 1 0 auto;
  position: relative;
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}
.content_content .code_multi_text p{
  text-align: justify;
  justify-content: space-between;
  font-size: 1.3em;
  color: #415C71;
  font-family: "caviarDreams";
}
.content_content .code_multi_text sup{
  font-size: 0.6;
}
.content_content .firtLettre{
  text-align: justify;
  justify-content: space-between;
  font-size: 2.3em;
  padding:2px;
  color: #C5645B;
  font-family: "caviarDreams";
}
.content_content .separLine{
  width: 100%;
  height: 1px;
  top: 50px;
  bottom: 50px;
  background-color: #C5645B;
}
.content_content .separLine:last-child{
  width: 100%;
  height: 1px;
  top: 50px;
  margin: 0 0 50px 0;
  background-color: #C5645B;
}
.button_nous_contacter {
  position: relative;
  width: 200px;
  padding: 10px;
  border: 1px solid #415c71;
  border-radius: 3px;
  margin: 50px auto 0 auto;
  text-align: center;
}

.button_nous_contacter a {
  color: #c5645b;
  font-size: 1.5rem;
  text-decoration: none;
  transition: .3s;
}

.button_nous_contacter a:hover {
  border-bottom: 1px solid #c5645b;
}
/******* FORMATION ********/
.formations_content{

}
.formations_content .partic_pro{
  position: relative;
  color: #415C71;
  text-align: center;
  padding: 0;
  margin: 0;
  top: -60px;
  letter-spacing: .49rem;
  font-weight: 400;
}
.formations_content .jeunes{
  position: relative;
  color: #415C71;
  text-align: center;
  padding: 0;
  margin: 0;
  top: -60px;
  letter-spacing: .47rem;
  font-weight: 400;
}
.description_formation{
  position: relative;
  font-size: 1.3em;
  color: #415C71;
  font-family: "caviarDreams";
}
.wrapper_service {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1020px; /*1020px*/
  height: auto;
  margin-top: 50px;
}
.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 h2 {
  display: block;
  margin: -10px auto 15px auto;
  color: #C5645B;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.wrapper_service .panel p {
  font-size: 1em;
  text-align: justify;
  text-justify: inter-character;
  color: #415c71;
/*  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 h3 {
  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 a{
  padding: 5px 5px 5px 0px;
  line-height: 24px;
  font-size: 1rem;
  color: #F9f9f9;
}
.wrapper_service .panel .slide ul li a:hover{
  padding: 5px 5px 5px 0px;
  line-height: 24px;
  font-size: 1rem;
  color: #C5645B;
}
.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;
}
.google_plus{
  position: absolute;
  right: 35px;
  top: 10px;
}
.panel .slide .google_plus img{
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  transition: .3s;
}
.panel .slide .google_plus img:hover{
  transform: rotate(180deg);
}
.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;
}
/******* /FORMATION *******/
/*****************FOOTER*****************/
.footer{
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  height: auto;
  min-height:10px;
  top: 8px;
  background-color:#C5645B;
}
.footer .footer_content{
  flex: 0 0 auto;
  position: relative;
  width: 98%;
  height: auto;
  margin: 0 auto;
}
.footer_content p{
  position: relative;
  color: #415C71;
  text-align: center;
  font-size: 13px;
  font-family: "caviarDreams";
}
/** ANIMATION UP **/
.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;
}

@media only screen and (max-width: 1000px){
  .content_content .code_text{
    max-width: 100%;
  }
  .content_content .multimedias_text{
    max-width: 100%;
  }
  .content_content{
    width: 90%;
    max-width: 90%;
  }
  .content_content .separLine{
    max-width: 100%;
  }
  .content_content .multimediasImg{
    min-width: 100px;
    max-width: 150px;
    max-height: 200px;
  }
  .content_content .codeImg{
    min-width: 100px;
    max-width: 150px;
    max-height: 200px;
  }
  footer{
    bottom: 0;
  }
}
