*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Rajdhani', sans-serif;
  background: #f1f1f1;
}


.color-success {
  color: green;
  font-size: 19px;
  font-weight: bold;
}

.color-danger {
  color: red;
}

#container-alert {
  margin: 30px 0
}



/*-- navigation --*/

.nav-gauche {
  width: 150px;
  height: 100vh;
  min-height: 800px;
  background: #29323c;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 5;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 7px 0px 11px -6px rgba(0, 0, 0, 0.68);
  box-shadow: 7px 0px 11px -6px rgba(0, 0, 0, 0.68);
}

.blocs-menu {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blocs-menu:hover {
  background-color: #0060ff;
}

.bloc-menu .link-menu {
  display: block;
}

.picto-menu img {
  width: 30px;
}

.picto-menu {
  text-align: center;
}

.blocs-menu span {
  font-size: 16px;
  text-align: center;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}

.blocs-menu span a {
  text-decoration: none;
  color: #fff;
  font-weight: 200;
}

.blocs-menu span::after {
  content: '';
  display: block;
  width: 0px;
  margin: 5px auto 0 auto;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.2s ease-out;

}

.blocs-menu span:hover::after {
  width: 100%;
}


.pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item {
  display: none;
}

.page-item:last-child,
.page-item:first-child {
  display: block;
}

.page-item {
  color: #29323c;
  font-size: 18px;
  padding: 10px 0;
  cursor: pointer;
  height: 40px;
  width: 98px;
  font-weight: bold;
  border-radius: 7px;
  margin: 0 10px;
}

.active .page-link {
  color: #0060FF;
  font-weight: bold;
  font-size: 2.2em;
}

.disabled.page-item .page-link {
  color: rgb(154, 154, 154);
}

.page-link {
  color: #29323c;
}


/*-- Portrait--*/
.blocs-menu:nth-child(1) {
  width: 100%;
  height: 25%;
}

.cercle-logo {
  margin: 20px 0;
  width: 100px;
  height: 100px;
  position: relative;
}

.cercle-logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*-- icone email --*/
.logo-cercle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  bottom: 100px;
  /*bottom: 40px;*/
  cursor: pointer;
}

.logo-cercle img {
  width: 50px;
  position: absolute;
  top: 120px;
  left: 70%;
  transform: translate(-50%, -50%);
}

.btn-rond-contact {
  display: none;
}

.container-admin {
  margin: 50px;
  padding: 0 15px;
}

