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

 Theme Name: AJ-F events by Anf
 Version: 1.0




/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
nav a {
  color: #ffffff;
  font-size: .8rem;
  margin-right: 1rem;
  text-transform: uppercase;
}

.dropdown-menu {
 background-color: rgba(250, 250, 250, 0.7);
 border-radius: 3px;
 border: solid 1px #FFF;
 padding: 10px;
 width: 200px;
  -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
  box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
}

.dropdown-menu .nav-link-sub{
  color: #215C6A ; 
  padding: 5px;
  font-weight: 200;
  font-size: 12px;
  text-transform: none;
  transform: scale(0.9);
}

.dropdown-menu .nav-link-sub:hover {
  color: #245C69;
  background-color: rgba(250, 250, 250, 0.7);
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 7px;
  transform: scale(0.9);
text-shadow: none;}

#current .nav-link{
  color: #FFF ; 
  background-color: rgba(250, 250, 250, 0.3);
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 7px;
  transform: scale(0.9);
}

#current .nav-link:hover {
  color: #245C69;
  background-color: rgba(250, 250, 250, 0.7);
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 7px;
  transform: scale(0.9);
text-shadow: none;}

.navbar-default{
  border:0;
  font-family: 'Exo', sans-serif;
  font-size: 0.9rem;
  font-weight: 200;
  padding: .7px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #ffffff;
}

.navbar-name{
  font-family: 'Exo', sans-serif;
  font-size: 1rem;
  font-weight: 100;
  color: white;
  margin-right:17px;
  overflow: hidden;
  padding: .7px;
}


a.navbar-name {
color: #ffffff;
padding: 0.37rem;
border-style: solid;
border-width: 1px;
border-color: transparent;
border-radius: 7px;
}

a.navbar-name:hover {
color: #fff ;
padding: 0.37rem;
background-color: rgba(220, 220, 220, 0.2);
border-style: solid;
border-width: 1px;
border-color: white;
border-radius: 7px;
text-shadow: 1px 1px 2px black, 0 0 1em #136F7F, 0 0 0.2em rgba(37, 97, 113, 0.9);
}

a.navbar-brand {
    color: #fff ;
}

.navbar-brand{
margin-top: 0px;
margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent;
    border-style: solid;
border-width: 0.3px;
border-color: transparent;
border-radius: 7px;
  padding: 7px;
}

