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

 Theme Name: AJ-F by Anf
 Version: 1.0

Main Color   : #2C7F96  #349CBA  #56a1c4 #215C6A;
Main Font    : Exo
/*-----


font-family: 'Exo', sans-serif;
font-family: 'Comfortaa', cursive;
font-family: 'Cookie', cursive;
font-family: 'Poiret One', cursive;

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&family=Cookie&family=Exo:ital,wght@0,300;0,500;0,700;0,900;1,300;1,500;1,700;1,900&family=Poiret+One&family=Tangerine&display=swap');

body {
  font-family: 'Exo', sans-serif;
  color: #000;
}

a {
  color: #225C6D;
}

a:hover {
  color: #FFF;
  text-decoration: none;
}

h1, h2, {
  font-family: 'Exo', sans-serif;
  color:#2C7F96;
}

h3, h4, h5, h6{
 font-family: 'Comfortaa', cursive;
  color:#2C7F96;
}

p{
font-family: 'Comfortaa', cursive;
  font-size: 13px;
  color: #000;
  padding: 3px;
}


.mt-10{
  margin-top: 10px;
}

.mt-20{
  margin-top: 20px;
}

.mt-50{
  margin-top: 50px;
}

.mt-100{
  margin-top: 100px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-20{
  margin-bottom: 20px;
}

.mb-50{
  margin-bottom: 50px;
}

.mb-100{
    margin-bottom:100px;
}

/*--------------------------------------------------------------
# Traduction
--------------------------------------------------------------*/

 .translate-btn{
  width: 30px;
  height: 30px;
  color: transparent;
  margin : 7px auto 0;
  font-size: 20px;
  border-radius: 12px;
  border : 1px solid transparent;
  padding: 10px;
   background-image:  url(../img/CSS_img/UK_flag.gif);
   background-size: contain;
background-position: center;
background-repeat: no-repeat;
  }

  .translate-btn:hover {
    idth: 27px;
  border : 1px solid #FFF;
  border-radius: 7px;
  background-image:  linear-gradient(to top,
   rgba(240,240,240,0.1),rgba(240,240,240,0)), url(../img/CSS_img/UK_flag.gif);
   background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
transition: all 2s ease-out;}

  .translate{
  display: none;
  }

.translate-list i, .translate-list-last i{
  padding-right: 20px;
  }

.translate-list{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.3px;
  padding-bottom: 10px;
  line-height: 15px;
  margin : 0 40px 0 0;
  color:  #FFF ;
  list-style: none;
  font-family: 'Poiret One', cursive;
  }

  .translate-list-last {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.3px;
  padding-bottom: 0;
  line-height: 10px;
  margin : 0 40px 0 0;
  color:  #FFF ;
  list-style: none;
  font-family: 'Poiret One', cursive;
}

 
.popover {
  border : 1px solid #517F96;
  max-width: 100%;
 background-color:rgba(57,130,151,1);
}

 
 .popover-header {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  color: #215C6A;
  background-image: linear-gradient(to top,
   rgba(240,240,240,0.2),rgba(240,240,240,0.5));
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  background-color:linear-gradient(to top,
  rgba(240,240,240,0.2),rgba(240,240,240,0.5));
  margin:11px 0 0 0;
   padding: 0 30px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 21px;
  border:solid 2px #FFF;
  right: 15px;
  bottom: 15px;
  background-color:#5EABBF;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 21px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.back-to-top:hover {
  color: #517F96;
  background: #E0EDF3;
  border-color: #517F96;
  transition: background 0.2s ease-in-out;
}

.myBtn{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #FFF;
  background-color: #517F96;
  border-radius: 7px;
  padding: 0.2rem 0.9rem;
  text-align: center;
  color: #FFF ;
font-family: 'Poiret One', cursive;
  font-size: 15px;
  font-weight: 500;
}

.myBtn:hover {
  color: #215C6A;
  background-color: rgba(250, 250, 250, 0.9);
    border: 1px solid #517F96;
  cursor: pointer;
  transition: 0.2s;
  color: #215C6A;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #328094;
}

#header.header-transparent {
  background-image: linear-gradient(-140deg, #62ACBF 35%, #7FB3C4 50%);
  -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);
}

#header.header-scrolled {
 background-image: linear-gradient(-140deg, #62ACBF 35%, #7FB3C4 50%);
  -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);
  height: 7vh;
  padding: 10px 0 0 200px;
}

#header .logo{
/*--- background-image:  url(../img/logos/anf_button.png);---*/
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}


#header .logo h1 {
  font-size: 12px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a {
  color: #fff;
  padding: 11px 7px 15px 0px;
  border: solid 1px transparent;
  border-radius: 7px;
}

#header .logo h1 a:hover {
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 1em #136F7F, 0 0 0.2em rgba(37, 97, 113, 0.9);
}


#header.header-scrolled .logo h1 a {
  color: transparent;
}