.container-admin h1 {
  font-size: 40px;
  font-family: 'Poppins', serif;
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.login-section {
  width: 90%;
  margin: auto
}

.login-admin {
  text-align: center;
}

.login-admin .mb-3 {
  margin: 15px;
}

.form-control {
  padding: 7px;
}

.login-section h1 {
  font-size: 20px;
  text-align: center;
}

.btn-primary {
  font-size: 18px;
  padding: 7px;
  color: #fff;
  border: none;
  background: #000;
  margin: 4px;
  border-radius: 5px;
}

.mailto-modal {
  text-decoration: none;
  color: #fff;
}

.mailto {
  text-decoration: none;
  color: #29323c;
}

.img-miniature {
  width: 100%;
}

.img-small {
  width: 20%;
}

.margin-y-20 {
  margin: 20px 0;
}

.ligne-top {
  background-color: #ddd !important;
}

.liste-proj-admin {
  text-decoration: none;
  color: #000;
  padding: 10px;
  margin: 15px 0;
  background-color: orange;
  border-radius: 5px;
}

.port-folio-admin {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  margin: 15px 0;
  background-color: #29323c;
  border-radius: 5px;
}

.bouton-admin {
  display: inline-block;
}

@media screen and (max-width: 1300px) {

  .nav-gauche {
    left: -300px !important;
    background: rgb(51, 51, 51, 0.95);
    width: 150px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  .menu-visible {
    left: 0px !important;
  }

  .blocs-menu {
    margin: 5px 0;
  }



  .btn-rond-contact {
    width: 50px;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    background: #333;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 10;
    display: block;
  }

  .btn-rond-contact img {
    width: 60%;
  }

  .blocs-email {
    display: none;
  }

  .btn-rond-menu {
    width: 70px;
    height: 70px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    background: #333;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
  }

  .cont-ligne {
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ligne-unique {
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }

  .ligne-unique::before {
    content: '';
    position: absolute;
    bottom: 10px;
    background: #f1f1f1;
    width: 100%;
    height: 4px;
    border-radius: 5px;
  }

  .ligne-unique::after {
    content: '';
    position: absolute;
    top: 10px;
    background: #f1f1f1;
    width: 100%;
    height: 4px;
    border-radius: 5px;
  }

  .cont-ligne.active .ligne-unique::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms ease, transform 300ms 300ms ease;
  }

  .cont-ligne.active .ligne-unique {
    background: transparent;
  }

  .cont-ligne.active .ligne-unique::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms ease, transform 300ms 300ms ease;
  }

  .blocs-menu span a {
    color: #fff;
    font-weight: 200;
  }


}

@media screen and (max-width: 767px) {

  .blocs-menu:nth-child(1) {
    height: 15%;
  }


  .cercle-logo img {
    top: 20%;
  }
}



h6 {
  font-size: 55px;
  margin: 0 60px;
}

.maint {

  background: url('../image/bgd.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 100vh;
  min-height: 900px;
  width: calc(100% - 150px);
  margin-left: auto;
  position: relative;

}

/*-------- ACCUEIL -------*/

.accueil {
  background: url('../image/moi.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 100vh;
  min-height: 900px;
  width: calc(100% - 150px);
  margin-left: auto;
  position: relative;
}

h1 {
  font-size: 70px;
  font-family: 'Poppins', serif;
  margin: 0 60px;
  padding-top: 175px;
}

.nameP {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.txt-animation {
  font-size: 30px;
  margin: 10px 0 10px 60px;
}

.btn-acc {
  display: inline-flex;
  width: 200px;
  height: 50px;
  text-decoration: none;
  background: #000;
  justify-content: center;
  align-items: center;
  color: #f1f1f1;
  margin: 10px 0 0 0;
  border-radius: 2px;
  font-size: 18px;
}

.btn-acc1 {
  margin: 10px 0 0 60px;
}

.btn-acc1:hover {
  background: transparent;
  color: #000;
  border: 2px solid #000;

}

.btn-acc2 {
  background: transparent;
  border: 2px solid black;
  color: black;
  font-weight: 700;
}

.btn-acc2:hover {
  background: black;
  color: #fff;

}

.medias {
  display: flex;
  margin-left: 60px;
  margin-top: 30px;
}

.media {
  width: 60px;
  height: 60px;
  background: #333;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.media2 {
  background: transparent;
  border: 2px solid #333;
}

.icone-medias {
  width: 30px;
}

.btn-rond {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 0 0 #333;
  background: #333;
  animation: pulse 1.3s infinite;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.01);
  }
}

.logo-btn-rond-acc {
  width: 35px;
}

/* Medias Accueil */
@media screen and (max-width: 1360px) {
  h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1300px) {
  .accueil {
    width: 100%;
  }

  .maint {
    width: 100%;
    background-position: center;
  }


  .btn-rond {
    bottom: 20px;
  }

  h1 {
    font-size: 50px;
  }

}

@media screen and (max-width: 1000px) {

  .accueil {
    width: 100%;
    background-position: center;
    background: url('../image/moi2.jpg');
    background-size: cover;
    height: 100vh;
    min-height: 900px;
  }

  .maint {
    min-height: 0;
  }

  .maintenance {
    min-height: 0;
  }

  h1 {
    font-size: 60px;
    margin: 0 30px 0 30px;
    padding-top: 100px;
  }

  h6 {
    margin: 0 30px 0 30px;
  }

  .accueil p {
    margin: 20px 0 20px 30px;
  }

  .maint p {
    margin: 20px 0 20px 30px;
  }

  .btn-acc1 {
    margin: 10px 0 0 30px;
  }

  .medias {
    margin-left: 30px;
  }

  .btn-rond {
    display: none;
  }
}

@media screen and (max-width: 770px) {

  .accueil {
    min-height: 100vh;
    background-position: bottom;
  }

  .maint {
    min-height: 100vh;

  }



}



@media screen and (max-width: 700px) {

  h1 {
    font-size: 39px;
    margin: 0 30px;
  }

  h6 {
    font-size: 25px;
    margin: 0 30px;
  }

  .accueil p {
    font-size: 20px;
  }

  .maint p {
    font-size: 20px;
  }

  .btn-rond-menu {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 500px) {

  h1 {
    font-size: 28px;
  }

  h6 {
    font-size: 16px;
  }

  .accueil p {
    font-size: 18px;
  }

  .maint {
    font-size: 18px;
  }

  .btn-acc {
    width: 150px;
    font-size: 16px;
    height: 45px;
    margin: 10px 0 0 5px;
  }

  .btn-acc1 {
    margin: 10px 0 0 30px;
  }

  .media {
    width: 55px;
    height: 55px;
  }

  .icone-medias {
    width: 25px;
  }

}

@media screen and (max-width: 450px) {
  .btn-rond-menu {
    width: 50px;
    height: 50px;
  }

  .cont-ligne {
    width: 20px;
    height: 38px;
  }

  .ligne-unique {
    height: 3px;
  }

  .ligne-unique::before {
    bottom: 8px;
    height: 3px;
  }

  .ligne-unique::after {
    top: 8px;
    height: 3px;
  }

  .accueil {
    height: 100vh;
  }

  .maint {
    height: 100vh;
  }

  h1 {
    margin: 0 30px 0 5px;
    padding-top: 100px;
  }

  h6 {
    margin: 20px 30px 0 5px;
  }

  .accueil p,
  .maint p {
    margin: 25px 0 0 5px;
  }

  .btn-acc {
    margin: 30px 0 0 5px;
  }

  .medias {
    margin-left: 5px;
  }

}

@media screen and (max-width: 414px) {


  .medias {
    margin-top: 30px;
  }

}



@media screen and (max-width: 380px) {

  .txt-animation {
    font-size: 15px !important;
  }

  .medias {
    margin-top: 30px;

  }

}

@media screen and (max-width: 370px) {

  .txt-animation {
    font-size: 13px !important;
  }

}



@media screen and (max-width: 320px) {

  .medias {
    margin-top: 120px;

  }


}

/*-------- Presentation -------*/

.presentation {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #485563;
  min-height: 900px;
}

.fond-forme {
  background: #ffffff !important;
  width: 2300px;
  height: 1000px;
  position: absolute;
  transform: rotate(-45deg) translateX(100px) translateY(-15px);
  z-index: -1;
}

.titre-pres {
  font-size: 40px;
  text-align: center;
  margin: 50px 0 70px 0;
  padding-left: 150px;
}

.container-presentation {
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;
  margin: 50px 0 130px 0;
  flex-shrink: 0;
  margin: auto;
}

.pres-gauche {
  width: 70%;
  flex-shrink: 0;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 30px;
}

.pres-gauche span {
  font-weight: 700;
}

.pres-gauche h3 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
}

.pres-gauche hr {
  width: 60px;
  margin: 20px auto 20px auto;
}

.pres-gauche p {
  text-align: justify;
}

.pres-droite {
  width: 30%;
}

.pres-droite img {
  padding-bottom: 65px;
}

.premierePhoto {
  width: 100%;
}

.deuxiemePhoto {
  display: none;
}

.liste-presentation {
  list-style-type: none;
  padding: 10px 0 50px 110px;
}

.chiffre-style {
  font-family: 'Poppins', serif;
  font-size: 40px;
}

.txt-liste {
  font-size: 27px;
  display: inline;
}

.btn-acc3 {
  background: transparent;
  border: 2px solid #485563;
  font-weight: 700;
  color: #485563;
}

.btn-acc3:hover {
  background: #333;
  color: white;
}

.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-size: 16px;
  margin: 10px;
  max-width: 340px;
  min-width: 230px;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #29323c;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 10px 10% 10px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #29323c;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1543 h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.snip1543 p {
  font-size: 15px;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}



/* Medias Presentation */

@media screen and (max-width: 1300px) {

  .container-presentation {
    padding-left: 0px;
    width: 80%;
  }

  .titre-pres {
    padding-left: 0px;
  }

  .presentation {
    min-height: 750px;
  }


}

@media screen and (max-width: 1100px) {

  .fond-forme {
    width: 100%;
    height: 150%;
    transform: rotate(0) translateY(0) translateX(0);
  }

  .titre-pres {
    margin: 0 0 20px 0;
    padding-top: 50px;
  }

  .container-presentation {
    flex-direction: column;
    width: 90%;
  }

  .pres-gauche {
    width: 80%;
    flex-shrink: 1;
    margin-bottom: 10px;
    padding: 20px 0;
  }

  .pres-gauche h3 {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .pres-droite {
    width: 80%;
    flex-shrink: 1;
  }

  .liste-presentation {
    padding: 0 0;
  }

  .premierePhoto {
    display: none;
  }

  .deuxiemePhoto {
    display: block;
    width: 60%;
  }

}


@media screen and (max-width: 700px) {

  .container-presentation {
    margin-top: 10px;
    margin-bottom: 70px;
  }

  .titre-pres {
    font-size: 24px;
    margin: 0 10px
  }

  .pres-gauche p {
    font-size: 16px;
  }

  .pres-gauche h3 {
    font-size: 20px;
  }

  .chiffre-style {
    font-size: 30px;
  }

  .txt-liste {
    font-size: 17px;
  }


  .btn-acc3 {
    width: 200px;
  }

}


@media screen and (max-width: 700px) {

  .deuxiemePhoto {
    width: 100%;
  }
}


@media screen and (max-width: 450px) {

  .pres-gauche {
    width: 95%;
  }

  .btn-acc3 {
    margin-left: 0;
  }

  .pres-droite {
    width: 95%;
  }
}

/*-------- Portfolio -------*/

.portfolio {
  width: 100%;
  background-color: #fff;
  min-height: 100vh;
}

.titre-port {
  text-align: center;
  padding: 20px 0;
  font-size: 50px;
  padding-left: 150px;
}


.return {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.contenu-port {
  padding-left: 150px;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  width: 70%;
}

.contenu-port-lp {
  padding-left: 150px;
  padding-top: 30px;
  text-align: center;
}

/******* Début portfolio accueil*/

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.snip1477 {
  font-family: "Rajdhani", sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
  display: inline-block;
  -webkit-box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
  box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}

figure.snip1477 .title-port-accueil {
  position: absolute;
  top: 50%;
  left: 25px;
  padding: 5px 10px 10px;
}

figure.snip1477 .title-port-accueil:before,
figure.snip1477 .title-port-accueil:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

figure.snip1477 .title-port-accueil:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

figure.snip1477 .title-port-accueil:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

figure.snip1477 .title-port-accueil div:before,
figure.snip1477 .title-port-accueil div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

figure.snip1477 .title-port-accueil div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

figure.snip1477 .title-port-accueil div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
}

figure.snip1477 h2 {
  font-weight: 400;
}

figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}

figure.snip1477 figcaption {
  position: absolute;
  bottom: 50%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}

figure.snip1477 figcaption p {
  margin: 0;
}

figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}

