
.header-igd{
    height: 100vh;
    background-image: url(https://yellowgreen-grouse-520181.hostingersite.com/wp-content/themes/Theme/assets/img/headerbanner3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*body{*/
/*    background: #fff url(https://yellowgreen-grouse-520181.hostingersite.com/wp-content/themes/Theme/assets/img/background2.jpg) center center/contain repeat;*/
/*}*/
/* CONTENT */
.content{
    position: relative;
    margin: auto;
    border-radius: 30px;
    left: auto;
    right: auto;
    color: var(--colordark);
    margin-top: 500px;
}
.box-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1180px;
    margin: auto;
    left: auto;
    right: auto;
    border-radius: 30px;
    border-image-slice: 0 60 0 60;
    border-image-width: 0px 50px ;
    border-image-outset: 0px 50px 0px 50px;
    border-image-repeat:round;
    border-image-source: url('https://yellowgreen-grouse-520181.hostingersite.com/wp-content/themes/Theme/assets/img/border.png');
    border-style:solid;
    border-top: 0;
    border-bottom: 0;
    border-left-width: 0px;
    border-right-width: 0px;
    width: 100%;
    background: rgb(65,17,80);
    background: linear-gradient(0deg, rgb(42, 7, 53) 0%, rgba(44,28,49,1) 99%, rgba(44,28,49,0) 100%);
}
.buttons-header {
    display: flex;
    justify-content: flex-end;
    margin-left: 30px;
}
.buttons-header a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--colortthird);
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 5px;
}
.buttons-header .fas{
    color: var(--colorwhite);
}
.portail-start{
    /* position: absolute; */
    width: 100%;
    /* width: calc(100% - 25px); */
    /* top: -350px; */
    margin-top: -350px;
}
.portail-start img{
    width:100%;
    object-fit: contain;
}

.section-welcome{
    position: relative;
}


