
/* ----------------------------------------------------------------
     [ Project_style ]
-----------------------------------------------------------------*/

.containerAPT{
  background-color: rgba(230,232,231, 0.4);
padding: 30px;
border-radius: 7px;
border:solid rgba(21,21,21, 0.3) 1px;
margin:30px;}

.containerAPT h2 {
text-align: center;
color: #fff;
font-size:10px;
}

.abstract{margin-left: auto;
  margin-right: auto;
  width:500px;
  text-align: justify;
padding:11px;
font-size: 12px;
background-color: rgba(230,232,231, 0.4);
border-radius: 7px;
border: solid 1px rgba(21,21,21, 0.3);}

.abstract p {
padding: 0px 30px;
border-right: solid 1px rgba(21,21,21, 0.3);
border-left: solid 1px rgba(21,21,21, 0.3);
text-indent: 7px;}

.abstract h2 {
text-align: right;
color: #215C6A;
font-size:20px;
}

.fa-icon-abs{
  color: #215C6A;

}

@media (max-width: 705.98px) { 

  .desc-work .col-xs-12-blank{
    padding-left: 75px; 
    padding-top: 101px;
    margin :10px 0;
     background-image: linear-gradient(to right bottom,
    rgba(44,127,150, 0.3), rgba(98,172,191, 0.9));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
  }
  .desc-work .col-xs-12 {
     padding-left: 75px; 
     padding-top: 2px;
     padding-bottom: 10px;
     border-width: 0px 0px 0.7px 0px;
     border-style: solid;
     border-color:  #5996A4;
     background-color: white; 
    
  }}

  .desc-work .col-md-3{
    padding-left: 15px; 
    margin-bottom: 1rem;
  }
    .desc-work .col-md-3 h2 {
      font-family: 'Exo', sans-serif;
      font-size: 0.9rem;
      font-weight: 500;
      border-left: 2px solid #2C7F96 ;
      margin-bottom: 0.5rem ;
      text-transform: uppercase;
      color: #2C7F96 ;
      padding-left: 1rem; 
      padding-right: 1rem;
      line-height: 1rem;
    }

      .desc-work .col-md-3 h3 {
      font-family: 'Exo', sans-serif;
      font-size: 0.9rem;
      font-weight: 400;
      color: #2C7F96 ;
     }

      .desc-work .col-md-3 h4 {
      font-family: 'Exo', sans-serif;
      font-size: 0.7rem;
      font-weight: 400;
      line-height: 11px;
      color: #000 ;
      }

      .desc-work .col-md-3 h5 {
      font-family: 'Exo', sans-serif;
      font-size: 0.5rem;
      font-weight: 300;

      line-height: 3px;
     color: #2C7F96 ;}

      .desc-work .col-md-3 h6 {
      font-family: 'Exo', sans-serif;
      font-size: 0.5rem;
      font-weight: 300;
      color: #2C7F96 ;
      padding-right: 1rem;
      padding-left: 1rem; 
      margin : 0.5rem 2rem;  
      text-align: right; 
      line-height: 0.9rem}

    .desc-work .col-md-3 p {
      font-size: 11px ;
      text-align: justify;
      border-right: 1px solid #2C7F96 ;
      border-left: 1px solid #2C7F96 ;
      padding-right: 0.3rem;
      padding-left: 0.3rem; 
      margin : 0rem 1rem;  
      line-height: 1.2rem;
      text-indent: 1.5em;}

      .desc-work .col-md-3 a {
      font-family: 'Exo', sans-serif;
      font-size: 0.8rem;
      font-weight: 400;
      color: #215C6A;
      border-radius: 3px;
      padding-right: 1px;
      padding-left: 1px; 
      border:none;
      background-color: #fff;
       }

      .desc-work .col-md-3 a:hover{border:none;
        background-color: #fff;
        padding: none;
      }


.Timeline {
  display: flex;
  align-items: center;
  height: 300px;
  padding-top: 30px;

}

.event1,
.event2, .event3 {
  position: relative;
}
.event1Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 250px;
  height: 80px;
  top: -90px;
  left: -15px;
  border-radius: 7px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64)
}


.event2Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 250px;
  height: 60px;
  left: -100px;
  top: 40px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64)
}

.event1Bubble:after,
.event1Bubble:before,
.event2Bubble:after,
.event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.event1Bubble:before {
  bottom: -10px;
  left: 13px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
}

.event1Bubble:after {
  bottom: -8px;
  left: 13px;
  border-top-color: #F6F6F6;
  border-width: 12px;
}