figure.snip1477:hover .title-port-accueil:before,
figure.snip1477.hover .title-port-accueil:before,
figure.snip1477:hover .title-port-accueil:after,
figure.snip1477.hover .title-port-accueil:after,
figure.snip1477:hover .title-port-accueil div:before,
figure.snip1477.hover .title-port-accueil div:before,
figure.snip1477:hover .title-port-accueil div:after,
figure.snip1477.hover .title-port-accueil div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

figure.snip1477:hover .title-port-accueil:before,
figure.snip1477.hover .title-port-accueil:before,
figure.snip1477:hover .title-port-accueil:after,
figure.snip1477.hover .title-port-accueil:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


/******* Début portfolio LP*/

figure.snip1256 {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #07090c;
  font-size: 16px;
  -webkit-perspective: 50em;
  perspective: 50em;
  display: inline-block;
  -webkit-box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
  box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
}

figure.snip1256 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1256 img {
  opacity: 1;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

figure.snip1256 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}

figure.snip1256 h3,
figure.snip1256 p {
  line-height: 1.5em;
}

figure.snip1256 h3 {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
}

figure.snip1256 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}

figure.snip1256 .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}

figure.snip1256 .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}

figure.snip1256:hover img,
figure.snip1256.hover img {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

figure.snip1256:hover figcaption,
figure.snip1256.hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


/******* Début portfolio ONECLICK*/

.snip1446 {
  font-family: "Rajdhani", sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  max-height: 230px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  -webkit-box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
  box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
}

.snip1446 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1446 img {
  opacity: 1;
  width: 100%;
}

.snip1446:after,
.snip1446:before,
.snip1446 figcaption:after,
.snip1446 figcaption:before {
  background: #0a0a0a;
  width: 25%;
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  top: 100%;
  bottom: 0;
}

.snip1446:before {
  left: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.snip1446:after {
  left: 25%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.snip1446 figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: -1;
}

.snip1446 figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: -1;
}

.snip1446 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px;
}