#header.header-scrolled .logo a:hover {
  color: transparent;
  background-color: transparent;
  text-shadow: none;
  text-decoration: none;
  border:none;
  cursor: default;
}

 #header.header-scrolled .logo {
  position: absolute;
  top:0px;
  left: 0px;
background-image: url(../img/logos/anf_button_scrolled.png);
background-size: contain;
background-repeat: no-repeat;
width: 200px;
height: 50px;
transition: 0.7s;
} 


#main {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.nav-menu, .nav-menu * {
  margin: 0;
  list-style: none;
font-family: 'Exo', sans-serif;
}

.nav-menu{
  background-color: rgba(37, 97, 113, 0.3);
  padding: 7px 17px 7px 0px;
  border: solid  0.3px #215C6A;
  border-radius: 7px;
}

#header.header-scrolled .nav-menu{
  background-color: rgba(37, 97, 113, 0.7);
  padding: 7px 27px 7px 0px;
  margin-top: 10px;
  border: solid  1px #FFF;
  border-bottom-left-radius: 21px;
  border-top-right-radius: 21px;
  transition: 0.7s;

}

.nav-menu:hover{
  background-color: rgba(250, 250, 250, 0.2);
   -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}


.nav-menu a {
  display: block;
  position: relative;
  color: #FFF;
  padding: 5px 7px;
  transition: 0.7s;
  font-size: 11px;
  letter-spacing: .5px;
  text-transform: uppercase;
  border : solid 1px transparent;
  margin-left: 7px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background-color: rgba(250, 250, 250, 0.3);
  text-decoration: none;
  border : solid 1px #FFF;
  border-radius: 7px;
  transform: scale(0.9);
}

.nav-menu i {
   color: #215C6A;
  padding-top: 0;
  transition: all 1.7s cubic-bezier(.99,.82,.11,1.41);
}

#header.header-scrolled .nav-menu i {
   color: #FFF;
}

.nav-menu i:hover{
   color: #FFF;
   transform: scale(1.7);
   text-shadow: 1px 1px 2px rgba(33, 92, 106, 0.8), 0 0 1em #136F7F, 0 0 0.2em rgba(37, 97, 113, 0.9);
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  margin-top: 17px;
  background: rgba(250, 250, 250, 0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 3px;
  border: solid 1px #FFF;
}

#header.header-scrolled ul {
  background: rgba(37, 97, 113, 0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down li a::before{
  font-family: "IcoFont";
  content:'\ea75';
  padding-right: 10px;
  color: #215C6A;
}

.nav-menu  .drop-down li:hover a::before{
  content:'\ea72';
}

.nav-menu .drop-down ul a {
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 200;
  text-transform: none;
  color: #215C6A;
}

#header.header-scrolled .nav-menu .drop-down ul a {
  color: #FFF;
  transition: 0s;
}

#header.header-scrolled .nav-menu .drop-down li a::before{
  color: #FFF;
}

#header.header-scrolled .nav-menu .drop-down li:hover a::before{
  color:  #215C6A;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #FFF;
  background-color: rgba(37, 97, 113, 0.9);
  font-weight: 300;
  border : solid 1px #215C6A;
  border-radius: 7px;
  transform: scale(0.91);
  text-shadow: none;
}

#header.header-scrolled .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #215C6A;
  background-color: rgba(250, 250, 250, 0.9);
  transition: 0s;
}

.nav-menu .drop-down > a:after {
  content: "\ea67";
  font-family: IcoFont;
  color: #FFF;
  padding: 7px;
}

.nav-menu .drop-down:hover > a:after {
  content: "\ea6a";
  color: #215C6A;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background: 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;
  background-attachment:fixed;
  clip-path: ellipse(150% 100% at 50% 0);
  -webkit-clip-path: ellipse(150% 100% at 50% 0);
}


#banner .identite {
  margin: 100px auto 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#banner h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

#banner h3 {
color:#FFF;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

#banner h4 {
  color:#2D2D80;
  margin: 0 auto 30px auto;
  font-family: 'Poiret One', cursive;
  font-size: 15px;
  font-weight: 500;
}


#banner .identite .logo_banner {
  width: 25%;
  margin:0 auto;
  border-radius: 7px;
  
}

#banner .identite .logo_banner :hover {
  cursor: pointer;
  border-radius: 7px;
  box-shadow: 0px 0px 20px rgba(250, 251, 255, 0.5);
}

#banner .identite .logo_banner a{
  padding: 30px 0px;
}

#banner .identite .logo_banner a:hover {
  border: none;
}

#banner .identite .logo_banner img {
  width :310px;
  }

@media (min-width: 1024px) {
  #banner p {
    width: 60%;
  }
  #banner .carousel-control-prev, #banner .carousel-control-next {
    width: 5%;
  }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
 background-image: linear-gradient(to top,
   rgba(44,127,150, 0.8),rgba(44,127,150, 1));
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
  color :#225C6D;
  font-weight: 700;
  text-shadow: 1px 5px 3px rgba(100,100,100,0.7);
}

