@charset "UTF-8";
.fake_header {
  z-index: -1000;
}

@media (max-width: 768px) {
  .container1 #slide1 .slide .slide_image2 .slide_title h1,
  .container1 #slide1 .slide .slide_image2 .slide_title p,
  .container1 #slide1 .slide .slide_image1 .slide_title h1,
  .container1 #slide1 .slide .slide_image1 .slide_title p {
    text-align: center;
  }
  #slide1 .slick-prev {
    left: 10px;
  }
  #slide1 .slick-next {
    right: 35px;
  }
  .fake_header {
    z-index: -1000;
  }
  #slide1 .slick-prev:before,
  #slide1 .slick-next:before {
    font-size: 25px;
    padding: 10px;
  }
  .container-service {
    height: auto;
  }
  #services .content-container h3 {
    margin-bottom: 15px;
  }
  #services .services-main .container-service .content-container .fa-arrow-left {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #services .services-main .container-service .content-container .fa-arrow-right {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #projet_type_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #projet_type_container label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  #projet_type_container label:first-child {
    margin-top: 20px;
  }
}

.parallax_bonhomme .back_dots {
  background-image: url("../images/others/astro2.jpg");
  background-size: cover;
  background-position: center 50%;
}

#mdf .parallax_mdf {
  background-image: url("../images/others/moducreateur2.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/*
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 70px 200px 0;
  border-color: transparent #000000 transparent transparent;
*/
#services {
/*  margin-bottom: 200px;*/
}

.section-services-container {
  max-width: 1124px;
  margin: 0 auto;
}

@media (max-width: 850px) {
  .section-services-container {
    width: 100%;
  }
  .section-services-container h1 {
    text-align: center;
  }
}

.section-services-container h1 {
  margin-bottom: 60px;
  margin-top: 20px;
}

.section-services .fake_header {
  display: none;
}

.section-services .service-item-1 {
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .section-services .service-item-1 {
    margin-bottom: 50px !important;
  }
}

.section-services .service-item-1-img {
  background: url("../images/services/service_conseil_encommunication_image_.jpg") no-repeat top center/cover;
  width: 75%;
  height: 365px;
}

@media (max-width: 768px) {
  .section-services .service-item-1-img {
    width: 100%;
  }
}

.section-services .service-item-1-content {
  width: 60%;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 140px;
  right: -50px;
  padding: 30px 20px 40px 20px;
  min-height: 225px;
  overflow: hidden;
}