.snip1446 h2,
.snip1446 p,
.snip1446 .icons {
  margin: 0;
  width: 100%;
  opacity: 0;
}

.snip1446 h2 {
  font-weight: 900;
  text-transform: uppercase;
}

.snip1446 p {
  font-weight: 300;
}

.snip1446 .icons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.snip1446 i {
  padding: 0px 10px;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
}

.snip1446 i:hover {
  opacity: 1;
}

.snip1446:hover:after,
.snip1446.hover:after,
.snip1446:hover:before,
.snip1446.hover:before,
.snip1446:hover figcaption:after,
.snip1446.hover figcaption:after,
.snip1446:hover figcaption:before,
.snip1446.hover figcaption:before {
  top: 0;
  opacity: 0.9;
}

.snip1446:hover figcaption h2,
.snip1446.hover figcaption h2,
.snip1446:hover figcaption p,
.snip1446.hover figcaption p,
.snip1446:hover figcaption .icons,
.snip1446.hover figcaption .icons {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.snip1446:hover figcaption h2,
.snip1446.hover figcaption h2,
.snip1446:hover figcaption .icons,
.snip1446.hover figcaption .icons {
  opacity: 1;
}

.snip1446:hover figcaption p,
.snip1446.hover figcaption p {
  opacity: 0.7;
}

figure.snip1446 .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}

figure.snip1446 .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}


/**** Début page newsletters */

figure.snip0014 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
  box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
}

figure.snip0014 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.snip0014 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip0014 figcaption {
  font-size: 1.25em;
}

figure.snip0014>div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}

figure.snip0014>div::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

figure.snip0014 h2,
figure.snip0014 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0014 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip0014 h2 span {
  font-weight: 800;
}

figure.snip0014 p {
  font-weight: 200;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip0014 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

figure.snip0014:hover img {
  opacity: 0.15;
}

figure.snip0014:hover>div h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip0014:hover>div p {
  opacity: 0.8;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

figure.snip0014:hover>div::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


/**** Début design LP */

.snip1356 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  background: #000;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  display: inline-block;
  -webkit-box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
  box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
}

.snip1356 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.snip1356>img,
.snip1356 .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  max-width: 100%;
}

.snip1356>img {
  vertical-align: top;
  position: relative;
  -webkit-filter: blur(5px);
  filter: blur(15px);
  opacity: 0.7;
}

.snip1356 .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1356 .image img {
  position: absolute;
  top: 0;
}

.snip1356 figcaption {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 15px;
  z-index: 1;
}

.snip1356 h3,
.snip1356 p {
  margin: 0;
}

.snip1356 h3 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.snip1356 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
}

.snip1356 .read-more {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  color: #ffffff;
  right: 0;
  bottom: 0;
  font-weight: 500;
  position: absolute;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1356 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1356:hover .read-more,
.snip1356.hover .read-more,
.snip1356:hover figcaption,
.snip1356.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1356:hover .image,
.snip1356.hover .image {
  bottom: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/******* UX ***/

.snip1548 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  -webkit-box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
  box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
}

.snip1548 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1548:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1548 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1548 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snip1548 h3,
.snip1548 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1548 h3 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}

.snip1548 h5 {
  font-weight: normal;
  background-color: #ffffff;
  padding: 3px 10px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #000;
}