.navbar-default:hover {
  background-color: transparent;
  border-style: solid;
  border-width: 0.3px;
  border-color: #215C6A;
  border-radius: 7px;
  padding: 7px;
   -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-default .navbar-nav>li>a {
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  letter-spacing: .5px;
  margin-left: 14px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navbar-default .navbar-nav>li>a:active {
  color: #0dd;
}

.activate-menu {
  background-image: linear-gradient(-140deg, #62ACBF 15%, #318094 70%);
  -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
  box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
}

a.navbar-brand {
    color: #fff !important;
}

.navbar-nav li {
    float: left;
    font-size: 15px;
}

nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1s cubic-bezier(0.4, 0.25, 0, 1);
    transition: all 1s cubic-bezier(0.4, 0.25, 0, 1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 0 0 50px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 50px 1px rgba(0,0,0,0.05);
    background-color: rgba(241,241,241, 0.7);
}

.navbar--scrolled:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  cursor: pointer;
 -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: rgba(250, 250, 250, 0.3);
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 7px;
  text-shadow: 1px 1px 2px black, 0 0 1em #136F7F, 0 0 0.2em rgba(37, 97, 113, 0.9);
  transform: scale(0.9);
}

.navbar-light .navbar-nav .nav-link:hover .fa-icon-nav{
    color: #ffffff;
    transform: scale(1.3);
    text-shadow: 1px 1px 2px black, 0 0 1em #136F7F, 0 0 0.2em rgba(37, 97, 113, 0.9);
}


@media (max-width: 991.98px)  {
  
  nav ul {
    margin-top: 10px;
    text-align: center;
  }

  nav ul li a {
    text-align: center;
  }

  nav ul li:hover {
    background-color: transparent;
  }
  
  .navbar-light .navbar-nav .nav-link {
  color: #fff;
  border-color: white;
  border-width: 0px;
  border-radius: 7px;
  font-size: 12px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  overflow: hidden;
  cursor: pointer;
  background-color:  rgba(191, 179, 191, 0.2);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: white ;
  background-color: #62ACBF;
  margin-top: 3px;
  width: 230px;
  text-shadow: 1px 1px 2px black, 0 0 1em #136F7F, 0 0 0.2em rgba(37, 97, 113, 0.9); 
  border-color: white;
  border-width: 0.7px;
  border-radius: 7px;
  transform: scale(1.1);
  }

  .navbar-default {
    background-color: transparent;
    border: none;
    padding: 0.7px;
}
    .navbar-default:hover {
    background-color: transparent;
    border: none;
    padding: 0.7px;
}
.dropdown-menu {
 background-color: rgba(250, 250, 250, 0.7);
 border-radius: 3px;
 border: solid 1px #FFF;
 padding: 10px;
 width: 250px;
 height: 90px;
 margin-left: auto;
 margin-right: auto;
  -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
  box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
}

.dropdown-menu .nav-link-sub{
  color: #215C6A ; 
  padding: 5px;
  font-weight: 200;
  font-size: 12px;
  text-transform: none;
  transform: scale(0.9);
}

.dropdown-menu .nav-link-sub:hover {
  color: #245C69;
  background-color: rgba(250, 250, 250, 0.7);
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 7px;
  transform: scale(0.9);
text-shadow: none;}
 }
 }

.fa-icon-nav{
  color: #215C6A;
  transition: all 1.7s cubic-bezier(.99,.82,.11,1.41);
}

.navbar-brand {
color: #ffffff;
border-style: solid;
border-width: 1px;
border-color: transparent;
border-radius: 7px;
padding-bottom: 20px;

}
.navbar-brand :hover{
    color: #ffffff;
    transform: scale(1.3);
    border-radius: 7px;
  background-color: rgba(220, 220, 220, 0.2);
  transition: all 1.7s cubic-bezier(.99,.82,.11,1.41);
}
/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 04 Start Banner ]
-----------------------------------------------------------------*/

#bannerdesc{
  height: 31rem;
  padding-top: 21px;
  background-image: linear-gradient(to right bottom,
  rgba(44,127,150, 0.8), rgba(161,218,213, 0.8)), url(../img/CSS_img/09.jpg);
  background-size: cover;
  background-position: center;
  margin:0px;
  background-attachment:fixed;
  clip-path: ellipse(150% 100% at 50% 0);
  -webkit-clip-path: ellipse(150% 100% at 50% 0);
}

@media (max-width: 991.98px)  {

#bannerdesc{
  height: 31rem;
    background-image: linear-gradient(to right bottom,
  rgba(44,127,150, 0.8), rgba(161,218,213, 0.8)), url(../img/CSS_img/09.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
  clip-path: ellipse(150% 100% at 50% 0);
  -webkit-clip-path: ellipse(150% 100% at 50% 0);
}}

/* --- Affichage Bannière Site---*/
.bannerdesc-caption {
  position: relative;
  text-align: center;
  top: 7rem;
  color: #ffffff;
}

.bannerdesc-caption h1{
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}

.bannerdesc-caption h4{
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 2rem;
}

/* ----------------------------------------------------------------
     [ 04 End Banner ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 05 Start Features ]
-----------------------------------------------------------------*/

#features {
    padding-top: 30px;
    margin-bottom: 0px;
}

