@import url("_variables.2ad1f20ad442.css");

#welcome_container{
    position: relative;
    left: 5%;
    width: 90%;
    min-height: 90vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
}

#welcome_svg, #tarif_svg{
    flex-basis: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#welcome_text, #tarif_text{
    flex-basis: 50%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.welcome_text_container{
    width: 60%;
    height: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--metalgrey-50);
    box-shadow: 10px 10px 20px -5px ;
    border-radius: 20px;
    transition: transform 1s ease;
}

.welcome_text_container:hover{
    transform: scale(1.02) rotate(2.5deg);
    transition: transform 1s ease;
}

.welcome_logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    justify-items: center;
    padding: 2vh;
}

.welcome_explain{
    padding: 2vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
}

.titlehub2{
    color: var(--seafoam);
    font: 'Rubik';
    font-weight: 600;
    font-size: 30px;
}

.titleblack{
    color: var(--black);
}

#presentation_container{
    position: relative;
    left: 5%;
    width: 90%;
    min-height: 100vh;
    padding-top: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
}

#tarif_subcontainer, .presentation{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--metalgrey-50);
    box-shadow: 10px 10px 20px -5px var(--black-32);
    border-radius: 20px;
    margin-bottom: 5vh;
}

.presentation{
    display: flex;
    justify-content: space-around;
}

.presentation_1, .presentation_3{
    flex-direction: row-reverse;
}

.presentation_img_container{
    width: 50%;
    padding: 1vh;
}

.presentation_img_container > img{
    transform: scale(0.9);
}

.presentation_text_container{
    width: 50%;
    min-height: 20vh;
    padding: 2vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.presentation_text_title{
    color: var(--seafoam);
    font-weight: 500;
    font-size: 30px;
}

.presentation_text{
    font-size: 18px;
    font-weight: 400;
}

#tarif_svg > img{
    transition: transform 1s ease;
    margin: 1vh;
}

#tarif_svg > img:hover{
    transform: scale(1.05) rotate(2.5deg);
    transition: transform 1s ease;
}

.tarif_text_container{
    position: relative;
    width: 70%;
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: hwb(162 77% 11% / 0.741);
    box-shadow: 10px 10px 20px -5px var(--black-32);
    border-radius: 20px;
}

.tarif_explain{
    min-height: 30vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-bottom: 2vh;
}

.tarif_link{
    width: 80%;
}

#legalmentions_container{
    position: relative;
    min-height: 90vh;
    width: 80%;
    left: 10%;
}

.legalmentions_title{
    position: relative;
    width: 100%;
    height: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin: 2vh;
    text-decoration: underline;
    font-size: 20px;
    color: var(--green);
}

#legalmentions_article{
    position: relative;
    width: 100%;
    margin-bottom: 4vh;
    margin-top: 3vh;
    display: flex;
    flex-direction: column;
}

.legalmentions_article_title{
    margin-bottom: 1vh;
    font-size: 19px;
    text-decoration: underline;
    color: var(--green);
}

#section_404{
    width: 50%;
    height: 100vh;
    position: relative;
    left: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.png_404{
    align-self: center;
    justify-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 60%;
}

#png_404 > img{
    transition: transform 1s ease;
    margin: 1vh;
}

#png_404 > img:hover{
    transform: scale(1.05) rotate(2.5deg);
    transition: transform 1s ease;
}

.text_404{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-basis: 40%;
    text-align: center;
    font-size: 25px;
}

#connect_container{
    position: relative;
    min-height: 80vh;
    width: 80%;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#connect_container > form{
    position: relative;
    min-height: 30vh;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#form-group{
    width: 80%;
    min-height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.connect_img{
    transform: scale(1.05);
}

label{
    flex-basis: 0.5;
    align-self: center;
    width: 20vw;
    text-align: center;
}

input:not(#submit_btn), textarea{
    flex-basis: 0.5;
    margin: 10px;
    width: 40vw;
    min-height: 5vh;
    border-radius: 10px;
    background: var(--metalgrey-50);
    border: 2px solid var(--metalgrey-10);
    backdrop-filter: blur(20px);
    box-shadow: 10px 10px 20px -5px var(--black-32);
    font-family: 'Rubik';
    caret-color: var(--seafoam);
    text-align: center;
}

input:focus, textarea:focus{
    border: 2px solid var(--seafoam);
    box-shadow: 10px 10px 20px -5px var(--bluelight);
    outline: none;
}

.add_btn_loginout{
    width: 100%;
    border-radius: 20px;
    padding: 0.6rem 1rem;
    background-color: var(--metalgrey);
    box-shadow: 10px 10px 20px -5px var(--black-32);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Rubik';
    border: 4px solid var(--seafoam);
    margin-bottom: 2vh;
    margin-top: 5vh;
    transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
    text-align: center;
}

.add_btn_loginout:hover{
    background: var(--bluelight);
    border: 4px solid var(--seafoam);
    cursor: pointer;
    transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
}