.section-title-w {
  text-align: right;
  padding-bottom: 70px;
  color :#FFF;
  font-weight: 700;
  letter-spacing: 10px;
 text-shadow: 3px 5px 3px rgba(10,10,10,0.7);
}

.section-title-w_xs {
  text-align: center;
  padding-bottom: 70px;
  color :#FFF;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 3px;
 text-shadow: 3px 5px 3px rgba(10,10,10,0.7);
}


.section-title h2 {
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}

.section-title-w h2 {
  font-size: 28px;
  font-weight: 400;
   color :#FFF;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #68A4C4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}




/*--------------------------------------------------------------
# Presentation
--------------------------------------------------------------*/
#presentation {
  padding: 50px 0;
  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;
  background-attachment:fixed;
  border-top: 3px solid #517F96;
  border-bottom: 2px solid #FFF;
  box-shadow: 1px 5px 3px rgba(10,10,10,0.3);
}

 #presentation .row , #presentation .anf-single-feature .row{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}


#presentation .anf-single-feature .icon-box {
  position: relative;
  height: 60px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  text-align: center;
 border: 1px solid #fff;
  border-radius: 7px;
}

#presentation .anf-single-feature .icon-box i{
 color:#FFF;
 font-size: 35px;
  padding: 11px 0;
}


#presentation .anf-single-feature:hover .icon-box{
  background-color: #FFF;
 transform: scale(1.1) rotate(45deg);
 transition: 1s;
}

#presentation .anf-single-feature:hover .icon-box i{
  color: #517F96;
  padding:11px;
  border-radius: 7px;
 transform:  rotate(-405deg);
 transition: 1s;
}


#presentation .title {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 25px;
  text-align: center;
  color: #FFF;
}

#presentation .description li{
   font-size: 15px;
  letter-spacing: 1.3px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 0;
  color: #FFF;
  list-style: none;
  font-family: 'Poiret One', cursive;
}

#presentation .description li:last-child{
  margin-bottom: 5px;
}

#presentation .description i {
  padding-right: 7px;
  font-size: 15px;
}



/*--------------------------------------------------------------
# CV
--------------------------------------------------------------*/

.anf-single-feature {
    padding: 30px 30px 5px;
    background-color:rgba(57,130,151,0.8);
    border:solid 1px white;
    border-radius: 21px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.anf-single-feature:hover{
    background-color:rgba(57,130,151,0.9);
    cursor: pointer;
    box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.5);
}

.anf-single-feature .project {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 11px;
  letter-spacing: 1.3px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 10px;
  color: #FFF;
  text-align: center;
  font-family: 'Poiret One', cursive;
}

.anf-single-feature .project a {
  color: #FFF;
}

.project__image {
  display: block;
  position: relative;
}

.project__image img {
  width: 90%;
  max-width: 100%;
  border-radius: 11px;
  display: block;
}

.project__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  transition: opacity .3s ease;
  opacity: 0;
}

.project .project__image:after { 
 background-image:  url(../img/CV_flip_v2.png);
  opacity: 0.7; 
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 100% 70%;
  z-index: 999;
}

.project:hover .project__image:after { 
  opacity: 1; 
}


.project__card {
  width: 80%;
  margin: 0 auto 0; 
  border-radius: 21px;
  position: relative;
  will-change: transform;
  transition: box-shadow .3s ease;
  box-shadow: 0 10px 30px transparent;
}

.project__card.hover-in {
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.project__card.hover-out {
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}


.project__detail {
  position: absolute;
  width:50%;
  height: 75%;
  right: -15px;
  top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  -webkit-transform: translateZ(30px);
  transform: translateZ(30px);
  border: 0 solid  rgba(250, 250, 250, 0.8) ;
  border-radius: 10%;
  transition: border 0.3s ease;
}


.project__title {
  margin: 50px 1px 0 0;
  font-size: 10px;
  font-weight: 700;
  color: #FFF;
  text-align: right;
  transition: .4s ease;
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0);
  -ms-transform: translateY(40px) scale(0);
  transform: translateY(40px) scale(0);
  will-change: transform;
}

.project__title i { 
    font-weight: 600;
    font-size: 30px;
      color: rgba(32, 90, 104, 0.9) ;}


.project:hover .project__image { box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); }


