
#prelevement-form .form-group {
	width: 100%;
}
#prelevement-form .description {
	width: 30%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 0.8;
    margin-top: 10px;
}
#prelevement-form .label-form {
	width: 30%;
    display: block;
    float: left;
    margin-top: 12px;
}
h1 .info {
    width: 5%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 15px;
}
.info:hover .info-bull {
    display: block;
}
.info-bull {
    width: 145px;
    font-size: 14px;
    text-align: left;
    left: 0;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 25px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    display: none;
}
#prelevement-form .info {
	width: 15%;
    display: inline-block;
    text-align: center;
    position: relative;
}
#prelevement-form .info img{
	max-width: 100%;
    width: 18px;
    margin: 0 auto;
}
#prelevement-form .info:after {
    content: "|";
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 23px;
}
#prelevement-form select {
    border: none;
    box-shadow: none;
}
#prelevement-form .form-group {
	border: 1px solid #f5ebeb;
    padding: 0px 20px;
    border-radius: 50px;
    box-shadow: 1px 4px 10px #f5ebeb;
    margin-bottom: 20px;
    background-color: #fff;
}
#prelevement-form .select-container {
	display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: text-bottom;
}

#prelevement-form input  {
	width: 100%;
	border: none;
	box-shadow: none;
}
.container > .row {
	display: flex;
}
.bg-one {
	background-image: url("../img/img2.png");
	background-repeat: no-repeat;
    background-size: cover;
}
.result-container {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #D0A44F;
    text-align: center;
}
.result-container p {
    color: #fff;
    margin: 0;
}
.btn.btn-devis {
	width: 250px;
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.bg-one h4 {
	width: 80%;
    background-color: #d0a44f;
    color: #fff;
    padding: 10px 15px;
    margin-left: -14px;
    border-radius: 5px;
    margin-bottom: 1px;
}
.btn.btn-simple {
	border: 1px solid #000;
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin-top: 20px;
    text-transform: uppercase;
    width: 250px;
    display: block;
    margin: 20px auto 0 auto;
}
#reciving-devis input[type=text], #reciving-devis input[type="email"] {
    width: 100%;
    box-shadow: none;
    border: 1px solid #000;
    border: 1px solid #2727273d;
    padding: 0px 20px;
    border-radius: 50px;
    box-shadow: 1px 3px 10px #2727273d;
    margin-bottom: 20px;
    background-color: #fff;
}
#reciving-devis textarea {
    width: 100%;
    box-shadow: none;
    border: 1px solid #000;
    border: 1px solid #2727273d;
    padding: 10px 20px 0 20px;
    border-radius: 20px;
    box-shadow: 1px 3px 10px #2727273d;
    margin-bottom: 20px;
    background-color: #fff;
}

.modal .modal-title {
    margin: 25px 0 0 0;
    font-weight: bolder;
    font-size: 20px;
}
.modal .modal-content {
    border-radius: 15px;
    background-color: #fdf9f0;
    padding-bottom: 50px;
}
.modal .modal-header {
    padding: 10px;
    border-bottom: none;
}
.modal .modal-header .close{
    position: absolute;
    top: -11px;
    left: 47%;
    opacity: 1;
}
.modal .modal-header .close span {
    display: block;
    color: #fff;
    background-color: #D0A44F;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding-top: 4px;
}
.modal .modal-body {
    position: relative;
    padding: 0 15px;
}

#country-list {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 80%;
    left: 30px;
    margin: 0;
    top: 33px;
    border: 1px solid #f5ebeb;
    border-radius: 50px;
    box-shadow: 1px 4px 10px #f5ebeb;
    background-color: #fff;
    
}
#country-list li {
    padding: 0px;
    background: transparent;
    height: 30px;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    font-family: inherit;
    border-bottom: 1px solid #5c5340;
    cursor: pointer;
    width: 85%;
}
#country-list li:hover {
    color: #d0a44f;
}

/* modify scrollbar */
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

input#ville{
    background-size: contain!important;
}

@media (min-width: 768px) {
    #prelevement-form {
        padding: 50px 10%;
    }
  	.container > .row {
		display: flex;
	}
	.bg-one {
	    flex: 1;
	    padding: 1em;
	}
	.bg-two {
	    flex: 1;
	    padding: 1em;
	    background-image: url("../img/img.png");
		background-repeat: no-repeat;
	    background-size: cover;
	}
    #reciving-devis {
        padding : 20px 10%;
    }
    .modal-dialog {
        width: 400px;
        margin: 60px auto;
    }
}
@media (max-width: 768px) {

    .bg-two {
        padding: 0;
    }
}


