@font-face {
    font-family: 'DSAutomobiles';
    src: url('../assets/fonts/DS-Automobiles.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	background-color: #E9E7E1;
	font-family: 'DSAutomobiles', sans-serif;
}

.header {
            text-align: center;
            padding: 2rem 0;
        }
        .content-wrapper {
            display: flex;
            max-width: 90%;
            margin: 0 auto;
        }
        
        .image-container, .form-container {
            border-radius: 15px 0px 0px 15px;
            flex: 1;
        }
		
		.image-container { background-color: #FFFFFF; }

        .image-container img {
            height: 100%;
            width: 100%;
            object-fit: contain!important;
			object-position: top;
            border-radius: 15px 0px 0px 15px;
        }

        .form-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 2rem;
            background-color: #F8F9FA;
            border-radius: 0 15px 15px 0;
			backdrop-filter: blur(5px);
  background: rgba(255,255,255,0.5) !important;
			height:100%;
        }
.btnmerci{
	color:#fff; background-color:#000; padding: .9rem; border-radius: 9999px;
}
.btnmerci:hover{
    background-color: #292b35;
    border-color: none;
    color: #fff;
	cursor: pointer;
}
        .separator {
            width: 60%;
            height: 1px;
            background-color: #000;
            margin: 2rem auto;
        }
        .mentions{
            font-size: 12px !important;
            margin: 2rem 1rem;
			padding-left: 5rem;
    		padding-right: 5rem;
        }

        .h2form{
            padding-bottom: 1.5rem;
            text-transform: uppercase;
            font-weight: bold;
			font-size: 2rem !important;
        }

        .formfield{
            font-weight: bold;
            font-size: 16px;
        }
        .btnform{
            /*font-family: "Poppins";*/
            text-transform: uppercase;
            padding: 16px 46px;
            border: 1px solid;
            border-radius: 70px;
            font-weight: 700;
            line-height: 16px;
            letter-spacing: 1.65px;
            font-size: 20px;
            color: #fff;
            background-color: black;
            margin: 0 auto;
            display: block;
            margin-top: 2.5rem;
        }
        .btnform:hover{
            background-color: #292b35;
            border-color: none;
            color:#fff;
        }

        .mycontainer{
            border-radius: 0px 15px 15px 0px;
        }
        
        @media (max-width: 991px) {
			.image-container img {
				height: 100%;
				width: 100%;
				object-fit: cover;
				border-radius: 15px 0px 0px 15px;
			}
            .content-wrapper{
                flex-direction: column;
                padding-top: 0rem;
                padding-bottom: 0rem;
            }
            .image-container {
                border-radius: 15px 15px 0 0;
                order: 1;
            }
            .image-container img {
                border-radius: 15px 15px 0px 0px;
            }
            
            .form-container{
                border-radius: 0 0 15px 15px;
                order: 2;
            }
            .mentions{
                margin: 1rem;
                padding-left: 0.5rem;
                padding-right: 0.5rem;
                text-align: justify;
            }
            .mycontainer {
                border-radius: 0px 15px 15px 15px;
            }
        }
		
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
		
		.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
		
		.form-check-label { font-size:11px; font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal; }


#bg-wrap { position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
		top: 0;
  z-index: -1;
		opacity: 0.4;
		}

.mycontainer {
        background-color: lightgrey;
}