.project:hover .project__detail {
  border-width: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.project:hover .project__title, .project:hover .project__category {
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

.project__social {
  padding: 5px 0;
  margin: 10px auto;
  width: 90%;
 background-color: rgba(255, 255, 255, 0.3);
 border-radius: 11px;
  border: solid 1px #2E6260;
 text-align: center;
}

.project__social  i {
  margin: 0px 5px;
}

.project__social a {
  color:rgba(255, 255, 255, 0.8);
  font-size: 17px;
}

.project__social a :hover {
   color: #205A68;
    text-shadow: 2px 2px 3px #EEE;
}




/*--------------------------------------------------------------
# Fonctions
--------------------------------------------------------------*/
.fonctions .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;

}

.fonctions .icon-box  {
  margin-top: 50px;
  padding: 20px 0 0 0;
   border-top : solid 1px #517F96;
   border-right: solid 1px #517F96;
   border-radius: 7px;
   border-top-left-radius: 0;
   border-bottom-right-radius: 0;
}

.fonctions .icon-box + .icon-box {
  margin-top: 50px;
  border-radius: 7px;
     border-top : solid 1px #517F96;
   border-right: solid 1px #517F96;
   border-radius: 7px;
   border-top-left-radius: 0;
   border-bottom-right-radius: 0;
}

.fonctions .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.fonctions .icon-box .icon i {
  color: #517F96;
  font-size: 32px;
}

.fonctions .icon-box:hover .icon {
  background: #517F96;
  border-color: #215C6A;
  z-index: 9999;
}

.fonctions .icon-box:hover .icon i {
  color: #fff;
  z-index: 9999;
}

.fonctions .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 31px;
    z-index: 9999;
}

.fonctions .icon-box a .title {
  color: #517F96;
  font-family: 'Exo', sans-serif;
   font-size: 21px;
  transition: 0.3s;

}

.fonctions .icon-box a:hover .title,.fonctions .icon-box:hover a .title {
  color: #517F96;
background: #FFFFFF;
text-shadow: 1px 0px 1px #CCCCCC, 0px 1px 1px #EEEEEE, 2px 1px 1px #CCCCCC, 1px 2px 1px #EEEEEE, 3px 2px 1px #CCCCCC, 2px 3px 1px #EEEEEE, 4px 3px 1px #CCCCCC, 3px 4px 1px #EEEEEE, 5px 4px 1px #CCCCCC, 4px 5px 1px #EEEEEE, 6px 5px 1px #CCCCCC, 5px 6px 1px #EEEEEE, 7px 6px 1px #CCCCCC;
}

.fonctions .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  color: #215C6A;
  font-family: 'Comfortaa', cursive;
  font-size: 13px;
  font-weight: 500;
}


.fonctions .img-box {
  position: relative;
  z-index: 0;
}

.fonctions .img-box img {
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 0;
}



/*--------------------------------------------------------------
# Intro_Page
--------------------------------------------------------------*/
.intro_page {
  padding: 15px 0;
  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;
  background-attachment:fixed;
  min-height: 40px;
   border-top: 3px solid #517F96;
}

.intro_page h2 {
  text-align: left;
  color :#FFF;
  font-weight: 700;
  text-decoration : overline;
  text-transform: uppercase;
  text-shadow: 3px 5px 3px rgba(10,10,10,0.7);
}


@media (max-width: 768px) {
  .intro_page .d-flex {
    display: block !important;
  }
  .intro_page ol {
    display: block;
  }
  .intro_page ol li {
    display: inline-block;
    color :#225C6D;
  }
}


/*--------------------------------------------------------------
#  [ Intro_page B]
--------------------------------------------------------------*/

#presentation_sc {
  padding: 50px 100px;
  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;
  background-attachment:fixed;
  border-bottom: 2px solid #FFF;
  box-shadow: 1px 5px 3px rgba(10,10,10,0.3);
}


 #presentation_sc .row , #presentation_sc .anf-single-feature .row{
  display: flex;
  justify-content : center;
}


#presentation_sc .anf-single-feature .icon-box {
  position: relative;
  height: 60px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  text-align: center;
 border: 1px solid #fff;
  border-radius: 7px;
}

#presentation_sc .anf-single-feature .icon-box i{
 color:#FFF;
 font-size: 35px;
  padding: 11px 0;
}


#presentation_sc .anf-single-feature:hover .icon-box{
  background-color: #FFF;
 transform: scale(1.1) rotate(45deg);
 transition: 1s;
}

#presentation_sc .anf-single-feature:hover .icon-box i{
  color: #517F96;
  padding:11px;
  border-radius: 7px;
 transform:  rotate(-405deg);
 transition: 1s;
}


#presentation_sc .title {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 25px;
  text-align: center;
  color: #FFF;
}

#presentation_sc .description {
  font-size: 14px;
  letter-spacing: 1.3px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 0;
  color: #FFF;
  list-style: none;
}

#presentation_sc .description li:last-child{
  margin-bottom: 5px;
}

#presentation_sc .description i {
  padding-right: 7px;
  font-size: 15px;
}


.anf-single-feature {
    padding: 30px 30px 5px;
    background-color:rgba(57,130,151,0.8);
    border:solid 1px white;
    border-radius: 21px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.anf-single-feature:hover{
    background-color:rgba(57,130,151,0.9);
    cursor: pointer;
    box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.5);
}

.presentation_sc-link{  
  color: #fff;
  font-size:  15px;
  line-height: 27px;
font-family: 'Poiret One', cursive;
  font-weight: 200;
}


