/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/*TITRE*/
.gp-h1-small h1{font-size:1.5rem !important; line-height:1.3 !important;}

/*h3.nom_du_gite_en_2_ligne p{font-size:1.25rem !important;}*/

/*ÉLÉMENTS*/
/*Carrousel*/
.gp-row-colored .dotstyle_circle .owl-dot.active span{box-shadow:#fff 0 0 0 2px !important;}

/*GRILLE*/
.gp-gridgite-wrapper-content{position:absolute !important; top:0; right:0; bottom:0; width:33.3333% !important;}
.gp-gridgite-wrapper-img{position:absolute !important; top:0; left:0; bottom:0; width:66.6666% !important;}
@media(min-width:1024px) and (max-width:1380px){
	.gp-gridgite-wrapper-content{ width:50% !important;}
	.gp-gridgite-wrapper-img{width:50% !important;}
}

/*FOOTER*/
.gp-legales ul{margin:0 !important; padding:0 !important; list-style:none !important; display:flex; flex-direction:row; flex-wrap:wrap;}
.gp-legales li{margin:0 0 10px 0 !important; padding:0 10px !important;}
@media(max-width:768px){
	.gp-legales li{padding:0 10px 0 0 !important;}
}
/*Complianz*/
.cmplz-title{color:var(--color-content-primary) !important;}
.cmplz-btn{background-color:var(--color-content-primary) !important; color:#fff !important; border-radius:0 !important; border:none !important; transition:0.3s !important;}
.cmplz-btn:hover{background-color:var(--color-content-secondary) !important; color:#fff !important; border-radius:0 !important; border:none !important; transition:0.3s !important;}