#bloc-contact-elt{
	margin: 0px auto;
	display: flex;
	max-width: 100%;
}

#contact-solution {
	background-color: #E5E5E5;
    /* height: 80%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    width: auto;
    margin: 0px auto 100px auto;
    display: inline-flex;
    margin: 0% auto;
}

#contact-solution p{
	font-size: 1em;
    margin-bottom: 10px;
    text-align: center;
    color: black;
    max-width: 100%;
}



.btn {
    background-color: #F58D02;
    color: white;
    font-size: 1em;
    padding: 15px 45px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
    cursor: pointer;
}

.btn:hover{
	background-color: black;
	color: white!important;
}

#pop-up-contact{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#close-contact-us {
    color: white;
    position: absolute;
    bottom: 100%;
    margin-bottom: 17px;
    left: 10px;
    font-size: 4em;
}

#content-ifr-contact {
    width: 80%;
    height: 80%;
}

#content-ifr-contact iframe{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1150px) {

	#contact-solution{
		width: 50%;
	}

    #content-ifr-contact {
        width: 90%;
        height: 80%;
    }

}


@media screen and (max-width: 750px) {

	#contact-solution{
		width: 75%;
	}

}


@media screen and (max-width: 600px) {

	#contact-solution {
	    width: 90%;
	}

    #content-ifr-contact {
        width: 100%;
        height: 90%;
    }

    #pop-up-contact{
        align-items: flex-end;
    }

}