.presentation_sc-link:hover{  
  font-size:  15px;
  line-height: 27px;
  color: #1E4356;
  letter-spacing: 1.2;
  border:solid 1px white;
  border-radius: 3px;
  padding: 3px 21px;
  background-color: rgba(250, 250, 250, 0.7);
  cursor: pointer;}





/*--------------------------------------------------------------
#  [ Details Page ]
--------------------------------------------------------------*/


.alerts{
  color: #266678;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 0px rgba(81,127,150,0.4);
}



.alerts_info{
  color: rgba(30,67,85,1);
  font-family: 'Exo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(30,67,85,0.4);
  text-indent: 0px;
  padding: 5px 7px;
  font-family: 'Exo', sans-serif;
}

.alerts_info_p{
  color: #000;
  background-color: rgba(94,149,177,0.3);
  text-indent: 0px;
  padding: 5px 7px;
  font-family: 'Poiret One', cursive;
      font-size: 12px;
      font-weight: 100;
  border: 0.5px solid #266678;
border-radius: 7px;
}

.alerts_info_p a{
  color: #266678;
  background-color: transparent;
  font-size: 10px;
  font-family: 'Exo', sans-serif;
      font-weight: 100;
       border: none;
}

.alerts_info_p a:hover{
  color: #266678;
background-color: rgba(250, 250, 250, 0.9);
border-style: solid;
border-width: 1px;
border-color: white;
border-radius: 7px;
  font-size: 10px;
  font-family: 'Exo', sans-serif;
      font-weight: 100;
       border: none;
}

.legend{
   color: red;
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(30,67,85,0.4);
}


.separate{
  height: 7px;
border-radius: 7px;
 background-color: rgba(250, 250, 250, 0.9);
 box-shadow: 1px 5px 3px rgba(10,10,10,0.3);
}

.separate-section{
  height: 3px;
  background-color: rgba(250, 250, 250, 0.9);
 box-shadow: 1px 5px 3px rgba(10,10,10,0.3);
}

.separate_xs{
  height: 1px;
  background-color: rgba(44, 127, 150);
  box-shadow: 1px 5px 3px rgba(10,10,10,0.3);
}

  .blank {
    border-right : 0.5px solid #FFF;
    border-left : 0.5px solid #FFF;
    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;
     box-shadow: 3px 5px 7px rgba(10,10,10,0.4);
  }

    .blank-first {
    border-right : 0.5px solid #FFF;
    border-left : 0.5px solid #FFF;
    border-top: 0.5px solid #FFF;
    border-top-left-radius: 7px;
     border-top-right-radius: 7px;
    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;
     box-shadow: 3px 5px 7px rgba(10,10,10,0.4);
  }


     .blank-last {
    border-right : 0.5px solid #FFF;
    border-left : 0.5px solid #FFF;
    border-bottom: : 0.5px solid #FFF;
    border-bottom-left-radius: 7px;
     border-bottom-right-radius: 7px;
    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;
     box-shadow: 3px 5px 7px rgba(10,10,10,0.4);
      margin-bottom: 20px;
  }

       .blank-single {
    border : 0.5px solid #FFF;
    border-radius: 7px;
    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;
     box-shadow: 3px 5px 7px rgba(10,10,10,0.4);
     margin-bottom: 20px;
  }



.page_details .card-body .icon-box {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: #517F96;
  margin : 0 auto 3px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 7px;
}

.page_details .card-body  .icon-box i{
 color:#FFF;
 font-size: 25px;
  padding: 7px 3px 3px;
}

.page_details .card-body:hover .icon-box{
  background-color: #FFF;
 transform: scale(1.1) rotate(45deg);
 transition: 1s;
}

.page_details .card-body:hover .icon-box i{
  color: #517F96;
    padding: 7px 3px 3px;
  border-radius: 7px;
 transform:  rotate(-405deg);
 transition: 1s;
}

.page_details {
  padding-bottom: 10px;
     border-bottom: 7px solid #517F96;
}

.page_details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  border : 0.5px solid #FFF;
  border-radius: 7px;
}

.page_details .card h6{
  font-family: 'Poiret One', cursive;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}

.page_details .card i{
   color: #1E4356;
  font-size: 20px;
}

.page_details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 7px;
}

.page_details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.page_details .card-publi-img {
  overflow: hidden;
  height: 200px;
  z-index: 9;
  margin:0;
  padding: 0;
  border-radius: 7px;
  background-color:  #FFF;
}

.page_details .card-publi-img img{
  max-width: 100%;
  position: relative;
  bottom: 50px;
  transition: all 0.3s ease-in-out;
}

.page_details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}