#contact_container{
    position: relative;
    width: 80%;
    left: 10%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact_img{
    height: 18vh;
    margin: 3vh;
}

#contact_container > form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#contact_container > form > p{
    align-self: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#contact_container > form > p > label{
    flex-basis: 0.3;
}

#contact_container > form > p > input, #contact_container > form > p > textarea{
    flex-basis: 0.7;
}

.form-group{
    width: 60%;
    align-self: center;
}

.contact_text_container{
    width: 50%;
    min-height: 5vh;
    padding: 2vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.contact_img_container > img{
    transform: scale(0.3);
}


/* -----------RESPONSIVENESS----------- */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 1px) and (max-device-width : 529px) {
    #welcome_container{
        flex-direction: column;
        min-height: 85vh;
    }

    #welcome_text{
        min-height: 40vh;
    }

    .welcome_text_container{
        width: 100%;
        height: 90%;
        font-size: 40px;
    }

    .titlehub2, .welcome_explain > p{
        font-size: 40px;
    }

    .nav_top{
        font-size: 30px;
    }

    #titlelink{
        width: 5%;
    }

    #menulink{
        width: 95%;
    }

    #tarif_subcontainer{
        flex-direction: column;
        width: 90%;
        left: 5%;
    }

    #tarif_text{
        min-height: 40vh;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    #tarif_svg > img{
        transition: transform 1s ease;
        margin: 1vh;
    }

    #tarif_svg > img:hover{
        transform: scale(1.05) rotate(2.5deg);
        transition: transform 1s ease;
    }

    .titleblack{
        margin-bottom: 2vh;
    }

    .tarif_text_container{
        position: relative;
        width: 95%;
        min-height: 5vh;
        display: flex;
        flex-direction: column;
        align-items: space-around;
        justify-content: center;
        text-align: center;
        background-color: var(--bluelight-75);
        box-shadow: 10px 10px 20px -5px var(--black-32);
        border-radius: 20px;
        padding: 1vh;
    }

    .tarif_explain{
        min-height: 5vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        margin-bottom: 2vh;
    }

    .tarif_text_container{
        width: 80%;
        min-height: 45vh;
        font-size: 35px;
    }

    .presentation_img_container > img{
        transform: scale(1);
    }

    .presentation_text_container{
        min-height: 20vh;
    }

    .presentation_text_title{
        font-size: 35px;
    }

    .presentation_text{
        font-size: 25px;
    }

    .legalmentions_title{
        font-size: 40px;
        margin-bottom: 5vh;
    }

    #connect_container > form{
        font-size: 40px;
        width: 100%;
    }

    #connect_container{
        width: 100%;
        left: 0%;
    }

    .connect_img{
        transform: scale(1.15);
    }

    #form-group{
        width: 100%;
    }

    label{
        width: 80%;
    }

    input:not(#submit_btn){
        width: 80%;
        font-size:40px;
    }

    .add_btn_loginout{
        font-size: 40px;
    }

    #contact_container{
        width: 90%;
        left: 5%;
        min-height: 80vh;
        font-size: 40px;
    }

    #contact_img{
        min-height: 25vh;
        margin: 2vh;
    }

    #contact_container > form > p{
        align-self: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 1vh;
    }

    #contact_container > form > p > input, #contact_container > form > p > textarea{
        align-self: center;
        min-width: 80%;
        font-size: 40px;
    }

    .form-group{
        width: 80%;
        align-self: center;
    }

    .contact_text_container{
        width: 50%;
        min-height: 5vh;
        padding: 2vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .contact_img_container > img{
        transform: scale(1);
    }

    .presentation_text, .presentation_text_title{
        font-size: 30px;
    }

}

@media only screen and (min-device-width : 530px) and (max-device-width : 768px) {
    #welcome_container{
        flex-direction: column;
        min-height: 85vh;
    }

    #welcome_text{
        min-height: 40vh;
    }

    .welcome_text_container{
        width: 100%;
        height: 90%;
        font-size: 40px;
    }

    .titlehub2, .welcome_explain > p{
        font-size: 20px;
    }

    #welcome_svg{
        transform: scale(0.7);
    }

    .nav_top{
        font-size: 20px;
    }

    #titlelink{
        width: 30%;
    }

    #menulink{
        width: 70%;
    }

    #tarif_subcontainer{
        flex-direction: column;
    }

    .tarif_text_container{
        width: 80%;
        min-height: 45vh;
        font-size: 25px;
    }

    #connect_container > form{
        font-size: 25px;
        width: 100%;
    }

    #connect_container{
        width: 100%;
        left: 0%;
    }

    .connect_img{
        transform: scale(1.1);
    }

    #form-group{
        width: 100%;
    }

    .add_btn_loginout{
        font-size: 40px;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1224px) {

    .welcome_text_container{
        width: 80%;
        height: 60%;
    }

    .tarif_text_container{
        width: 80%;
        min-height: 45vh;
    }
}