.snip1548 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1548:hover:before,
.snip1548.hover:before {
  bottom: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1548:hover h3,
.snip1548.hover h3,
.snip1548:hover h5,
.snip1548.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.snip1548:hover h3,
.snip1548.hover h3 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1548:hover h5,
.snip1548.hover h5 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}




.button-section-pt {
  margin-top: 30px;
}

.lien-pt {
  color: #000;
  background-color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #000;
  margin: 5px 5px;
  display: inline-block;
  font-weight: bold;
}

.lien-pt:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.lien-pt.actif {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: underline;
  font-weight: bold;
}

/****** ADMIN Liste projets ****/
.section-onglets-back {
  display: flex;
}

.onglet-admin {
  width: 33%;
  text-align: center;
  padding: 1em;
  margin: 0 .2em;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  cursor: pointer;
}

.onglet-admin.actif {
  background: #ddd;
  text-transform: uppercase;
  font-weight: 900;
  color: #0060ff;
}

.ongletDescription-admin {
  text-align: center;
  padding: 20px 0px;
  width: 100%;
  margin: auto;
}

.contenu-admin {
  margin: 0 .2em;
  padding: 1em;
}

.contenu-admin.actif {
  background: #DDD;
  display: block;
}

/****** fin ****/

.onglets {
  display: flex;
  padding-left: 150px;
}

.onglet {
  width: 33%;
  text-align: center;
  padding: 1em;
  margin: 0 .2em;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  cursor: pointer;
}

.onglet.actif {
  background: #ddd;
  text-transform: uppercase;
  font-weight: 900;
  color: #0060ff;
}

.ongletDescription {
  text-align: center;
  width: 100%;
  margin: auto;
  padding-left: 150px;
}

.ongletDescription p {
  font-size: 21px;
  padding-top: 10px;
}

h4 {
  font-size: 2em;
  text-align: center;
  padding: 10px 0;
  font-family: 'Poppins', serif;
  color: #29323c;
}

.contenu p {
  font-size: 18px;
}


.contenu {
  margin: 0 .2em;
  padding: 1em;
  padding-left: 150px;
}

.contenu.actif {
  background: #DDD;
  display: block;
}


