/* Mobile Navigation */


.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9998;
  overflow-y: auto;
  text-align: center;
  left: -300px;
  width: 85vw;
  background-image: linear-gradient(10deg, #62ACBF 15%, #318094 70%);
  opacity: 0.9;
  -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);
  padding-top: 30px;
  transition: 1.1s;
}

@media (min-width: 370px) {
  .mobile-nav {
  left: -600px;
 }
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

 .mobile-nav ul li{ 
  font-family: "Exo";
  text-align: center;
  text-transform: uppercase;
  border: solid 1px transparent;
  border-radius: 7px;
  font-size: 12px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  overflow: hidden;
  cursor: pointer;
  background-color:  rgba(191, 179, 191, 0.2);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

 .mobile-nav  li.active{ 
 border-color: #FFF;
 color: #FFF;
 background-color: #215C6A;
}

 .mobile-nav  li.active a{ 
 color: #FFF;
}

 .mobile-nav  li.active i{ 
 color: #FFF;
}

 .mobile-nav ul li:hover{ 
  background-color:  rgba(240, 240, 240, 0.7);
  border-color: #FFF;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #FFF;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #215C6A;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  border-top: solid 1px #215C6A;
  background-color: rgba(250, 250, 250, 0.7);
  -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);
}

.mobile-nav .drop-down ul li {
  background: none;
    border-top : solid 1px transparent;
  border-bottom : solid 1px transparent;
  width: 95%;
}

.mobile-nav .drop-down ul li:hover {
  background: rgba(33, 92, 106, 0.7);
  border : solid 1px #215C6A;
  border-radius: 7px;
}


.mobile-nav .drop-down li a{
  color:  #215C6A ; 
  font-size: 13px;
  text-align: center;
  padding: 0;
  text-transform: none;
  transform: scale(0.9);
}

.mobile-nav .drop-down ul li:hover a{
  color: #FFF;
}

.mobile-nav .drop-down li a::before{
  font-family: "IcoFont";
  content:'\eac0';
  padding-right: 10px;
  color: transparent;
}

.mobile-nav .drop-down li:hover a::before{
  color: #FFF;
}

.mobile-nav-toggle {
  position: fixed;
  right: 5px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #215C6A;
  padding: 3px 7px;
   border : solid 1px rgba(33,92, 106, 0.7);
    border-radius: 3px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(240, 240, 240, 0.4);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  background: rgba(240, 240, 240, 0.9);
  border : solid 1px #215C6A;
  border-radius: 20px;
  transition: 1s;
  z-index: 9999;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #215C6A;
  border : none;
}










@media (max-width: 330px) {

#banner h3 {
  font-size: 17px;
}

#banner h4 {
  font-size: 20px;
}

#banner .identite .logo_banner {
  width: 230px;
}

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


  #header.header-scrolled {
  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);
  height: 7vh;
  padding: 10px 0 0 200px;
  }

#banner .identite .logo_banner {
  width: 300px;
}

.intro_page h2 {
  font-size: 23px;
  text-align: center;
  padding-top: 25px;
}

#presentation_sc {
  padding: 10px 2px;
}

#presentation .anf-single-feature .description, #presentation_sc .description .description{
   margin:0;
   padding: 0;
}

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


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


.presentation_sc-link:hover{  
  font-size:  32px;
  color: #1E4356;
  border:solid 0.5px #FFF;
  letter-spacing: 0.5px;
  border-radius: 3px;
  background-color: rgba(250, 250, 250, 0.7);
  cursor: pointer;}



 #presentation .anf-single-feature,  #presentation_sc .anf-single-feature  {
    padding: 30px 10px 5px;
    margin:10px;
}

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

#presentation .anf-single-feature .description ul{
   margin:0;
   padding: 0;
}

#presentation .anf-single-feature .description li{
   font-size: 20px;
   padding: 0 0 20px;
   text-align: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.7);
  margin :20px auto;
  list-style: none;
}

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

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

.translate-list,  .translate-list-last{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding:0;
  line-height: 30px;
  margin : 0;
  }

  .translate-list i, .translate-list-last i{
  padding: 0 3px 0 0;
  }

.popover-body {
  margin:11px 0 0 0;
   padding: 10px;
}


.page_details .card-title {
  font-size: 20px;
}


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




/*--------------------------------------------------------------
# Page Details
--------------------------------------------------------------*/


.page_details .card-body .icon-box {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: #256476;
  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: #256476;
    padding: 7px 3px 3px;
  border-radius: 7px;
 transform:  rotate(-405deg);
 transition: 1s;
}

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

.page_details .card {
  border: 0;
  padding: 0 ;
  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: 170px;
  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: 0;
  transition: all 0.3s ease-in-out;
}


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

.page_details .card-body h3{
 font-family: 'Exo', sans-serif;
  font-weight: 700;
  color: #2C7F96 ;
  font-size: 10px;
  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: 21px;
}
.page_details .card-title {
  font-family: 'Cookie', cursive;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 27px;
}

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

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

