.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

body{
  font-family: 'Rajdhani', sans-serif;
  position: relative;
    margin : 0px;
  }


.h1{
  font-size: 50%;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: lighter;
}
h1 p{font-size: 17px;
font-weight: lighter;
}
h1 strong{font-weight:100}

.imagetitre{
  margin-top:60px;
  text-align: center;
  color:#505050;
  font-family: 'Rajdhani', sans-serif;
  }

.imagetitre img{
  width:50%;
  }


span{
  color:#505050;
  /*display:block;*/
  margin-top: 48px;
  }


    /* ----------------------------------------------------------- le menu ------------------- */

.menuHome{
  text-align: center;
  margin: 30px 0 50px 0;
}

.menuHome .linkMenu{
  margin: 0 40px;
  font-size:1.5em;
}

.menuHome .cmn-t-underline {
  position: relative;
    color: #505050;
}

.cmn-t-underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #25c583;
  content: "";
  transition: width 0.2s;
}
.cmn-t-underline:hover {
  color: #25c583;
}
.cmn-t-underline:hover:after {
  width: 100%;
}

.menuHome a {text-decoration: none;}

li {
   display:inline;
   list-style : none;
}

.menuHome ul{
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 0;
}

a.link{color: black}

.portfolio  a{
  text-decoration: none;
  color:#fff;
}

  /* --------------------------------------------------------- le bouton contact------------------- */