/* style reapte*/
.info-map{
    position: absolute;
    left: 56%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 99;
}
.info-map h2{
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 24px;
}
.info-map p{
    width: 100%;
    font-size: 14px;
}
.button-home{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 20px;margin-left: -20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: auto;
}
.button-home:hover{
    scale: 1.1;
    filter: brightness(110%);
}
.button-home span{
    position: absolute;
    font-weight: 400;
    /* margin-bottom: 2px; */
    /* margin-left: 35px; */
    font-size: 14px;
    color: var(--colorwhite);
    TOP: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.sections{
    position: relative;
    margin-top: 350px;
}
.map-image{
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.image-section-right{
    position: absolute;
    right: -130px;
    bottom: -20px;
}
.image-section-bottom{
    position: absolute;
    left: 50%;
    bottom: -70%;
    transform: translate(-50%, -50%);
}
.image-section-left{
    position: absolute;
    left: -100px;
    bottom: 0;
}
.equipement .image-section-left{
    left: -180px;
}
.metiers .image-section-left{
    top: 20%;
}
.pourquoi .image-section-right{
    right: 0px;
}
/* style reapte End*/

.info-welcom{
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.info-welcom h2{
    color: var(--colortthird);
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 32px;
}
.info-welcom p{
    color: var(--colorwhite);
    font-size: 14px;
}

/* SECTION METHOD PAYMENT */
.section-method{
    text-align: center;
    color: var(--colorwhite);
    width: 60%;
}
.section-method p{
    margin: 20px 0px;
}
.list-method{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
}
.list-method img{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.list-method img:hover{
    opacity: 0.8;
    scale: 1.04;
}

/* SECTION REVIEWS */
.section-review{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--colordark);
}
.section-review h2{
    margin-bottom: 20px;
    color: var(--colorwhite);

}
.section-review p{
    width: 60%;
    color: var(--colorwhite);
}
.list-review{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.item-review{
    text-align: start;
    max-width: 300px;
    background-color: var(--colorwhite);
    border-radius: 10px;
    margin: 10px 20px;
    padding: 30px 25px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.item-review:hover{
    scale: 1.07;
}
.item-review h3{
}
.item-review p{
    font-size: 14px;
    width: 100%;
    color: var(--colordark);
}
.fas{
    color: var(--colortthird);
}

/* LAST SECTION */
.section-end{
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--colorwhite);
}
.section-end h2{
    margin-bottom: 20px;
}
.section-end p{
    width: 60%;
}
.section-end img{
    max-width: 350px;
    margin-top: 50px;
    transition: all 0.8s ease-in-out;
}
.section-end img:hover{
    scale: 1.1;
}

/* SECTION FOOTER */
/*footer{*/
/*    height: 350px;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*    background: rgb(65,17,80);*/
/*    background: linear-gradient(0deg, rgba(65,17,80,1) 0%, rgba(51,13,64,1) 60%, rgba(86,44,134,0) 100%);*/
/*    margin-top: 100px;*/
/*    padding-top: 150px;*/
/*}*/
/*.logo-footer{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/
/*.logo-footer img{*/
/*    max-width: 200px;*/
/*}*/
/*.list-sociamedia{*/
/*    color: var(--colorwhite);*/
/*    margin-top: 5px;*/
/*}*/
/*.list-payment-method img{*/
/*    max-height: 20px;*/
/*    margin: 0px 5px;*/
/*}*/
/*.list-menu-footer{*/
/*    color: var(--colorwhite);*/
/*}*/
/*.list-menu-footer ul li {*/
/*    display: inline-block;*/
/*    margin: 0px 5px;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*.list-menu-footer ul li:hover {*/
/*    color: var(--colorlight);*/
/*}*/

/* anmation page */
.hidden{
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateY(100px);
}
.show{
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
}

/* add code */
.section-method{
    margin-top: 350px;
}

.menu-icon{
    display: none;
}



@media (max-width:1300px) {
    .box-content{
        width: 90%;
        border-image-width: 0px 30px;
        border-image-outset: 0px 30px 0px 30px;
    }
    .section-welcome{
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .section-welcome img{
    }
    .image-welcome{
        width: 80%;
    }

}
@media (max-width:900px) {
    nav{
        justify-content: space-between;
    }
    .logo-igd{
        width: 150px;
    }
    .menu-icon{
        display: block;
        font-size: 21px;
    }
}

@media (max-width:800px) {

    .info-welcom h2{
        font-size: 21px;
    }
    .info-welcom p{
        font-size: 10px;
    }
    .sections{
        margin: 100px 0px;
    }
    .info-map p {
        font-size: 10px;
    }
    .button-home{
        justify-content: center;
        margin-top: 5px;
    }
    .button-home img {
        width: 100px;
    }
    .button-home span{
        font-size: 10px;
        margin-left: 0;
    }
    .sections{
        display: flex;
        justify-content: center;
        width: 90%;
    }
    .map-image{
        width: 100%;
    }
    .info-map{
        left: 60%;
    }
    .image-section-left {
        width: 30%;
        left: -30px;
    }
    .image-section-right{
        right: -50px;
        width: 50%;
    }
    .image-section-bottom{
        width: 50%;
    }
    .pourquoi .image-section-right {
        width: 20%;
      }

    .section-method{
        margin: 100px 0px;    
    }
    .list-review {
        justify-content: center;
      }
}
@media (max-width:480px) {

    .info-welcom h2{
        font-size: 14px;
    }
    .info-welcom p{
        font-size: 8px;
    }
    .info-map p {
        font-size: 8px;
    }
    .info-map h2{
        font-size: 16px;
    }
    .button-home img {
        width: 80px;
    }
    .button-home span {
       font-size: 8px;
       margin-left: 0;
    }
    .box-content {
        border-image-width: 0px 10px;
        border-image-outset: 0px 10px 0px 10px;
      }
      .button-home{
        margin-left: -10px;
      }
}


