/* cmsms stylesheet: popup modified: 07/10/23 11:16:35 */
.mpopup {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.mpopup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 25px;
}

.mpopup-head {
    padding: 2px 16px;
    background-color: #BAE139;
    color: white;
    border-radius: 25px 25px 0px 0px;
}
.mpopup-main {padding: 30px 30px;}
.mpopup-main input[type="text"]{
    width: 30%;
    height: 25px;
    font-size: 15px;
}
.mpopup-main input[type="submit"]{
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    background-color: #333;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
}


/* add animation effects */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* close button style */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mpopup-head h2 {
    color: #FFF;
    text-align: center;
    padding-top: 5px;
}

@media only screen and (max-width: 800px) {
.mpopup-content{
width:90%;
}
}

.st3:hover {
    fill: #fac361;
    opacity: 0.5;
}
.mpopup-main p {
    color: #808080;
}
/* cmsms stylesheet: sabrina modified: 07/07/25 16:38:14 */
.vert{color:#005e2a}
h1{font-family: 'Parisienne', cursive;color:#005e2a!important;text-align:center;}
			h2{color:#005e2a;}
			.carousel-inner > .item > img {
				margin: 0 auto;
				width:100%
			}
			.carousel-caption p{
				font-family: 'Poiret One', cursive;
				color: #000;
				font-size: 50px;
				line-height: 60px;
			}
			.carousel-caption.brun p{
				color: #000;
			}
			.carousel-caption li{
				color:#766a46;
			}
			.carousel-caption{
				background: rgba(255,255,255,0.7);
			}
			.fonds{
				background: #766a46;
				min-height: 70px;
			}
			.fonds p{
				text-align:center;
				padding:20px;
				font-size:25px;
				color: #005e2a;
				font-weight: bold;
				font-family: 'Poiret One', cursive;
			}
			#about{
			background:#ececec;
			}
			.big{
				color: #005e2a;
				font-size: 18px;
				font-weight: bold;
			}
			label {
				min-width: 100px;
			}
			#top-bar.animated-header{
				min-height:180px;
			}
			footer{
			background:#adc90e!important;
			}

			@media (max-width:991px){
			.dropdown:hover .dropdown-menu {
			display:block;
			}
			}
			.accr p{
				color:#000;
				
                                    font-family: 'Parisienne', cursive;
				font-size: 24px;
text-align:center;
    line-height: 30px;
			}
.andantino{
font-family: 'Parisienne', cursive;
font-size: 24px;
}
.encadre{
    background: #bcd48f;
    padding: 30px;
    border-radius: 20px;
    color: #FFF;
}
.pb3{
padding-bottom:30px;
}
.prix{
color:#000;
font-weight:bold;
}
.prix span{
font-size:25px;
}
#top-bar .main-menu li > a.currentpage{
color:#e36f01;
}
.carousel-caption p.petit{
font-size:30px;
line-height: 30px;
}

.rondes{
    border-radius: 100px;
}
.portraitsabrina {
    border-radius: 150px;
}
.navbar-left{
        width: 85%;
}
.pt-4{
padding-top:40px;
}