.bouton-contact, .bouton-send {
    letter-spacing: 2px;
    font-size: 115%;
    text-align: center;
    min-width: 150px;
    max-width: 200px;
    display: block;
    margin: 0 auto 40px auto;
    padding:10px 15px 10px 15px;
    border: none;
    background: none;
    color: #25c583;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

@media screen and (max-device-width: 480px) {
  .bouton-contact {
    font-size: 90% !important;
    max-width: 300px !important;
  }
}

  .bouton:focus {
    outline: none;
  }
  .bouton > span {
    vertical-align: middle;
  }
  .bg-1 .bouton {
    color: #37474f;
    border-color: #37474f;
  }
  .bg-2 .bouton {
    color: #ECEFF1;
    border-color: #ECEFF1;
  }
  .bg-3 .bouton {
    color: #fff;
    border-color: #fff;
  }

  /* Typography and Roundedness */
  .bouton--text-upper {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .bouton--text-thick {
    font-weight: 600;
  }

  /* Borders */
  .bouton--border-thin {
    border: 1px solid;
  }



  /* Ujarak */
  .bouton--ujarak {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
  }
  .bouton--ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25c583;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .bouton--ujarak.bouton--inverted::before {
    background: #25c583;
  }
  .bouton--ujarak,
  .bouton--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .bouton--ujarak:hover {
    color: #fff;
    border-color: #25c583;
  }
  .bouton--ujarak.bouton--inverted:hover {
    color: #25c583;
    border-color: #25c583;
  }
  .bouton--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

.bouton--right{
  float: right;
  letter-spacing: 2px;
}

  /* --------------------------------------------------------- le bouton CV------------------- */
.button-cv {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin: 62px auto 38px;
  top:0; right:0; bottom:0; left:0;
  padding: 10px 0;
  width: 150px;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.button-cv:hover, .button-cv:active {
  border-color: #25C583;
  text-decoration: none;
  background-color: #2AE095;
}

.button-cv span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}

.button-cv:hover span:after, .button-cv:active span:after {
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: #0C5;
  right: 0;
  top: 50%;
}

.button-cv a :hover{
  color: pink;
}

  /* --------------------------------------------------------------les blocs images--------------- */


.lesalut{
margin-right:20px;
}

.imagefemme{
  border-bottom: 1px solid #8f9c9a;
}

#portfoliolist .portfolio {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
/*width:24%;*/
display:none;
float:left;
overflow:hidden;
}

.touslesblocs{
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 5px auto;
  justify-content: center;
}

@media screen and (min-device-width: 767px) {
    .touslesblocs{
        width:80%;
    }
}
@media screen and (min-device-width: 767px) {
    .touslesblocs{
        width:91%;
    }
}

.view {
  font-weight: normal;
  margin: 2px;
  border: 0px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;

}

.view .mask, .view .content {
    font-weight: normal;
    height: 350px;
    width: 291px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 25px;
    padding: 10px;
    background: rgba(0, 0, 0, 0);
    margin: 150px 0 0 0
}

.view a.info {
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    padding:0px 0px;
    -background: #000;
    color: #fff;
    box-shadow: 0 0 0px #000
}
    .view a.info:hover {
        box-shadow: 0 0 5px #000
    }

    .view-first img {
      transition: all 0.1s linear;
      width:100%;
  }
  .view-first .mask {
      opacity: 0;
      background-color: rgba(0,0,0, 0.9);
      transition: all 0.2s ease-in-out;
  }
  .view-first h2 {
      transform: translateY(-100px);
      opacity: 0;
      transition: all 0.2s ease-in-out;
  }
  .view-first p {
      transform: translateY(100px);
      opacity: 0;
  	transition: all 0.2s linear;
  }
  .view-first a.info{
      font-weight: normal;
      opacity: 0;
  	transition: all 0.2s ease-in-out;
  }

  .view-first:hover img {
  	transform: scale(1.1);
  }
  .view-first:hover .mask {
  	opacity: 1;
  }
  .view-first:hover h2,
  .view-first:hover p,
  .view-first:hover a.info {
      font-weight: normal;
      opacity: 1;
      transform: translateY(0px);
  }
  .view-first:hover p {
      font-weight: normal;
      transition-delay: 0.1s;
  }
  .view-first:hover a.info {
      font-weight: normal;
      transition-delay: 0.2s;
  }


  /* ------------------------------------about me-------------------------------------------------------------------- */


  .aboutme{
    background-color:#25c583;
    margin-top: 100px;
    width: 100%;
    margin width: auto;
    padding-top: 50px;
    padding-bottom: 39px;
    text-align: center;

  }
.aboutme a {
  color: #fff;
}


  .limite{
    color:#fff;
    max-width:1200px;
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
  }

.quicest{
  margin-left: auto;
  margin-right: auto;
    padding-left: 17px;
  margin-bottom: 54px;
}

  .aboutmegauche{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 120%;
    padding-top: 30px;

  }

    -aboutmedroite{
      text-align: right;
      font-size: 120%;
      float: right;
      height: 50px;
      width: 500px;
      padding-top: 60px;
      padding-left: 50px;
    }

    /* ------------------------------------compétences-------------------------------------------------------------------- */

  .aptitudes {

  width: 100%;
  height: 500px;
  background-color: silver;

  }
  .lesvisus {
    width:1000px;
    height: 500px;
    text-align: center;
margin-left: auto;
margin-right: auto;
}

.lesvisus img{
  padding:50px 50px 0 50px;
  }





.container{
  margin: 0 auto;
  width: 100%;
  position: relative;
}




  /*---------------------------------------------------------------------footer----------------------------------------------------*/

 .lkd{
   display: inline-block;
   position: relative;
   padding-left: 200px;
   padding-top: 30px;
  margin-left: 200px;
  text-align: center;
  bottom: 4px;
  width: 20px;
  height:20px;
 }


/*---------------------------------------------------------------------Bloc Contact Accueil----------------------------------------------------*/


/*------ Bonjour------*/

.bonjour{
    position: relative;
    text-align: center;
    /*width: 240px;*/
    margin: 80px 0;
    line-height: 20px;
    font-size: 120%;
}
.bonjour img{
    padding-bottom: 30px;
}

/*------ Form page accueil ------*/

.form {
  width: 96%;
  border-radius: 8px;
  padding: 20px 30px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  position: relative;
  margin:20px auto 40px auto;
}
.form h2 {
  margin: 10px 0;
  padding-bottom: 10px;
  width: 200px;
  color: #78788c;
  border-bottom: 3px solid #78788c;
}
.form input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  border-bottom: 2px solid #bebed2;
}
.form input:focus {
  border-bottom: 2px solid #78788c;
}
.form p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 18px;
  color: #5a5a5a;
}
.form span {
  margin: 0 5px 0 15px;
}

/*------ Responsive ------*/

@media screen and (min-device-width:767px) {
    .blocContact {
        display: flex;
        margin-top:20px;
    }
    .bonjour, .contactForm {
        width:50%;
    }
    .form {
        margin:auto;
    }
    .bonjour {
        align-self:center;
        margin:0;
    }
}
@media screen and (max-device-width:767px) {
    .form {
        width:70%;
    }
}


/*---------------------------------------------------------------------Bas de page----------------------------------------------------*/


.clear{
    clear:both;
    width:100%;
}

.hdp{
    position:absolute;
    right:30px;
    bottom:110px;
}

.footer{
    position: relative;
    bottom:0;
    left:0;
    height:100px;
    margin-top: 70px;
    background: #505050;
}

@media screen and (min-device-width: 767px) {
    .hdp {
        bottom: 118px;
    }
    .footer {
        margin-top: 54px;
    }
}