.cont-portfolio {
  width: 100%;
  height: auto;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.item {
  margin: 20px;
  width: 420px;
  height: 400px;
  background: #f0f2f0;
  color: #333;
  transition: transform 0.3s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.item:hover {
  transform: translateY(-10px);
}

.cont-img-port {
  width: 100%;
  height: 220px;
  overflow: hidden;
}



.cont-img-port img {
  width: 100%;
  height: auto;
}

.item h3 {
  padding: 10px 10px 0;
  font-size: 22px;
}

.item p {
  padding: 10px 10px 0;
}

.ProjetDescrip {
  min-height: 60px;
}

.btn-projets {
  display: block;
  margin: 10px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-projets::after {
  content: '';
  height: 240px;
  width: 100px;
  background: rgba(71, 25, 128, 0.50);
  display: block;
  position: absolute;
  left: -150px;
  top: -50px;
  transform: rotate(-45deg);
}

.btn-projets:hover::after {
  transition: transform 0.3s 0.1s linear;
  transform: translateX(400px);
}

.item-banner {
  margin: 20px;
  width: 300px;
  transition: transform 0.3s ease-out;

}

.item-banner:hover {
  transform: translateY(-10px);
}

.cont-img-port2 {
  width: 100%;
  min-height: 80px;
}

.cont-img-port2 img {
  width: 100%;
  cursor: pointer;
}

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow: auto;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.modalContent {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalImg {
  width: 100%;
  max-width: 700px;
}

.close {
  position: absolute;
  top: 1.5em;
  right: 1em;
  font-size: 1.8em;
  cursor: pointer;
}

.modal.appear {
  opacity: 1;
  pointer-events: all;
}

.modal.appear .modalImg {
  animation: zoom 0.3s linear;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}



@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }

}


/* media portfolio */



@media screen and (max-width: 1300px) {

  .cont-portfolio {
    padding-left: 0;
  }

  .titre-port {
    font-size: 40px;
    padding-left: 0;
  }

  .onglets {
    padding-left: 0px;
  }

  .contenu {
    padding-left: 0px;
  }

  h4 {
    font-size: 1.5em;
  }

  .contenu-port,
  .contenu-port-lp {
    padding-left: 0px;
    margin: auto;
    width: 100%;
  }

  .ongletDescription {
    padding-left: 0;
  }

}




@media screen and (max-width: 700px) {

  .ongletDescription {
    width: 90%;
  }

  .onglet {
    padding: 10px 0 10px 0;
  }

  .modalImg {
    width: 80%;
  }


}



@media screen and (max-width: 500px) {

  .onglet {
    font-size: 14px;
  }

  .titre-port {
    padding: 30px 0;
  }

  .item {
    height: 420px;
  }

  .cont-img-port {
    height: auto;
  }

  .contenu p {
    font-size: 16px;
  }

}

@media screen and (max-width: 340px) {

  .item {
    height: 380px;
  }

}

/*---- section Competences -----*/

.section-range {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 200px;

  background: #ffffff;
  background-image: url('../image/bgd-2.jpg');
  background-size: cover;
  background-position: top center;
  color: #485563;
  position: relative;
  z-index: -1;
}

.range-cont {
  position: relative;
}

.titre-exp {
  font-size: 40px;
  text-align: center;
  margin: 80px 0 90px 0;
  padding-left: 150px;
}

.grille-skill {
  display: grid;
  grid-template: repeat(6, 80px) / repeat(2, 500px);
  grid-gap: 50px;
  padding-left: 150px;
}

.barre-skill {
  height: 15px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.barre-grises {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 15px;
  background: rgb(216, 216, 216);
  border-radius: 5px;
}

.b1 {
  width: 90%;
}

.b2 {
  width: 80%;
  background: #f3ed92;
}

.b3 {
  width: 40%;
  background: #f3ed92;
}

.b4 {
  width: 60%;
}

.b5 {
  width: 75%;
}

.b6 {
  width: 85%;
  background: rgb(243, 237, 146);
}

.b7 {
  width: 50%;
  background: rgb(243, 237, 146);
}

.b8 {
  width: 70%;

}

.label-skill {
  font-size: 24px;
}




/* Medias Range */

@media screen and (max-width: 1400px) {
  .grille-skill {
    grid-template: repeat(6, 80px) / repeat(2, 450px);
  }

  .barre-grises {
    width: 450px;
  }
}

@media screen and (max-width: 1300px) {

  .section-range {
    padding-left: 0;
  }

  .titre-exp {
    padding-left: 0;
  }

  .grille-skill {
    grid-template: repeat(10, 80px) / 600px;
    padding-left: 0;
  }

  .barre-grises {
    width: 600px;
  }

}

@media screen and (max-width: 700px) {

  .grille-skill {
    grid-template: repeat(10, 80px) / 400px;
  }

  .barre-grises {
    width: 400px
  }

}

@media screen and (max-width: 450px) {

  .section-range {
    padding-bottom: 100px;
  }

  .titre-exp {
    font-size: 30px;
    margin: 50px 0 60px 0;
  }

  .label-skill {
    font-size: 20px;
  }

  .grille-skill {
    grid-template: repeat(10, 80px) / 300px;
    grid-gap: 40px;
  }

  .barre-grises {
    width: 300px;
  }
}

/*-------section description metiers------*/

.metiers {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;

}

.cont-metiers {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.work {
  margin: 30px;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(to right, #29323c, #485563);
  ;
  color: #f0f2f0;
  transition: transform 0.3s ease-out;
  border-radius: 50%;
}

.work h3 {
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
}

.poste {
  list-style-type: none;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

.poste li {
  padding-top: 15px;
}

@media screen and (max-width: 1300px) {



  .cont-metiers {

    padding-left: 0px;
  }

  .poste {
    font-size: 18px;
  }

}

@media screen and (max-width: 375px) {



  .work h3 {
    margin-top: 45px;
    font-size: 28px;
  }
}



@media screen and (max-width: 320px) {

  .work h3 {
    font-size: 25px;
  }

  .poste {
    font-size: 18px;

  }

}

/*--- section experience travail */



.travail-exp {
  width: calc(100% - 150px);
  min-height: 2000px;
  margin-left: auto;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.titre-travail-exp {
  text-align: center;
  padding: 70px 0;
  font-size: 40px;
  color: #29323c;
}

.cont-exp-travail {
  position: relative;
  display: flex;
  justify-content: center;
}



.flex-cont-bloc-exp {
  width: 800px;
  flex-shrink: 1;
  height: 1000px;
  position: relative;
}

.bloc {
  width: 100%;
  margin-bottom: 37.5px;
  cursor: pointer;
  border: 1px solid #29323c;
  background-image: linear-gradient(to right, #29323c, #485563);
  position: relative;
}

.contenu-bloc {
  padding: 20px;
  width: 100%;
  height: 100%;
  background: white;
  transition: transform 0.25s ease-in-out;
  position: relative;
  transform: translate(10px, -10px);
}

.contenu-bloc:hover {
  transform: translate(0, 0);
  background-color: #efefef;
}



.titre-section-bloc {
  font-family: 'Poppins', serif;
  font-size: 25px;
  padding-bottom: 10px;
  color: #29323c;
  font-weight: 800;
}



hr {
  margin-top: 0.5rem;
}

.techniques {
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  border-radius: 18px;
  margin-top: 1rem;
}

.techniques2 {
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  background: orange;
  color: #29323c;
  border-radius: 18px;
  margin-top: 1rem;
  color: #f0f2f0;
  background: #29323c;
}


/* Media section travail exp */

@media screen and (max-width: 1300px) {
  .travail-exp {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {


  .bloc {
    margin-bottom: 37.5px;
  }

  .flex-cont-bloc-exp {
    margin-right: 30px;
  }



}


@media screen and (max-width: 700px) {

  .travail-exp {
    min-height: 2200px;

  }
}

@media screen and (max-width: 520px) {

  .txt-section {
    font-size: 16px;
  }

}

@media screen and (max-width: 432px) {

  .travail-exp {
    min-height: 2800px;

  }



}

@media screen and (max-width: 380px) {

  .txt-section {
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {

  .techniques {
    font-size: 13px;

  }

  .techniques2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {

  .titre-section-bloc {
    font-size: 19px;
    padding-bottom: 5px;

  }

}

/*--- section parrallax */

.section-parallax {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;

}

.txt-par {
  font-size: 30px;
  font-weight: bold;
  margin: 0 50px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.txt-par:nth-child(1) {
  padding-left: 150px;
}


@media screen and (max-width: 1300px) {
  .txt-par {
    font-size: 25px;
    margin: 0 30px;
  }

  .txt-par:nth-child(1) {
    padding-left: 0px;
  }

}

@media screen and (max-width: 700px) {

  .txt-par {
    font-size: 22px;
    margin: 0 25px;
  }
}

@media screen and (max-width: 550px) {

  .section-parallax {
    flex-direction: column;
  }

  .txt-par {
    font-size: 20px;
    margin: 20px 0px;
  }

}

/*--- section contact */

.section-contact {
  width: 100%;
  min-height: 900px;
  background-image: url('../image/bg-contact.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.section-contact h2 {
  text-align: center;
  color: #333;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 50px;
  padding: 70px 0 0 150px;
}

.section-contact h2 strong {
  font-weight: 900;
}

.sub-title-contact {
  font-size: 21px;
  text-align: center;
  padding-bottom: 30px;

}

.formulaire-contacter {
  width: 100%;
  padding: 15px;
}

.moi-contact {
  padding: 15px;
  font-size: 18px;
  text-align: center;
  display: block;
}

.rs {
  width: 50px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.rs img {
  width: 100%;
}


.container-form {
  margin: 0 auto;
  width: 70%;
  display: flex;
  padding-left: 150px;
}

.form-groupe {
  position: relative;
  display: flex;
  margin-bottom: 45px;
}

.form-groupe label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 20px;
  transition: 0.4s ease-out;
}

.form-groupe input {
  display: block;
  width: 100%;
  padding: 10px 0px;
  border: none;
  outline: none;
  background: none;
  border-bottom: 3px solid #aaa;
  color: #666;
  font-size: 20px;
  transition: 0.4s ease-out;
}

textarea {
  width: 100%;
  height: 200px;
  border: none;
  border: 3px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  resize: none;
  outline: none;
  font-size: 20px;
  transition: 0.4s all ease-out;
  background: #f1f1f1;
}

textarea::placeholder {
  font-size: 20px;
  opacity: 0.5;
}

textarea:focus {
  border-color: #8b97d7;
}

.form-groupe:nth-child(4) {
  margin-bottom: 25px;
  justify-content: flex-start;
}

.form-groupe .button-submit {
  display: block;
  width: auto;
  padding: 15px 60px;
  border: 3px solid rgb(144, 144, 144);
  border-radius: 999px;
  background-image: linear-gradient(to right, transparent 50%, rgb(65, 65, 65) 50%, rgb(134, 134, 134));
  background-size: 200%;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}

.form-groupe .button-submit:hover {
  color: #fff;
  background-position: 100%;
  border: 3px solid #fff;
}

@media screen and (max-width: 1300px) {

  .section-contact h2 {
    padding: 70px 0 0 0;
  }

  .container-form {
    padding-left: 0;
  }

  .form-groupe:nth-child(4) {
    justify-content: center;
  }

}

@media screen and (max-width: 991px) {

  .container-form {
    flex-direction: column;
    width: 90%;
  }

  .moi-contact {
    order: 2;
  }

  .formulaire-contacter {
    order: 1;
  }

  .reseaux-sco {
    display: flex;
    width: 70%;
    margin: auto;
  }

}

@media screen and (max-width: 700px) {

  .sub-title-contact {
    font-size: 18px;
    margin: auto;
    width: 95%;
  }

}


/*--- animation contact ----*/

.form-groupe:focus-within label,
.form-groupe.animation label {
  top: 0px;
  transform: translateY(-100%);
  color: #8b97d7;
}


/*------ Page LANDING PAGE -----*/
.page-lp {
  width: 100%;
  background-color: #ddd;
  min-height: 900px;
}

.titre-lp {
  text-align: center;
  padding: 50px 0;
  font-size: 50px;
  padding-left: 150px;
}

.page-description-contenu {
  padding-left: 150px;
  padding-bottom: 30px;

}

.contenu-haut-lp {
  width: 70%;
  margin: auto;
  text-align: center;
}

.contenu-haut-lp img {
  width: 100%;
}

.contenu-bas-lp {
  text-align: center;
  width: 70%;
  margin: auto;
  padding-bottom: 30px;
}

.contenu-bas-lp p {
  font-size: 21px;
  color: #29323c;
  padding: 30px 20px;
}

.contenu-bas-lp hr {
  width: 50%;
  border: 2px solid #29323c;
  margin: auto;
}

.btn-retour-port {
  width: 100%;
  margin: auto;
  height: 50px;
  padding: 15px 20px;

}

.btn-retour-port a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  background-color: #29323c;

}

.btn-retour-port a:hover {
  color: #29323c;
  font-size: 18px;
  border: 1px solid #29323c;
  background-color: transparent;
}

@media screen and (max-width: 1300px) {

  .page-description-contenu,
  .titre-lp {
    padding-left: 0px;

  }
}

@media screen and (max-width: 700px) {
  .contenu-bas-lp p {
    font-size: 18px;
  }

  .contenu-bas-lp,
  .contenu-haut-lp {
    width: 90%;
  }

}

/*------ Page ONECLICK -----*/

.page-lp-oc {
  width: 100%;
  background-color: #fff;
  min-height: 900px;
}


.oneClick {
  background-image: url('../image/bg-oc.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 100vh;
}

.oneClick,
.newsLe {
  display: flex;
  width: 70%;
  margin: auto;
  padding-left: 0px;
}

.contenu-gauche-lp {
  width: 50%;
  min-height: 700px;
}

.contenu-droite-lp {
  width: 50%;
  padding: 0 40px 0 10px;
  text-align: right;
}

.contenu-droite-lp h4 {
  text-align: right;
  padding-bottom: 20px;
}

.contenu-droite-lp hr {
  width: 50%;
  border: 2px solid #29323c;
  margin-left: 50%;
}

.contenu-droite-lp p {
  font-size: 21px;
  padding: 30px 0;
}

.contenu-gauche-lp img {
  width: 65%;
}

.r-oc {
  width: 100%;
  padding: 0;
}

.r-oc a {
  text-decoration: none;
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #29323c;
}

.r-oc a:hover {
  color: #29323c;
  font-size: 18px;
  border: 1px solid #29323c;
}


@media screen and (max-width: 1300px) {

  .page-description-contenu,
  .titre-lp {
    padding-left: 0px;
  }

  .oneClick,
  .newsLe {
    width: 90%;
  }

}

@media screen and (max-width: 991px) {
  .contenu-gauche-lp img {
    width: 100%;
  }

  .oneClick {
    background-image: none;
  }



}

@media screen and (max-width: 700px) {
  .contenu-droite-lp p {
    font-size: 18px;
  }

  .contenu-gauche-lp {
    width: 50%;
    margin: auto;
  }

  .contenu-droite-lp {
    width: 90%;
    text-align: center;
    padding: 0 10px 50px 10px;
    margin: auto;
  }

  .contenu-droite-lp h4 {
    text-align: center;
  }

  .contenu-droite-lp hr {
    margin-left: 25%;
  }

  .oneClick,
  .newsLe {
    flex-direction: column;
  }
}

/*------ Page newsletter -----*/

.page-lp-news {
  width: 100%;
  background-color: #fff;
  min-height: 900px;
}

.newsLe {
  background-image: url('../image/bg-news.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 100vh;
}

/*------ Page UX -----*/
#page-ux {
  background-color: #fff;
  color: #29323c;
  min-height: 100vh
}

.contenu-haut-ux {
  display: inline-block;
}

.contenu-haut-ux {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contenu-haut-ux img {
  width: 100%;
}

.contenu-bas-ux {
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
}

.contenu-bas-ux p {
  font-size: 21px;
  color: #29323c;
  padding: 30px 20px;
}

.contenu-bas-ux hr {
  width: 50%;
  border: 2px solid #29323c;
  margin: auto;
}

.item-banner2 {
  margin: 8px;
  width: 210px;
  transition: transform 0.3s ease-out;
}

.modalImg2 {
  max-width: 600px;
}

figure.item-ux {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #07090c;
  font-size: 16px;
  -webkit-perspective: 50em;
  perspective: 50em;
  display: inline-block;
  -webkit-box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
  box-shadow: 4px 3px 11px -2px rgba(0, 0, 0, 0.58);
}

figure.item-ux img:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 100ms ease-in;
  transform: scale(1.2);
}

/*------FOOTER */

footer {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 150px;
  font-size: 12px;
}

@media screen and (max-width: 1300px) {

  footer {
    padding-left: 0px;
  }

}

/* The Modal (background) */
.modal-contact {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  color: #fff;
}

/* Modal Content/Box */
.modal-content-contact {
  background-color: rgb(51, 51, 51, 0.95);
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  margin-top: 80px;
  /* Could be more or less, depending on screen size */
}

.modal-content-contact h6 {
  color: #fff;
  font-size: 21px;
  padding-bottom: 20px;
}

/* The Close Button */
.close-contact {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-contact:hover,
.close-contact:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content-contact .formulaire-contacter2 .form-groupe input {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.modal-content-contact .formulaire-contacter2 .form-groupe label {
  color: #fff;
}

.modal-content-contact .formulaire-contacter2 .form-groupe textarea {
  color: #fff;
  border: 3px solid #fff;
  background: transparent;
  font-family: 'Rajdhani', sans-serif;
}

@media screen and (max-width: 991px) {

  .modal-content-contact {
    width: 70%;
  }

  .newsLe {
    background-image: none;
  }

}

@media screen and (max-width: 700px) {

  .modal-content-contact {
    width: 90%;
  }

  .modal-content-contact h6 {
    font-size: 16px;
  }

  .modal-content-contact .formulaire-contacter2 .form-groupe label {
    font-size: 16px;
  }

  .modalImg2 {
    width: 60%;
  }

  .contenu-bas-ux {
    width: 90%;
  }

  .newsLe {
    background-image: none;
  }

}



#content_loader {
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid rgba(54, 185, 204, .3);
  border-top: 10px solid #36b9cc;
  animation: loading 1.8s infinite linear;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}