@font-face {
	font-family: 'Medhurst';
	src: url('font/Medhurst-regular.ttf') format('ttf'),	
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.center{
    color: #973d78;
    text-align: center;
}
.head{
    background: linear-gradient(#973d78, #ce73af);
}
h1{
    font-family: 'Medhurst', sans-serif;
    color: white;
}
.navbar{
    font-size: smaller;
    color: white;
}
.nav-link{
    border-left: 1px solid white;
    color: white;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.nav-link:hover{
    color: #973d78;
}
ul{
    margin: auto;
}
.container{
    max-width: 1140px;
}
.contenue{
    background: beige;
    text-align: justify;
}
.fete h3{
    font-family: 'Medhurst', sans-serif;
    color: gray;
    margin-top: 20px;
    text-align: center;
}
.fete{
    position: relative;
}
.fleur img{
    margin: auto;
    display: block;
}
.col-10{
    background-color: white;
}
.col-10 p{
    margin: 5px 20px 5px 20px;
}
.marginIMGS{
    margin-top: 30px;
    margin-bottom: 10px;
}
.marginIMGE{
    margin-top: 10px;
    margin-bottom: 30px;
}
.col-6{
    padding: 10px;
    background-color: white;
    position: relative;
}
.col-6 p{
    text-align: justify;
    margin: 15px; 
}
.col-6 h4{
    text-align: center;
}
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(211,122,53,0.25);
    position: absolute;
    transition: all .2s;
    opacity: 0;
    z-index: 1;
}
.overlay:hover {
    opacity: 1;
  }
a {
    display: block;
    color: black;
    text-decoration: none;
}
.overlay img{
    position: absolute;
    top: 25%;
    left: 38%;
}

a:hover{
    color: #973d78;
}
.fond{
    background-image: url(img/contact-bg.png);
    height: auto;
    background-size: cover;
}
.containerBas{
    max-width: 1140px;
    padding: 15px;
    margin: auto;
}
form{
    border: 1px solid white;
    padding: 15px;
}
.ContactForm{
    background:none;
    color: white;
}
.col-md-6{
    padding-top: 20px;
}
input[type="text"],[type="email"],[type="tel"] {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    width: 70%;
}
input[type="submit"]{
   text-align: center;
   font-family: 'Medhurst', sans-serif;
   font-size: x-large;
   width: 50%;
}
fieldset{
    padding: 15px;
}
h2{
    font-family: 'Medhurst', sans-serif;
    color: white;
    text-align: center;
}
::placeholder{
    color: white;
}
textarea.form-control {
    resize: vertical;
    background: none;
    border: 1px solid white;
}
#Envoyez:hover{
    background-color: darkgray;
    color: white;
}
@media screen and (max-width:991px){
    .premier img{
        display: none;
    }
    .col-10{
        width: 100%;
    }
    .nav-link {
        border-bottom: 1px solid white;
        border-left: none;
    }
}