.fields{
   background-image: linear-gradient(to right bottom,
  rgba(44,127,150, 0.8), rgba(161,218,213, 0.8)), url(../img/CSS_img/abs06.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px;
  background-attachment:fixed;
}
.intro h4:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #2AAFC0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

 .feature-box-icon {
      height: 70px;
      width: 70px;
      border: 1px solid  #fff;
      border-radius: 11px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: left;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin: 0 auto 30px; }

      .fa-icon-box {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 1.7rem;
        color:  white; }

    .feature-box-icon:hover {
      border-color:  #2C7F96;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg) scale(1.2); }

    .fa-icon-box:hover {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg)  scale(1.1);
      color:#2C7F96; }

/* ----------------------------------------------------------------
     [ End Features ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ 6 Start card style ]
-----------------------------------------------------------------*/

.feature-box {
  background-color:rgba(57,130,151,0.8);
  color : white;
  font-size: 1rem;
  padding: 1rem 2.5rem;
  text-align: center;
  border:solid 1px white;
  border-radius: 21px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .7s;
}

.carousel-link{  
  color: #fff;
  font-size:  17px;
  line-height: 27px;
  font-family: 'Exo', sans-serif;
  font-weight: 200;
}
.carousel-link:hover{  
  font-size:  17px;
  line-height: 27px;
  color: #398297;
  border:solid 1px white;
  border-radius: 21px;
  padding: 3px 21px;
  background-color: rgba(250, 250, 250, 0.7);
  cursor: pointer;}


.feature-box h4{
  text-align: left;
  font-size:  30px;
  margin-left: 20px;
  line-height: 27px;
  letter-spacing: 1.3px;
  color: white;
  font-family: 'Exo', sans-serif;
  font-weight: 200;
}

.feature-box_content{
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 200;
  margin-left: 20px;
  line-height: 27px;
  letter-spacing: 1.3px;
}

.feature-box__icon {
    font-size: 6rem;
    margin-bottom: .5rem;
    display: inline-block;
    background-image: linear-gradient(to right, #5996A4, #317E96);
    -webkit-background-clip: text;
    color: transparent;
  }


@media (max-width: 991.98px)  {

.fields{
   background-image: linear-gradient(to right bottom,
  rgba(44,127,150, 0.8), rgba(161,218,213, 0.8)), url(../img/CSS_img/abs06.jpg);
  background-size: contain;
  background-position: center;
  margin-bottom: 10px;
  padding: 20px;
  background-attachment:fixed;
}

.carousel-link{  text-align: left;
  font-size:  0.9rem;
  line-height: 27px;
  font-family: 'Exo', sans-serif;
  font-weight: 200;
}

  .feature-box {
  background-color:rgba(57,130,151,0.8);
  color : white;
  border:solid 1px white;
  margin-left: none;
  font-size: 12px;
  padding: 1rem 0rem 3rem 0.3rem;
  text-align: center;
}


.feature-box h4{
  text-align: center;
  font-size:  15px;
  margin-left: 5px;
  line-height: 27px;
  color: white;
  font-family: 'Exo', sans-serif;
}

.feature-box_content{
  text-align: left;
  font-size:  0.9rem;
  line-height: 27px;
  font-family: 'Exo', sans-serif;
}

.feature-box__icon {
    font-size: 6rem;
    margin-bottom: .5rem;
    display: inline-block;
    background-image: linear-gradient(to right, #5996A4, #317E96);
    -webkit-background-clip: text;
    color: transparent;
  }

.flip-card {
  background-color:rgba(57,130,151,0.8);
  border:solid 1px white;
  color : white;
  font-size: 0.3rem;
  padding: 2px;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 21px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .7s;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  margin-left :  auto; 
  margin-right :  auto; 
  border-radius: 21px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  border-radius: 21px;
  transform: rotateX(0deg);
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  padding: 10px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;

}

/* Style the back side */
.flip-card-back {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  transform: rotateY(180deg);}

.flip-card-back a{
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.flip-card-back a:hover {
  color: #eee;
  text-decoration: none;
}
}

 .flip-card {
  background-color:rgba(57,130,151,0.8);
  border:solid 1px white;
  color : white;
  width: 200px;
  height: 100px;
  font-size: 1rem;
  padding: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 21px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .7s;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

 .flip-card h5{
  font-family: 'Exo', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color : white;
  text-align: center;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  margin-left :  auto; 
  margin-right :  auto; 
  border-radius: 21px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  border-radius: 21px;
  transform: rotateX(0deg);
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: transparent;
  padding: 10px;
  width: 100px;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;

}

/* Style the back side */
.flip-card-back {
  width: 100px;
  height: 90%;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  transform: rotateY(180deg);

}

.flip-card-back a{
  color: #fff;
  text-decoration: none;
}

.flip-card-back a:hover {
  color: #eee;
  text-decoration: none;
}
/* Card style end here */


/* ----------------------------------------------------------------
     [ End card style ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 14 Start Three-elements ]
-----------------------------------------------------------------*/

.three-elements {
  text-align: center;
  background-color: rgba(231,231,231, 0.7);
  padding-top: 5rem ;
  padding-bottom: 1rem ;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-bottom: 1px solid #317F95;
}

  .three-elements .col-md-7 {
    padding:1rem;
    border-radius: 11px;
    background-color: #5BA2B4 ;
     margin-left: auto ;
    margin-right: auto ;
    width : 500px;
    }

    .three-elements .col-xs-12 {
    padding:1rem;
    border-radius: 11px;
    background-color:rgba(57,130,151,0.8);
    border:solid 1px white;
    width: 300px;
    margin-left: auto; ;
    margin-right: auto ;
    margin-bottom: 2rem;
    }

    .three-elements .col-md-3 .three-elements--image {
      height: 50px;
      width: 50px;
      border: 1px solid  #fff;
      border-radius: 11px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin: 0 auto 30px; }

      .three-elements .col-md-3 .three-elements--image i {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 1.7rem;
        color:  white; }

    .three-elements .col-md-3:hover .three-elements--image {
      border-color:  #2C7F96;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg) scale(1.5); }

    .three-elements .col-md-3:hover i {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg)  scale(1.1);
      color:#2C7F96; }

    .three-elements .col-md-3:hover a {
      
      font-family: 'Exo', sans-serif;
      font-size: 1rem;
      font-weight: 450;
       color: #fff ;
       padding: 0.37rem;
      background-color: rgba(220, 220, 220, 0.2);
      border-style: solid;
      border-width: 1px;
      border-color: white;
      border-radius: 7px;
      letter-spacing: 0.1rem;}

    .three-elements .col-md-3 a{
      font-family: 'Exo', sans-serif;
      font-size: 1rem;
      font-weight: 400;
      position: relative;
      text-align : center;
      text-transform: uppercase;
      color: #215C6A ;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;}

    .three-elements .col-md-3 p {
      font-family: 'Raleway', sans-serif;
      font-size: 0.9rem;
      font-weight: 300;
      color:#fff;
      text-align : justify;
      line-height: 1.2rem;
      letter-spacing: 1px;}

      /* ----------------------------------------------------------------
     [ 14 End Three-elements ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ 06b Start DescW ]
-----------------------------------------------------------------*/
.desc-work {
  padding: 10px 0;
}
  .desc-work .col-md-3_blank {
    padding-right: 20px; 
    margin-right: 100px; 
    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-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 200px;
  }

@media (max-width: 991.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)),url(../img/CSS_img/abs02.jpg);
    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-xs-12 p {
      font-size: 11px ;
      text-align: justify ;
      border-right: 1px solid #2C7F96 ;
      border-left: 1px solid #2C7F96 ;
      padding-right: 1rem;
      padding-left: 1rem; 
      margin : 0rem 1rem;  
      line-height: 1.2rem;
      text-indent: 1.5em;}
      }
.desc-work .col-md-5 li {
      font-family: 'Exo', sans-serif;
      font-size: 0.7rem;
      line-height: 21px;
      padding-right: 11px;
      font-weight: 400;
      color: #2C7F96 ;
     }
     .desc-work .col-md-5 h3 {
      font-family: 'Exo', sans-serif;
      font-size: 0.9rem;
      line-height: 21px;
      padding-right: 11px;
      font-weight: 400;
      color: #2C7F96 ;
     }

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

      .desc-work .col-md-9 h3,.desc-work .col-md-7 h3 {
      font-family: 'Exo', sans-serif;
      font-size: 0.9rem;
      line-height: 21px;
      padding-right: 11px;
      font-weight: 400;
      color: #2C7F96 ;
     }

      .desc-work .col-md-9 h4,.desc-work .col-md-7 h4 {
      font-family: 'Exo', sans-serif;
      font-size: 0.81rem;
      font-weight: 400;
      line-height: 15px;
      color: #000 ;
      text-indent: 5px;
      }

      .desc-work .col-md-9 h5,.desc-work .col-md-7 h5 {
      font-family: 'Exo', sans-serif;
      font-size: 0.7rem;
      font-weight: 300;
      line-height: 9px;
      text-indent: 11px;
     color: #2C7F96 ;}

      .desc-work .col-md-9 h6,.desc-work .col-md-7 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-9 p,.desc-work .col-md-7 p {
      font-size: 11px ;
      text-align: justify ;
      border-right: 1px solid #2C7F96 ;
      border-left: 1px solid #2C7F96 ;
      padding-right: 1rem;
      padding-left: 1rem; 
      margin : 0rem 1rem;  
      line-height: 1.2rem;
      text-indent: 1.5em;}

    .desc-work .col-md-9 a,.desc-work .col-md-7 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-9 a:hover,.desc-work .col-md-7  a:hover{border:none;
        background-color: #fff;
        padding: none;
      }

.fa-icon-dl{ 
    width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1;
  background: rgba(250,250,250,0.3);
  color: rgba(33,92,106,0.3);
  text-align: center;
  border : solid 2px rgba(33,92,106,0.5);
  border-radius: 50%;
  font-size: 17px;
  padding: 7px 0 0;
  transition: 0.3s;
      }

.fa-icon-dl:hover {
  width: 30px;
  height: 30px;
  background: #215C6A;
  color: #FFF;
  border-color :#215C6A;
  transition: all .5s;
      }
    

.fa-icon-desc{
  color: white ;
  display: inline-block;
  margin-right: 5px;
  padding:7px;
  border-radius: 3px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    background-color: #2C7F96;
    vertical-align: middle;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}

/* ----------------------------------------------------------------
     [ End DescW ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 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;

}

.row.heading h2 {
    color: #fff;
    font-size: 17px;
    line-height: 10px;
    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: #2C7F96;
    font-size: 15px;
    line-height: 10px;
    font-weight: 300;
    text-align: center;
    padding: 1px 10px;
}



@media (max-width: 705.98px) {

.toolbox_EnvCC{
  color:red;
  background-image: url(../img/CSS_img/Urban_xs.jpg);
  background-size: cover;
}

.toolbox_GreenCities{
  background-image: linear-gradient(to right bottom,
  rgba(200,207,200, 0.9), rgba(98,172,191, 0.3)), url(../img/CSS_img/Urban_xs.jpg);
  background-size: contain;
  background-position: bottom;
  background-attachment:fixed;
}

.toolbox_SustainableFood{
  background-image: linear-gradient(to right bottom,
  rgba(200,207,200, 0.9), rgba(98,172,191, 0.3)), url(../img/CSS_img/Agri_xs.jpg);
  background-size: contain;
  background-position: bottom;
  background-attachment:fixed;
      }}

.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: #2C7F96;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    padding: 1px 10px;
}


@media (min-width: 706px) {
.toolbox_EnvCC{
  background-image: linear-gradient(to right bottom,
  rgba(200,207,200, 0.9), rgba(98,172,191, 0.3)), url(../img/CSS_img/landscape_CC.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.toolbox_GreenCities{
  background-image: linear-gradient(to right bottom,
  rgba(200,207,200, 0.9), rgba(98,172,191, 0.3)), url(../img/CSS_img/abs03.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.toolbox_SustainableFood{
  background-image: linear-gradient(to right bottom,
  rgba(200,207,200, 0.9), rgba(98,172,191, 0.3)), url(../img/CSS_img/09.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
}

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

.toolbox_EnvCC{
  background-image: linear-gradient(to right bottom,
  rgba(200,207,200, 0.9), rgba(98,172,191, 0.3)), url(../img/CSS_img/patrimoine3.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   border-bottom: 7px solid #256476;
  border-top: 7px solid #256476;
  
}

.toolbox_GreenCities{
  background-image: linear-gradient(to right bottom,
  rgba(200,207,200, 0.9), rgba(98,172,191, 0.3)), url(../img/CSS_img/abs03.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   border-bottom: 7px solid #256476;
  border-top: 7px solid #256476;
  
}

.toolbox_SustainableFood{
  background-image: linear-gradient(to right bottom,
  rgba(200,207,200, 0.9), rgba(98,172,191, 0.3)), url(../img/CSS_img/09.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   border-bottom: 7px solid #256476;
  border-top: 7px solid #256476;
  
}
.toolbox .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;
}
.toolbox .cnt-block figure{
   width:120px; 
   height:120px; 
   border-radius:100%; 
   display:inline-block;
}
.toolbox .cnt-block img{ 
   width:120px; 
   height:120px; 
   border-radius:70px; 
   border: solid 1px white;
   padding: 3px;
}

.img-prog{ 
   width:370px; 
   height:250px; 
   border-radius:7px; 
   border: 0.5px solid #266678;
   padding: 2px;
   margin-bottom: 3px;
}

.img-flyer{ 
   width:300px;  
   border-radius:7px; 
   border: 0.5px solid #266678;
   padding: 2px;
   margin-bottom: 3px;
}

.toolbox .cnt-block .img-prog{ 
   width:80%; 
   height:300px; 
   border-radius:7px; 
   border: 0.5px solid #266678;
   padding: 2px;
}
.toolbox .cnt-block h3 { 
   color: #215C6A; 
   font-size: 15px; 
   font-weight:400;
}

.toolbox .cnt-block h4{ 
   color: #215C6A;
   font-size: 14px; 
   margin:0 3px;
   font-weight:400;
   padding:11px;
background-color: rgba(49,127,149, 0.4);
border-radius: 7px;
border: solid 0.5px #215C6A; 
   text-align: center;
}

.toolbox .cnt-block h5{ 
    color: black; 
   font-size: 10px; 
   font-weight:200;
   margin:7px 3px 7px;
   text-align: center;
}

.toolbox .cnt-block p{ 
   color: #215C6A; 
   font-size: 9px; 
}

.toolbox .cnt-block .descr{ 
   color: black; 
   font-size: 10px; 
   font-weight:200;
   text-align: justify;
}
.toolbox .cnt-block .date{ 
   color: #215C6A;
   font-size: 10px; 
   font-style: italic;
   font-weight:200;
   padding: 1px;
   margin:0 3px;
   text-align: right;
}

.separate_toolbox{padding-top: 21px;
background-color: rgba(231,231,231, 0.7);}

.fa-icon-prog{
  color: #418B9F; 
   font-size: 17px; 
   padding-top: 5px;
}

.Conf_flyer{
  height: 300px; 
  width: 100%;
  overflow: scroll;

}

.gallery{
   padding:3px;
background-color: rgba(49,127,149, 0.1);
border-radius: 7px;
border: solid 0.5px #215C6A; 
  width:100%;
  height:200px;
  margin-right: auto;
  margin-left: auto
}

.gallery_video{
   padding:3px;
background-color: rgba(49,127,149, 0.1);
border-radius: 7px;
border: solid 0.5px #215C6A; 
  width:100%;
  height:400px;
  margin-right: auto;
  margin-left: auto
}


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