@media (max-width: 1220px) {
  .section-services .service-item-1-content {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .section-services .service-item-1-content {
    width: 100%;
  }
}

.section-services .service-item-1-content h3 {
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.section-services .service-item-1-content h3 .circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #0a9ba0;
  border-radius: 50%;
  margin-right: 20px;
}

.section-services .service-item-1-content .bref-description {
  margin-left: 60px;
}

.section-services .service-item-1-content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 65px 30px 65px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-services .service-item-1-content .triangle.hide-triangle {
  -webkit-transform: translateY(100%) translateX(-50%) !important;
          transform: translateY(100%) translateX(-50%) !important;
}

.section-services .service-item-1-content .triangle.hide-triangle .fa-chevron-down {
  display: none;
}

.section-services .service-item-1-content .triangle .fa-chevron-down {
  color: #0a9ba0;
  position: relative;
  top: 10px;
  font-size: 25px;
}

.section-services .service-item-1-content .text-toggle {
  display: none;
}

@media (max-width: 768px) {
  .section-services .service-item-1-content .text-toggle {
    height: auto !important;
  }
}

.section-services .service-item-1-content .text-toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .section-services .service-item-1-content .text-toggle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-services .service-item-1-content .text-toggle-container .text-toggle-1 {
  width: 58%;
  padding-left: 55px;
  color: #b7b7b7;
}

@media (max-width: 768px) {
  .section-services .service-item-1-content .text-toggle-container .text-toggle-1 {
    width: 100%;
    padding: 0 30px;
  }
}

.section-services .service-item-1-content .text-toggle-container .text-toggle-2 {
  color: #b7b7b7;
  width: 40%;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .section-services .service-item-1-content .text-toggle-container .text-toggle-2 {
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
}

.section-services .service-item-1-content .text-toggle-container .text-toggle-2 .trait {
  width: 80px;
  height: 4px;
  background-color: #e9ae2e;
  margin-bottom: 25px;
}

.section-services .service-item-1-content .text-toggle-container .text-toggle-2 ul li {
  list-style: none;
  margin-bottom: 15px;
}

.section-services .service-item-2 {
  position: relative;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .section-services .service-item-2 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 1220px) {
  .section-services .service-item-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section-services .service-item-2-img {
  background: url("../images/services/service_identitee_de_marque_image.jpg") no-repeat top center/cover;
  width: 75%;
  height: 365px;
}

@media (max-width: 768px) {
  .section-services .service-item-2-img {
    width: 100%;
  }
}

.section-services .service-item-2-content {
  width: 60%;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 140px;
  left: -50px;
  padding: 30px 20px 40px 20px;
  min-height: 225px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-services .service-item-2-content {
    width: 100%;
  }
}

@media (max-width: 1220px) {
  .section-services .service-item-2-content {
    position: static;
    margin-top: 20px;
  }
}

.section-services .service-item-2-content h3 {
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.section-services .service-item-2-content h3 .circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #0a9ba0;
  border-radius: 50%;
  margin-right: 20px;
}

.section-services .service-item-2-content .bref-description {
  margin-left: 60px;
}

.section-services .service-item-2-content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 65px 30px 65px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-services .service-item-2-content .triangle.hide-triangle {
  -webkit-transform: translateY(100%) translateX(-50%) !important;
          transform: translateY(100%) translateX(-50%) !important;
}

.section-services .service-item-2-content .triangle.hide-triangle .fa-chevron-down {
  display: none;
}

.section-services .service-item-2-content .triangle .fa-chevron-down {
  color: #0a9ba0;
  position: relative;
  top: 10px;
  font-size: 25px;
}

.section-services .service-item-2-content .text-toggle {
  display: none;
}

@media (max-width: 768px) {
  .section-services .service-item-2-content .text-toggle {
    height: auto !important;
  }
}

.section-services .service-item-2-content .text-toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .section-services .service-item-2-content .text-toggle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-services .service-item-2-content .text-toggle-container .text-toggle-1 {
  width: 58%;
  padding-left: 55px;
  color: #b7b7b7;
}

@media (max-width: 768px) {
  .section-services .service-item-2-content .text-toggle-container .text-toggle-1 {
    width: 100%;
    padding: 0 30px;
  }
}

.section-services .service-item-2-content .text-toggle-container .text-toggle-2 {
  color: #b7b7b7;
  width: 40%;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .section-services .service-item-2-content .text-toggle-container .text-toggle-2 {
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
}

.section-services .service-item-2-content .text-toggle-container .text-toggle-2 .trait {
  width: 80px;
  height: 4px;
  background-color: #e9ae2e;
  margin-bottom: 25px;
}

.section-services .service-item-2-content .text-toggle-container .text-toggle-2 ul li {
  list-style: none;
  margin-bottom: 15px;
}

.section-services .service-item-3 {
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .section-services .service-item-3 {
    margin-bottom: 50px !important;
  }
}

.section-services .service-item-3-img {
  background: url("../images/services/service_web_et_design_image.jpg") no-repeat top center/cover;
  width: 75%;
  height: 365px;
}

@media (max-width: 768px) {
  .section-services .service-item-3-img {
    width: 100%;
  }
}

.section-services .service-item-3-content {
  width: 60%;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 140px;
  right: -50px;
  padding: 30px 20px 40px 20px;
  min-height: 225px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-services .service-item-3-content {
    width: 100%;
  }
}

@media (max-width: 1220px) {
  .section-services .service-item-3-content {
    position: static;
    margin-top: 20px;
  }
}

.section-services .service-item-3-content h3 {
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.section-services .service-item-3-content h3 .circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #0a9ba0;
  border-radius: 50%;
  margin-right: 20px;
}

.section-services .service-item-3-content .bref-description {
  margin-left: 60px;
}

.section-services .service-item-3-content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 65px 30px 65px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-services .service-item-3-content .triangle.hide-triangle {
  -webkit-transform: translateY(100%) translateX(-50%) !important;
          transform: translateY(100%) translateX(-50%) !important;
}

.section-services .service-item-3-content .triangle.hide-triangle .fa-chevron-down {
  display: none;
}

.section-services .service-item-3-content .triangle .fa-chevron-down {
  color: #0a9ba0;
  position: relative;
  top: 10px;
  font-size: 25px;
}

.section-services .service-item-3-content .text-toggle {
  display: none;
}

@media (max-width: 768px) {
  .section-services .service-item-3-content .text-toggle {
    height: auto !important;
  }
}

.section-services .service-item-3-content .text-toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .section-services .service-item-3-content .text-toggle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-services .service-item-3-content .text-toggle-container .text-toggle-1 {
  width: 58%;
  padding-left: 55px;
  color: #b7b7b7;
}

@media (max-width: 768px) {
  .section-services .service-item-3-content .text-toggle-container .text-toggle-1 {
    width: 100%;
    padding: 0 30px;
  }
}

.section-services .service-item-3-content .text-toggle-container .text-toggle-2 {
  color: #b7b7b7;
  width: 40%;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .section-services .service-item-3-content .text-toggle-container .text-toggle-2 {
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
}

.section-services .service-item-3-content .text-toggle-container .text-toggle-2 .trait {
  width: 80px;
  height: 4px;
  background-color: #e9ae2e;
  margin-bottom: 25px;
}

.section-services .service-item-3-content .text-toggle-container .text-toggle-2 ul li {
  list-style: none;
  margin-bottom: 15px;
}

.section-services .service-item-4 {
  position: relative;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .section-services .service-item-4 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 1220px) {
  .section-services .service-item-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section-services .service-item-4-img {
  background: url("../images/services/service_evenemtiel_image.jpg") no-repeat top center/cover;
  width: 75%;
  height: 365px;
}

@media (max-width: 768px) {
  .section-services .service-item-4-img {
    width: 100%;
  }
}

.section-services .service-item-4-content {
  width: 60%;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 140px;
  left: -50px;
  padding: 30px 20px 40px 20px;
  min-height: 225px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-services .service-item-4-content {
    width: 100%;
  }
}

@media (max-width: 1220px) {
  .section-services .service-item-4-content {
    position: static;
    margin-top: 20px;
  }
}

.section-services .service-item-4-content h3 {
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.section-services .service-item-4-content h3 .circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #0a9ba0;
  border-radius: 50%;
  margin-right: 20px;
}

.section-services .service-item-4-content .bref-description {
  margin-left: 60px;
}

.section-services .service-item-4-content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 65px 30px 65px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-services .service-item-4-content .triangle.hide-triangle {
  -webkit-transform: translateY(100%) translateX(-50%) !important;
          transform: translateY(100%) translateX(-50%) !important;
}

.section-services .service-item-4-content .triangle.hide-triangle .fa-chevron-down {
  display: none;
}

.section-services .service-item-4-content .triangle .fa-chevron-down {
  color: #0a9ba0;
  position: relative;
  top: 10px;
  font-size: 25px;
}

.section-services .service-item-4-content .text-toggle {
  display: none;
}

@media (max-width: 768px) {
  .section-services .service-item-4-content .text-toggle {
    height: auto !important;
  }
}

.section-services .service-item-4-content .text-toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .section-services .service-item-4-content .text-toggle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-services .service-item-4-content .text-toggle-container .text-toggle-1 {
  width: 58%;
  padding-left: 55px;
  color: #b7b7b7;
}

@media (max-width: 768px) {
  .section-services .service-item-4-content .text-toggle-container .text-toggle-1 {
    width: 100%;
    padding: 0 30px;
  }
}

.section-services .service-item-4-content .text-toggle-container .text-toggle-2 {
  color: #b7b7b7;
  width: 40%;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .section-services .service-item-4-content .text-toggle-container .text-toggle-2 {
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
}

.section-services .service-item-4-content .text-toggle-container .text-toggle-2 .trait {
  width: 80px;
  height: 4px;
  background-color: #e9ae2e;
  margin-bottom: 25px;
}

.section-services .service-item-4-content .text-toggle-container .text-toggle-2 ul li {
  list-style: none;
  margin-bottom: 15px;
}

.section-services .main-title-services {
  height: 300px;
  background-image: url(../images/others/astro2.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-attachment: fixed;
  margin: 80px 0;
}

@media (max-width: 600px) {
  .section-services .main-title-services {
    padding-left: 20px;
    text-align: center;
  }
}

.section-services .main-title-services .container {
  width: 1124px;
  margin: 0 auto;
}

@-webkit-keyframes translateImageX1 {
  0% {
    background-position: 50% 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 0;
  }
}

@keyframes translateImageX1 {
  0% {
    background-position: 50% 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 0;
  }
}

@-webkit-keyframes translateImageX2 {
  0% {
    background-position: 50% 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 0;
  }
}

@keyframes translateImageX2 {
  0% {
    background-position: 50% 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 0;
  }
}

.section-projets.slick-slider {
  background-color: #fff;
  height: 420px;
}

.section-projets.slick-slider .slick-track .slick-slide {
  width: 420px;
  height: 420px;
}

.section-projets.slick-slider .slide-container {
  position: relative;
  outline: none;
}

.section-projets.slick-slider .slide-container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/projets/project-item-overlay.png") no-repeat center center/cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-projets.slick-slider .slide-container .projet-description {
  width: 100%;
  height: 135px;
  background-color: #000;
  color: #fff;
  padding: 0 30px;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section-projets.slick-slider .slide-container .projet-description img.plus-icon:hover {
  cursor: pointer;
}

.section-projets.slick-slider .slide-container .projet-description h3 {
  position: relative;
  font-size: 25px;
  color: #fff;
  width: 60%;
  margin-top: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.section-projets.slick-slider .slide-container .projet-description h3:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 2px;
  width: 55%;
  content: '';
  background-color: #00a5a5;
}


.section-projets.slick-slider .slide-container:nth-child(1) {
  background: url("../images/projets/projet-1.png") no-repeat center center/cover;
  margin-right: 5px;
}

.section-projets.slick-slider .slide-container:nth-child(2) {
  background: url("../images/projets/projet-2.png") no-repeat center center/cover;
  margin-right: 5px;
}

.section-projets.slick-slider .slide-container:nth-child(3) {
  background: url("../images/projets/projet-7.jpg") no-repeat center center/cover;
  margin-right: 5px;
}

.section-projets.slick-slider .slide-container:nth-child(4) {
  background: url("../images/projets/projet-3.png") no-repeat center center/cover;
  margin-right: 5px;
}

.section-projets.slick-slider .slide-container:nth-child(5) {
  background: url("../images/projets/projet-4.jpg") no-repeat center center/cover;
  margin-right: 5px;
}

.section-projets.slick-slider .slide-container:nth-child(6) {
  background: url("../images/projets/projet-5.jpg") no-repeat center center/cover;
  margin-right: 5px;
}

.section-projets.slick-slider .slide-container:nth-child(7) {
  background: url("../images/projets/projet-6.png") no-repeat center center/cover;
  margin-right: 5px;
}


#slide1 .slick-list {
  height: 100vh;
}

#slide1 .slick-list .slick-track {
  height: 100%;
}

#box-img-plus-icon {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

#box-img-plus-icon .fa-times {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}

#box-img-plus-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#box-img-plus-icon img {
  width: 840px;
  height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  #box-img-plus-icon img {
    width: 500px;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 600px) {
  #box-img-plus-icon img {
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 500px) {
  #box-img-plus-icon img {
    width: 80%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section-projets .slide-container:hover .projet-description {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#clients .partener {
  height: 150px;
}