.page_details .card-body, .page_details .card-body_utoppia {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.page_details .card-body_utoppia {
border-right: solid 2px #3A5684;
border-left: solid 2px #3A5684;
}

.page_details .card-body h3{
 font-family: 'Exo', sans-serif;
  font-weight: 700;
  color: #2C7F96 ;
  font-size: 13px;
  text-align: left;
  margin-bottom: 10px;
}

.page_details .card-body h3 .fa-icon-small {
  font-size: 13px;
  color: #1E4356;
  background-color: rgba(150,150,150,0.2);
  text-shadow: 1px 1px 1px rgba(100,100,100,0.6);
  padding: 3px;
  margin-right: 10px;
  border-radius: 50%;
  border:solid 1px #1E4356;
}



.page_details .card-first_title {
  font-family: 'Exo', sans-serif;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 31px;
}
.page_details .card-title {
  font-family: 'Comfortaa', cursive;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
}

.page_details .card-title_small{
    font-family: 'Cookie', cursive;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 21px;
}

.page_details .card-ppt{
  font-family: 'Exo', sans-serif;
  color: #517F96;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}

.page_details .card-ppt_time{
  font-family: 'Exo', sans-serif;
  color: #FFF;
  background-color: #517F96;
  font-size: 10px;
  text-align: right;
  padding-right: 20px;
}

.page_details .card-ppt_time i{
  color: #FFF;
  font-size: 12px;
  text-align: right;
}

.page_details .card-coauthor {
font-family: 'Exo', sans-serif;
  font-weight: 500;
  color: #2C7F96 ;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.page_details .card-coauthor i {
  font-weight: 500;
  color: #2C7F96 ;
  font-size: 14px;
  }

.page_details .card-journal {
font-family: 'Exo', sans-serif;
  font-weight: 500;
  color: #2C7F96 ;
  font-size: 11px;
  text-align: left;
  margin-bottom: 10px;
}

.page_details .card-journal i{
font-size: 14px;
}


.page_details .card-title a {
  color: #1e4356;
  transition: 0.3s;
}

.page_details .link-profile{
  color: #2C7F96;
   font-size: 9px;
    text-transform: uppercase;
}

.page_details .link-profile:hover{
  color: #1E4356;
  font-weight: 500;
  font-size: 9px;

}

.page_details .card-text {
  font-size: 10px;
  text-align: justify;
  color: #1e4356;
  padding: 5px 10px;
  margin: 0 10px 10px;
  text-indent: 30px;
   border : 0.5px solid #1E4356;
   border-radius: 3px;
   font-weight: 500;
}

.page_details .card-abstract { 
      font-size: 11px ;
      color: #1e4356;
      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;
}
 .page_details .keywords{
      font-family: 'Exo', sans-serif;
      font-size: 10px;
      font-weight: 300;
      color: #517F96 ;
      padding-right: 1rem;
      padding-left: 1rem; 
      margin : 0.5rem 2rem;  
      text-align: right; 
      line-height: 0.9rem}



.page_details ul,li {
 font-family: 'Comfortaa', cursive;
  font-size: 10px;
  text-align: left;
  color: #1E4356;
  list-style: none;
  margin: 0;
  padding: 0;
}

.icofont-dotted-right:before {
content: "\ea88";
font-size: 13px;
margin-right: 1px;
color: #1E4356;
}

.page_details ul.list_second i {
  font-size: 10px;
}


.page_details ul.list_second li {
 font-family: 'Comfortaa', cursive;
  font-size: 9px;
  text-indent: 5px;
  font-weight: 300px;
  text-align: left;
  color: #1E4356;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_details ul.list_second i {
  font-size: 10px;
}

.page_details .card .card-body .pdf-dl, .page_details .card .pdf-dl{
 width: 30px;
height: 30px;
 border-radius: 7px;
 text-align: center;
}

.page_details .card .card-body .pdf-dl_left i{
  width: 23px;
  height: 23px;
  display: inline-block;
  line-height: 1;
  background: #215C6A;
  color: #FFF;
  border : solid 1px rgba(33,92,106,0.3);
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  padding: 4px 0;
  transition: 0.3s;
}

.page_details .card .card-body .pdf-dl i{
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 1;
  background: rgba(250,250,250,0.7);
  color: #215C6A;
  text-align: center;
  border : solid 1px #215C6A;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  padding: 4px 6px;
  transition: 0.3s;
  margin: 10px 0;
}

.page_details .card .card-body .pdf-dl-disabled{
 width: 30px;
  height: 30px;
 border-radius: 7px;
 text-align: center;
  margin: 10px 0 0 300px;
}

.page_details .card .card-body .pdf-dl-disabled i{
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1;
  background: rgba(250,250,250,0.7);
  color: rgba(33,92,106,0.4);
  text-align: center;
  border : solid 2px rgba(33,92,106,0.3);
  border-radius: 50%;
  font-size: 17px;
  padding: 4px 0;
  transition: 0.3s;
}


.page_details .card .card-body .pdf-dl:hover i{
  background: #215C6A;
  color: #FFF;
  border-color :#215C6A;
  transition: all .5s;
}

.page_details .card .card-body .pdf-dl_left:hover i{
  background: rgba(250,250,250,0.7);
  color: #215C6A;
  text-align: center;
  border : solid 1px #215C6A;
  transition: all .5s;
}

.page_details .card .card-body .pdf-dl-disabled:hover i{
  width: 30px;
  height: 30px;
  background: rgba(250,250,250,0.7);
  color: rgba(33,92,106,0.4);
  border : solid 2px rgba(33,92,106,0.3);
  transition: 0.3s;
}

.page_details .card:hover img {
  transform: scale(1.1);
}

.page_details .card:hover .card-body {
  border-color: #68A4C4;
  cursor: pointer;
}

.page_details .card:hover .card-body .card-title a {
  color: #517F96;
}




/* ----------------------------------------------------------------
     [ Events ]
-----------------------------------------------------------------*/

#evenements .row {
  display: flex;
  align-items: stretch;
}

.events{
  padding-top: 30px;
  background-image:  linear-gradient(to right bottom,
  rgba(255,255,255, 0.8), rgba(255,255,255, 0.7)), url(../img/CSS_img/WordArt.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  background-attachment:fixed;
   border-top: 3px solid #517F96;
  border-bottom: 2px solid #FFF;
  box-shadow: 1px 5px 3px rgba(10,10,10,0.3);
}

.events-low{
  padding-top: 30px;
  background-color: #5598AA;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  background-attachment:fixed;
  border-bottom: 7px solid #517F96;
  border-top: 7px solid #517F96;
}

.events-item {
  position: relative;
  float: left;
  overflow: hidden;
  align-items: stretch;
  margin: 21px 0;
  background-color: #5DA0B1;
  background-image: -webkit-linear-gradient(top, rgba(10, 200, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  border:solid rgba(21,21,21, 0.3) 1px;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }


.events-item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.events-item .image {
  position: relative;
  margin: auto;
  margin-top: 5px;
  padding: 2px;
  width: 80%; 
  border: 1px solid #3E6570 ;
  border-bottom: 0px;
  background-color: rgba(250,250,250,0.7);
}
.events-item img {
  width: 100%; 
  height: 200px;
  color: #FFF;
  font-family: 'Comfortaa', cursive;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  vertical-align: center;
}
.events-item i {
  position: absolute;
  color:white;
  top: 7px;
  left: 12px;
  font-size: 32px;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.events-item h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6FB4C6;
  text-align: center;
}

.events-item:hover {-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);}

.events-item:hover h3 {
  color: #215C6A;
text-shadow: 1px 0px 1px #CCCCCC, 0px 1px 1px #EEEEEE, 2px 1px 1px #CCCCCC, 1px 2px 1px #EEEEEE, 3px 2px 1px #CCCCCC, 2px 3px 1px #EEEEEE, 4px 3px 1px #CCCCCC, 3px 4px 1px #EEEEEE, 5px 4px 1px #CCCCCC, 4px 5px 1px #EEEEEE, 6px 5px 1px #CCCCCC, 5px 6px 1px #EEEEEE, 7px 6px 1px #CCCCCC;
}

.events-item:hover .myBtn {
   color: #215C6A;
  background-color: rgba(250, 250, 250, 0.9);
    border: 1px solid #517F96;
  cursor: pointer;
  transition: 0.2s;
  color: #215C6A;}

.events-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.events-item:before,
.events-item:after {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.events-item:before {
  background-color: #2C7F96;
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
  border-right: 2px solid white;
}
.events-item:after {
  background-color:  #349CBA;
  -webkit-transform: skew(-45deg) translateX(-175%);
  transform: skew(-45deg) translateX(-175%);
  border-right: 1px solid #349CBA;
}
.events-item figcaption {
  padding: 25px;
  background-color: #FFF;
  color: #000000;
  position: relative;
  font-size: 14px;
}
.events-item figcaption p {
  margin-bottom: 15px;
   line-height: 24px;
    font-family: 'Comfortaa', cursive;
  font-size: 13px;
  font-weight: 500;
  color: #215C6A;
  text-align: justify;
}

.events-item figcaption:before {
  width: 100px;
  height: 100px;
  color:#2C7F96 ;
  position: absolute;
  bottom: 100%;
  right: 0;
  content: '';
  background-color: rgba(44, 127, 150, 0.7);
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
  border-right: 1px solid #20638f;
}


.events-item .read-more:hover {
  background-color: rgba(44, 127, 150, 0.2);
  color: #ffffff;
}
.events-item .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color:#ffffff ;
  max-height: 48px;
  max-width: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.events-item .type {
  z-index: 0;
}

.events-item .date span {
  display: block;
  line-height: 24px;
}
.events-item .date .month {
  font-size: 14px;
}
.events-item:hover i,
.events-item.hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.events-item:hover:before,
.events-item.hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
.events-item:hover:after,
.events-item.hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: skew(-45deg) translateX(-75%);
  transform: skew(-45deg) translateX(-75%);
}



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

.toolbox .cnt-block{ 
   float:left; 
   width:100%; 
  background-color: rgba(220, 220, 220, 0.7);
   padding: 10px; 
   text-align:center; 
   border-radius: 11px;
    border: 0.5px solid #266678;
   overflow: hidden;
}

.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 .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;
}
.toolbox .cnt-block h3 { 
   color: #215C6A; 
   font-size: 13px; 
}

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

.toolbox .cnt-block .descr{ 
   color: black; 
   font-size: 12px; 
   font-weight:200;
   text-align: justify;
}

.fa-icon-prog{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border : solid 2px rgba(33,92,106,0.3);
  color: #418B9F; 
   font-size: 14px; 
   background: rgba(250,250,250,0.7);
   padding: 5px 5px 4px;
   text-align: center;
}

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


/*--------------------------------------------------------------
# UTOPPIA Imports
--------------------------------------------------------------*/

.page_details .card-body_utoppia  h5 {
  font-family: 'Exo', sans-serif;
    font-weight: 600;
    color: #FFF;
background-color: rgba(58, 86, 132, 0.9);
text-align: center;
font-size: 13px;
line-height: 2;
text-shadow:  2px 4px 5px rgba(0, 0, 0, 0.5);
box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}


.page_details .card .card-body_utoppia .pdf-dl i{
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 1;
  background: rgba(250,250,250,0.7);
  color: #3A5684;
  text-align: center;
  border : solid 1px #215C6A;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  padding: 4px 6px;
  transition: 0.3s;
  margin: 10px 0;
}
.page_details .card .card-body_utoppia .pdf-dl:hover i{
  background: #3A5684;
  color: #FFF;
  border-color :#3A5684;
  transition: all .5s;
}

a.formation {
    font-family: 'Comfortaa', cursive;
    color: #3A5684;
    font-size: 10px;
  text-align: left;
      padding: 3px ;
      line-height: 2;
      border : solid 1px transparent;
      border-radius: 3px;

}

a.formation::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1b3";
    float: left;
    color: #3A5684;
    margin-right: 15px;
    padding-left:20px;
}

a:hover.formation{
    text-indent: 7px;
     color: #FFF;
     border-color :  #3A5684;
     background-color: rgba(58, 86, 132, 0.9);
}

a:hover.formation::before {
    color: #3A5684;
    
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(95,172,192,0.9);
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

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

#footer .footer-top .inner_contact  .row{
}

#footer .inner_contact .contact_div{
  padding:10px 10px;
  border-radius: 11px;
  border: 0.5px solid #266678;
  background-color: rgba(250, 250, 250, 0.4);
  margin-left: auto ;
  margin-right: auto ;
  display: flex;
  align-items: center;
  }

#footer .inner_contact .contact_div .coord{
   background-color: rgba(250, 250, 250, 0.7);
   padding: 10px;
   border:solid 1px  #2D2D80 ;
   border-radius: 3px;
   text-align:center;
 }