.event2Bubble:before {
  bottom: 59px;
  left: 103px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.event2Bubble:after {
  bottom: 57px;
  left: 103px;
  border-top-color: #F6F6F6;
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eventTime {
  display: flex;
}



.date{
  font-family: 'Raleway', sans-serif;
  color: #215C6A;
  font-size: 11px;
  color: #9E9E9E;
}

.Enonce {
  font-size: 13px;
  margin-left: 5px;
  font-weight: 300;
  margin-top: 10px;
  font-family: 'Exo', sans-serif;
  color: #215C6A;
}

.MonthYear {
  font-weight: 600;
  line-height: 10px;
  color: #9E9E9E;
  font-size: 9px;
}

.eventTitle {
  font-family: 'Exo', sans-serif;
  color: #349CBA;
  font-size: 11px;
  display: flex;
  flex: 1;
  text-align: center;
  margin-left: 12px;
  margin-bottom: 10px;
}

.time {
  position: absolute;
  font-family: 'Raleway', sans-serif;
  color: #215C6A;
  width: 300px;
  font-size: 11px;
  margin-top: -3px;
  margin-left: -5px;
  
}

.eventAuthor {
  position: absolute;
  font-family: 'Raleway', sans-serif;
  color: #215C6A;
  width: 300px;
  font-size: 11px;
  top: -8px;
  left: 63px;
}

.event2Author {
  position: absolute;
  font-family: 'Raleway', sans-serif;
  color: #215C6A;
  width: 300px;
  font-size: 11px;
  top: 96px;
  left: -32px;
}

.time2{
  position: absolute;
  font-family: 'Raleway', sans-serif;
  color: #215C6A;
  width: 300px;
  font-size: 11px;
  margin-top: -41px;
  margin-left: -5px;
  color: #9E9E9E;
}

.now{
    background-color: #349CBA;
    color: white;
    letter-spacing: 2px;
    border-radius: 7px;
    margin: 5px;
    padding: 4px;
    font-size: 10px;
   font-family: 'Exo', sans-serif;
    border: 2px solid white;
    font-weight: bold;
    box-shadow: 0 0 0 2px #004165
}

.futureGray{
     filter: grayscale(1);
    -webkit-filter: grayscale(1);
  
}

.futureOpacity{
  -webkit-filter: opacity(.3);
  filter: opacity(.3);
  
}


#Impulce_suivi {
background-color: rgba(231,231,231, 0.7);
padding: 15px;
margin:20px;
border-radius: 7px;
}

#Impulce_suivi p{
  text-align:left;
  font-family: 'Poiret One';
  font-size: 10px;
  line-height: 10px;
  color:#2C7F96;
}

#Impulce_suivi a{
  text-align:left;
  font-family: 'Poiret One';
  font-size: 11px;
  line-height: 10px;
  color:#2C7F96;
}

#Impulce_suivi a:hover{    
 color: #215C6A;;
   background-color: rgba(242,242,242,0.6);
  padding: 2px 3px;
  border-radius: 7px;
  border: solid 1px rgba(101,172,190,0.6);
}



.row.heading h2 {
   color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px;
    background-color: #2C7F96 ;
    border-radius: 7px;
    padding-bottom: 10px; 
      text-transform: uppercase;
      padding: 1rem;
}

.row.heading p {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 200;
    text-align: justify;
    margin: 0 0 10px;
    padding: 10px 100px;
}

@media (max-width: 705.98px) 
{
.row.heading h2 {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px;
    background-color: #2C7F96 ;
    border-radius: 7px;
    padding-bottom: 10px; 
      text-transform: uppercase;
      padding: 1rem;
}

.row.heading p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
    padding: 1px 10px;}

#Impulce_suivi p{
  text-align:left;
  font-family: 'Poiret One';
  font-size: 13px;
  line-height: 13px;
  color:#2C7F96;
}

#Impulce_suivi a{
  text-align:left;
  font-family: 'Poiret One';
  font-size: 13px;
  line-height: 13px;
  color:#2C7F96;
}

#Impulce_suivi a:hover{    
 color: #215C6A;;
   background-color: rgba(242,242,242,0.6);
  padding: 2px 3px;
  border-radius: 7px;
  border: solid 1px rgba(101,172,190,0.6);
}
}

ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.our-intervenant .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
    background-color: rgba(220, 220, 220, 0.9);
}

.our-intervenant{
 background-image: linear-gradient(to right bottom,
  rgba(44,127,150, 0.3), rgba(98,172,191, 0.9)), url(../img/CSS_img/sky03.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.our-intervenant .cnt-block{ 
   float:left; 
   width:100%; 
  background-color: rgba(220, 220, 220, 0.7);
   padding: 10px 10px; 
   text-align:center; 
   border-radius: 11px;
    border: 0.5px solid #266678;
   margin: 0 0 11px;
   overflow: hidden;
}
.our-intervenant .cnt-block figure{
   width:120px; 
   height:120px; 
   border-radius:100%; 
   display:inline-block;
}
.our-intervenant .cnt-block img{ 
   width:120px; 
   height:120px; 
   border-radius:70px; 
   border: solid 1px white;
   padding: 3px;
}
.our-intervenant .cnt-block h3 a{ 
   color: #215C6A; 
   font-size: 20px; 
   font-weight: 400; 
}

.our-intervenant .cnt-block h3 a:hover{
  color: white ;
   font-size: 20px; 
   font-weight: 500; 
}
.our-intervenant .cnt-block p{ 
   color: #215C6A; 
   font-size: 13px; 
   line-height: 1px; 
   font-weight:500;
}

.our-intervenant .cnt-block .descr{ 
   color: black; 
   font-size: 11px; 
   line-height: 17px; 
   font-weight:200;
   text-align: center;
}



      /* ----------------------------------------------------------------
     [ End Project_style ]
-----------------------------------------------------------------*/

