


.par3 img{
	object-fit:cover;
	height: 450px;
width: 100%;
}

.par3 {
	height:auto;
}

.par3 {
    width: 33%;
    margin: 10px 0 0 0;
	padding-bottom: 0px;
}

.flex-between {
	width:100%;
}

strong.red{
color:red !important;
}

.widget-resa {
    position: sticky !important;
    top: 55px;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}



#slider-details .owl-dots {
	left:0;
	bottom:0;
	margin-top:20px;
	position:relative;
}

#slider-details .owl-nav, #slider-details.owl-carousel .owl-nav button.owl-prev, #slider-details.owl-carousel .owl-nav button.owl-next  {
	position:relative;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:25px;
}

#slider-details.owl-carousel .owl-nav button.owl-prev, #slider-details.owl-carousel .owl-nav button.owl-next {
	height:35px;
	font-size:2em;
	margin:20px 3px;
	
}

h3#sam, h3#dim{
	padding:50px 25px;
	width:100%;
	text-align:center;
	font-size:2em;
	margin: 0 auto;
	font-weight:500;
	font-family: Cinzel, serif;
}

.thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-category .thr-simpleblock-category-name{
	color:#23394b !important;
}

.thr-simpleblock{background:#FFFF !important; margin-top:10px;}

#logonav {
display:block;
}

.section-texte{
	width: 90%;
}

.section-texte .par2-img {
    min-height: 400px;
    width: 60%;
    margin: 0;
    margin-top: 10px;
	position: relative;
}

.vignette-plage {
    min-height: 700px;
    background: white;
	margin:0;
}

.vignette-plage h2{
	background:white;
}

.par2.vignette-plage{
	border: 5px solid #eceff1;
}

.par2.vignette-plage img{
height: 450px;
    width: 100%;
	object-fit: cover;
}

.reduc-titre h3{
	padding:25px 0 0 0;
}

.reduc-titre br:first-child{
	display:none;
}

.reduc-centre {
	width :80%;
	margin: 10px auto;
}

.par2-texte .section-texte h2, .par2-texte h2, .par2-texte .container-titre {
    margin-top: 50px;
}

.section-texte > p{
	font-size:1.1em;
	padding:10px;
	font-weight:bold;
	font-family:cinzel;
	text-align:center;
	width:100%;
}


.section-texte .par2-texte{
	font-size:1em;
	width: 40%;
	font-weight:400;
	font-family:quicksand;
margin:0;
 margin-top: 10px;
 position:relative;
}

.widget-resa > .ng-isolate-scope, .widget-resa > div{
	transform:scale(0.9);
}


.section-texte {

    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin: 0 auto;
width: 90%;
position:relative;
background:#eceff1;
padding:10px;
margin-top:70px;
max-width: 1400px;

}




.section-texte h2,
h2, .container-titre {
    color: #243b4e;
    font-weight: 400;
	font-family: 'Cinzel', serif;
    font-size: 2.5em;
	margin-top:0px;
	padding:50px 25px 50px 25px;
	text-transform:uppercase;
	margin-left: auto;
margin-right: auto;
text-align:center;
width:100%;
margin-bottom:0px;
	
}


.btn-accueil, .btn-accueil:active, .btn-accueil:focus, .btn-accueil:visited{
	background: white;
border: 1px solid #2e4459;
color: #2e4459;
font-weight: bold;
padding: 5px 10px;
font-size: 1.05em;
border-radius: 20px;
margin: 10px auto;
display:block;
width:250px;


}

.btn-accueil:hover{
	background: #2e4459;
	color: white;
}

.img-container-droit, .img-container-gauche{
height:100%;
}




.par2-img.villa .img-container-droit span img, .par2-img.villa .img-container-droit img {
	max-height:100%;
}





@media screen and (max-width: 1260px) {
    .section-texte .par2-img,
    .section-texte .par2-texte {
        width: 100%;
        min-height: auto;

    }

	.par3.vignette-plage {
		width: 50%;
		border: 5px solid #eceff1;
	}	

	.flex-between .par3.vignette-plage:nth-child(3){
		width: 100%;
		border: 5px solid #eceff1;
	}

}
	   

@media screen and (max-width: 1000px) {	

	.par3.vignette-plage {
		width: 100%;
		border: 0px solid #eceff1;
		padding-top: 0px
	}	

	.par3.vignette-plage h3{
		font-size: 2em;
	}

	.flex-between .par3.vignette-plage:nth-child(3){
		border: 0px solid #eceff1;
	}

.par3 {
    width: 100%;
	margin: 5px;
}	

.par2.vignette-plage{
	width:100%;
}

}