#footer .inner_contact  h2,h3,h4,p{
      font-family: 'Exo', sans-serif;
      font-weight: 500;
      text-align : center;
      color: #2D2D80 ;}
 

   #footer .inner_contact  h2{
    font-family: 'Comfortaa', cursive;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    line-height: 15px;
    letter-spacing: 7px;
    padding:20px 0 0 0;
   }

  #footer .inner_contact p{
    font-size: 9px;
    line-height: 15px;
    padding: 0 10px;
   }

   #footer .inner_contact .Erudite{
    font-size: 11px;
    padding-bottom: 20px;
   }

   #footer .inner_contact  h3{
    text-transform: uppercase;
    font-size: 15px;
   }

   #footer .inner_contact  h4{
    font-size: 11px;
    line-height: 10px;
   }

#footer .inner_contact #contactme img{
 width: 80%;
padding: 10px 0;
}


#footer .inner_contact .contact_map{
  padding:10px 10px;
  border-radius: 11px;
  border: 0.5px solid #266678;
  background-color: rgba(250, 250, 250, 0.4);
  margin-left: auto ;
  margin-right: auto ;
  }

#footer .map {
 background-image: url(../img/CSS_img/map.png);
  background-size:cover ;
  background-repeat: no-repeat;
  background-position: center;
  height: 310px;
  width:inherit;
  opacity: 0.7;
  border:solid 1px  #2D2D80 ;
  }

#footer .social{
  height: 70px;
  padding: 5px;
  margin: 10px 0;
  text-align: center;
}

#footer .social a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1;
  background: rgba(250,250,250,0.7);
  color: #215C6A;
  text-align: center;
  border : solid 2px #215C6A;
  border-radius: 50%;
  font-size: 22px;
  margin: 15px 5px;
  padding: 8px 0;
  transition: 0.3s;
}

#footer .social a:hover {
  background: #215C6A;
  color: #FFF;
  border-color :#FFF;
  transition: all .5s;
}

#footer .copyright {
  height: 30px;
  background-color:#266678;
  text-align: center;
  color: #FFF;
  font-family: 'Poiret One', cursive;
  sont-size:7px;
}


.sign a{  color: #fff;
  font-family: 'Cookie', cursive;
  font-size: 21px;
  text-decoration :none;
}
.sign a:hover{    
  color: #7DCEE3;
}



