
#graphisme {
  background-color: white;
  width: 100%;
  position: relative;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

h2 {
  padding-top: 5%;
  color: #bbd29e;
  z-index:5;
  font-size: 2.7rem;
}
h3 {
  color: #bbd29e;
  font-size: 1.65rem;
}
.affiche {
    position: absolute;
    z-index: 6;
    top: 60%;
    left: 10%;
}
.graphisme-content {
  width:100vw;
  position:relative;
  height: 600px;
}

.kenya {
    position: absolute;
    top: 13%;
    width: 75%;
    left: 20%;
    z-index: 2;
    margin-bottom: 16%!important;
}

.dub {
  display:none;
  object-fit: contain;
  position: absolute;
}
.eventail {
    position: absolute;
    display: block;
    z-index: 1;
    height:auto;
    top: 2%;
    left: 0%;
    width: 72%;
}

.boutongraphisme {
  position: absolute;
  display: block;
  z-index: 4;
  width: 26%;
  top: 74%;
  left: 64%;
}

/*MEDIA SCREEN */
@media (min-width: 576px) {
#graphisme{
    width:100%;
    height:800px;
}
.eventail {
    top: -3%;
    left: 0%;
    width: 49%;
    left: 2%;
    position: absolute;
}
.kenya {
    position: absolute;
    top: 9%;
    width: 48%;
    left:30%;
    z-index: 2;
    margin-bottom: 16%!important;
}
}

/* Tablettes */
@media screen and (min-width:768px) {
#graphisme{
    width:100%;
    height:100%;
}
.agauche {
        text-align: left!important;     
    }
  
 h3 {
  color: #bbd29e;
  font-size: 1.90rem;
}
.graphisme-content {
    position: relative;
    height: 700px;
    margin-top: 10%!important;
} 
    
  .affiche {
    position: absolute;
    display: block;
    z-index: 6;
    top: 20%;
    left: 66%;
    }

.kenya {
    left: 33%;
    margin: 0 auto;
    margin-bottom: 1%!important;
    width: 40%;
    height: auto;
}

.dub {
    position: absolute;
    display: block;
    z-index: 3;
    width: 31%;
    top: 15%;
    left: 11%;
    height: auto;
}

.eventail {
    position: absolute;
    display: block;
    z-index: 1;
    width: 41%;
    height: auto;
    top: -4%;
    left: -1%;
}
.boutongraphisme {
    position: absolute;
    display: block;
    z-index: 5;
    top: 40%;
    left: 75%;
}
}
/* */
@media (min-width: 992px) {
    .affiche {
      left:63%;
 }

 h3 {
  color: #bbd29e;
  font-size: 2rem;
}
  .kenya {
    margin: 0 auto;
    margin-bottom: 1%!important;
    width: 32%;
    left: 31%;
    top:-8%;
}
 .boutongraphisme {
        width:16%;
}
}

/* Ordinateur de bureau */
@media screen and (min-width:1024px) {
    .affiche {
      top: 10%;
        left:70%;
 }
    .graphisme-content {
    height: 900px;
}
    .eventail {
    width: 32%;
}
    .kenya {
    width: 37%;
    left: 30%;
    top:-6%;
}
    .dub {
    width: 25%;
    position: absolute;
    display: block;
    z-index: 3;
    height:auto;
    top: 10%;
    left: 8%;
}
    .boutongraphisme {
    width: 14%;
}
}
@media screen and (min-width:1440px) {
  .content {
    max-width: 1440px;
  }
  h3 {
  color: #bbd29e;
  font-size: 3rem;
}
.graphisme-content {
    height: 750px;
}
.affiche {
    display: block;
    z-index: 6;
    top: -9%;
    left: 64%;
    position: absolute;
}
.dub {
    width: 20%;
    position: absolute;
    display: block;
    z-index: 3;
    height: auto;
    top: 10%;
    left: 12%;
}
.kenya {
    top:-22%;
    width: 23%!important;
    left: 30%;
}
.eventail {
    position: absolute;
    display: block;
    z-index: 1;
    width: 28%;
    height: auto;
    top: -21%;
    left: 4%;
} 
.boutongraphisme {
    position: absolute;
    display: block;
    z-index: 5;
    width: 12%;
    top: 30%;
    left: 67%;
}
}

/* HD Desktop */

@media screen and (min-width:1920px) {
.graphisme-content {
    position: relative;
    height: 900px;
    margin-top: 10%!important;
}
.affiche {
    display: block;
    z-index: 6;
    top: -5%;
    left: 75%;
    position: absolute;
}
.eventail {
    position: absolute;
    display: block;
    z-index: 1;
    width: 20%;
    height: auto;
    top: -10%;
    left: 20%;
}
.kenya {
    position: absolute;
    top: -16%;
    left: 30%;
    z-index: 2;
    margin-bottom: 16%!important;
}
.dub {
    width: 15%;
    height: auto;
    position: absolute;
    display: block;
    z-index: 3;
    top: 1%;
    left: 52%;
}
.boutongraphisme {
    position: absolute;
    display: block;
    z-index: 5;
    height: 25%;
    top: 23%;
    left: 77%;
}
}
