html {
    width : 100vw;
    height : 100vh;
    overflow : hidden;
}

body {
    margin : 0;
    width : inherit;
    height : inherit;
}

#logo_winimmobilier {
    padding: 10px 20px;
    position: absolute;
}
.main {
    background: url('presentation.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    width : inherit;
    height : inherit;
    background-position-y: -10vh;
}

.footer {
    background : #FABD3E;
    width : 100vw;
    height : 5vh;
}

#frame {
    position: absolute;
    left: 26vw;
    top: 4vh;
    width: 45vw;
    height: 56vh;
    transform: skew(
            -3deg
            ,
            0deg
    );
}

#index2 {
    pointer-events: none;
    position: absolute;
    bottom: -11vh;
    left: 0.1vw;
}

.container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 60vw;
    background: rgba(0,0,0,0.6);
    height: 60vh;
    border-radius: 5px;

}

*::-webkit-scrollbar {
    display: none;
}

.register-form {
    background: white;
    height: 70vh;
    width: 110%;
    margin-left: 3vw;
    margin-top: -5vh;
    box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    border-radius: 5px;
    text-align: left;
    padding: 5vh 4vw 3vh 3vw;
    overflow-y: scroll;
}

.register-form small, .register-form small a {
    font-size : 12px;
}

.externals .container-contact100-form-btn {
    width: 75%;
    margin-left: 22%;
    margin-top: 5px;
}

.externals {
    max-height : 60vh;
    overflow-y: scroll;
}


.contact100-form-bgbtn.color2 {
    background: #9b59b6;
    background: -webkit-linear-gradient(left, #9b59b6, #d1afe0, #9b59b6, #d1afe0);
    background: -o-linear-gradient(left, #9b59b6, #d1afe0, #9b59b6, #d1afe0);
    background: -moz-linear-gradient(left, #9b59b6, #d1afe0, #9b59b6, #d1afe0);
    background: linear-gradient(left, #9b59b6, #d1afe0, #9b59b6, #d1afe0);
    color :white !important;
}

.contact100-form-bgbtn.color3 {
    background: #9b59b6;
    background: -webkit-linear-gradient(left, #4caeef, #88cefc, #4caeef, #88cefc);
    background: -o-linear-gradient(left, #4caeef, #88cefc, #4caeef, #88cefc);
    background: -moz-linear-gradient(left, #4caeef, #88cefc, #4caeef, #88cefc);
    background: linear-gradient(left, #4caeef, #88cefc, #4caeef, #88cefc);
    color :white !important;
}

.contact100-form-bgbtn.color4 {
    background: #9b59b6;
    background: -webkit-linear-gradient(left, #FE5D4B, #ff978b, #FE5D4B, #ff978b);
    background: -o-linear-gradient(left, #FE5D4B, #ff978b, #FE5D4B, #ff978b);
    background: -moz-linear-gradient(left, #FE5D4B, #ff978b, #FE5D4B, #ff978b);
    background: linear-gradient(left, #FE5D4B, #ff978b, #FE5D4B, #ff978b);
    color :white !important;
}

.infosSupp p {
    color : white;
    text-align : justify;
    width: 75%;
    margin-left: 22%;
    font-size: 0.85rem;
    margin-top : 5px;
}

.color2 {
    color : #4caeef;
    font-weight : bold;
    text-decoration: underline;
}