.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-title a {
  color: #1e4356;
  transition: 0.3s;
}


.page_details .card-text {
  font-size: 13px;
  text-indent: 30px;
  text-align: justify;
  color: #1e4356;
  padding: 0;
  margin-bottom: 10px;
   border : none;
   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-size: 8px;
      font-weight: 500;}



.page_details ul,li {
 font-family: 'Exo', sans-serif;
  font-size: 11px;
  font-weight: 500px;
  line-height: 10px;
  text-align: left;
  color: #1E4356;
  list-style: none;
  margin: 0;
  padding: 0 0 5px;
}

.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{
 width: 20px;
  height: 20px;
 border-radius: 7px;
 text-align: center;
 margin: 5px auto 20px;
}

.page_details .card .card-body .pdf-dl_left{
 width: 20px;
  height: 20px;
   text-align: left;
 border-radius: 7px;
}

.page_details .card .card-body .pdf-dl i, .page_details .card .card-body .pdf-dl_left i{
  width: 20px;
  height: 20px;
  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: 11px;
  padding: 2px 0;
  transition: 0.3s;
}

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

.page_details .card .card-body .pdf-dl-disabled i{
  width: 20px;
  height: 20px;
  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: 11px;
  padding: 2px 0;
  transition: 0.3s;
}


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


.page_details .card .card-body .pdf-dl-disabled:hover i{
  width: 20px;
  height: 20px;
  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 .card-body .card-title a {
  color: #68A4C4;
}

.alerts_info{
  font-size: 13px;
}
.alerts{
  color: #266678;
  font-family: 'Exo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(30,67,85,0.4);
}

.section-title-w {
  text-align: center;
  padding-bottom: 70px;
  color :#FFF;
  font-weight: 700;
  letter-spacing: 5px;
 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;
}

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


.toolbox .cnt-block{ 
   padding: 10px 0; 
    border: 0.5px solid #266678;
   margin: 20px 0;
}

.toolbox .cnt-block .descr{ 
   font-size: 10px; 
   padding: 0 5px;
   line-height: 20px;
   font-weight:200;
   text-align: justify;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(95,172,192,0.9);
  padding: 0 0 30px 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: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  padding: 40px 30px 0 30px;
}


#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 ;
  }

#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;
   }

   #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: 220px;
padding: 10px 0;
}


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

#footer .social{
  padding-top: 5px;
  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 {
  background-color:#266678;
  text-align: center;
  color: #FFF;
  padding: 5px 0 0 0;
  font-family: 'Poiret One', cursive;
  font-size:11px;
}


.sign a{  color: #fff;
  font-family: 'Cookie', cursive;
  font-size: 17px;
  text-decoration :none;
}
.sign a:hover{    
  color: #897FB8;
  text-shadow: 1px 1px 3px #27186B;
}


}







@media (max-width: 768px) {

   #banner {
  width: 100%;
  height: 90vh;
  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(170% 50% at 50% 45%);
   -webkit-clip-path: ellipse(170% 50% at 50% 45%);
  }

  #banner h2 {
    font-size: 27px;
  }

  #banner h4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 15px;
  }

  #banner .identite .logo_banner {
  width: 300px;
}
}

@media (max-width: 575px) {
  #banner::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #banner::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
  #banner h4 {
  color:#2D2D80;
  margin: 0 auto 30px auto;
  font-family: 'Poiret One', cursive;
  font-size: 15px;
  font-weight: 500;
}


.anf-single-feature {
    padding: 30px 10px 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:  17px;
  line-height: 27px;
font-family: 'Poiret One', cursive;
  font-weight: 200;
}


.presentation_sc-link:hover{  
  font-size:  17px;
  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;}


 #presentation .anf-single-feature {
    padding: 30px 10px 5px;
    margin:10px;
}

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

#presentation .anf-single-feature .description{
   margin:0;
   padding: 0;
}
#presentation .anf-single-feature .description ul{
   margin:0;
   padding: 0;
}

#presentation .anf-single-feature .description li{
   font-size: 25px;
   line-height: 30px;
   padding: 0 0 20px;
   text-align: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.7);
  margin :20px auto;
  list-style: none;
}

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

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


.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: #6FB4C6;
  font-family: 'Cookie', cursive;
  transition: 0.3s;

}

.fonctions .icon-box a:hover .title,.fonctions .icon-box:hover a .title {
  color: #215C6A;
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 {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}


#footer .footer-top {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  padding: 40px 30px 0 30px;
}

}



@media (max-width: 780px) {
  #header.header-scrolled {
  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);
  height: 60px;
  padding: 10px 0 0 200px;
  }

#presentation_sc {
  padding: 10px 10px;
}


#presentation_sc .description {
  font-size: 11px;
  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:  17px;
  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;}

}

