@import url('source/responsiveHome.css');
@import url('source/srcIMG.css');

#ImgTxt {
    position: fixed;
    top: 0;
    margin-top: var(--how120);
    left: 0;
    width: 100%;
    height: 600px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1 !important;
}

.bouleSame {
    width: calc(100% / 3);
    height: 250px;
    border-radius: 50% 50% 0 0;
    z-index: 90 !important;
    position: relative;
    background: var(--colorBG);
    background-color: var(--colorBG);
    animation: appear_boule 0.5s forwards;
    top: 0;
    margin: 0;
    padding: 0;
}
#mainSection {
    position: relative;
    width: 100%;
    height: auto;
    background: var(--colorBG);
    background-color: var(--colorBG);
    z-index: 89 !important;

    margin-bottom: 130px;
}
#mainSection:not(.notHaveIMG) {
    top: calc(600px - 50px);
}

.topscroll {
    top: auto;
    padding-top:20px;
    padding-bottom:20px;
}

.first_content h3 {
    font-size: 30px;
    padding: 40px 0;
    margin: 0;
    position: relative;
    top: 30px;
}

.first_content #button_scroll {
    background: none;
    border: none;
    text-decoration: none;
    position: relative;
    top: 20px;
}

.first_content #button_scroll i {
    font-size: 40px;
    border-radius: 50%;
    padding: 20px 25px;
    box-shadow: 0 0 40px transparent;
    border: 2px solid black;
    transition: 0.2s;
}


#button_scroll:hover i {
    transition: 0.2s;
    cursor: pointer;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.137);
    margin-top: 20px;
}

.infosdivs {
    width: 100%; height: 170px;
    position: absolute;
    top: 25px;
    z-index: 91 !important;
    pointer-events: none;
    --bordersSPACEFromThoses: 5%;
}

.infosdivs div {
    position: absolute;
    width: 25%; height: 100%;
    /* background: rgba(255, 0, 0, 0.205); */
}
.alt1 { left: var(--bordersSPACEFromThoses); }
.alt2 { right: var(--bordersSPACEFromThoses); }

.infosdivs h2 {
    position: absolute;
    top: 0; left: 0;
} .infosdivs h2 span { font-size: 30px; }

.infosdivs h2 i {
    color: var(--lightBLUE);
    font-size: 45px;
    margin-right: 20px;
}

.infosdivs p {
    opacity: 60%;
    font-size: 0.9em;
    position: relative;
    top: 20px;
}

@media screen and (max-width:1784px) {
    .infosdivs { --bordersSPACEFromThoses: 3%; }
    .infosdivs div { width: 30%; }
}

@media screen and (max-width:1486px) {
     .infosdivs {
        display: none;
     }
}

.empiet {
    position: relative;
    padding-bottom: var(--thisPADDINGA);
}

#content_div_for_GRID {
    display: none;
    grid-template-columns: repeat(3, 1fr);
} #content_div_for_GRID.visibleBlock018 {
    display: grid;
}
.grid_content_div div:not(.deco_backgroundELT, .deco_backgroundELTsecond) {
    cursor: default;
    min-height: 300px;
    width: 450px;
    background: white;
    margin: 7px;
    border-radius: 20px;
    box-shadow: var(--boxshadowOFFICIAL);
    opacity: 0;
    transform: scale(0.5);
} .grid_content_div div:not(#grid_elt0, .deco_backgroundELT, .deco_backgroundELTsecond) {
    animation: perspecAppear_appearGRID_home01 0.6s 0.2s forwards;
}

.grid_content_div #grid_elt0 {
    grid-row: 1 / -3;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    animation: appearGRID_home00 0.5s 0.2s forwards;
}

.grid_content_div h1, .grid_content_div p {
    transition: 0.2s ease-in-out;
    padding: 0; margin: 0;
}

.grid_content_div h1 {
    color: black;
    z-index: 2;
    font-size: 35px;
    position: relative;
    margin-bottom: 80px;
}

.grid_content_div p {
    color: black;
    z-index: 2;
    user-select: text;
    max-width: 80%;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    opacity: 70%;
}

.deco_backgroundELT, .deco_backgroundELTsecond {
    height: 150px; width: 30px;
    border-radius: 25px;
    background: var(--lightBLUE);
    opacity: 10%;
    position: absolute;
    bottom: 55px;
    overflow: hidden;
    left: 20%;
    z-index: 1;
    transform: rotate(-39deg);
} .deco_backgroundELTsecond { bottom: 0px; }

.responsiveToOpen_mainSection_home { display: none; }

@media screen and (max-width:1420px) {
    #content_div_for_GRID {
        transform: scale(0.8);
    }
}

@media screen and (max-width:1361px) {
    .bouleSame {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width:1126px) {
    .grid_content_div #grid_elt0 {
        display: none;
    }
    #content_div_for_GRID {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:865px) {
    #ImgTxt, .responsiveToClose_mainSection_home { display: none; }
    .responsiveToOpen_mainSection_home { display: flex; }
}
